installation problem: docker: layers from manifest don't match image configuration. #1087

Closed
opened 2025-11-11 14:36:58 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @martinus on GitHub (Jun 1, 2024).

Bug Report

Description

Bug Summary:

When I try to install the main tag, I get an error with docker:

❯ docker run -d --network=host -v open-webui:/app/backend/data -e OLLAMA_BASE_URL=http://127.0.0.1:11434 --name open-webui --restart always ghcr.io/open-webui/open-webui:main

Unable to find image 'ghcr.io/open-webui/open-webui:main' locally
main: Pulling from open-webui/open-webui
09f376ebb190: Pull complete
276709cbedc1: Pull complete
a5b1646776ed: Pull complete
cc3e860a837e: Pull complete
67cbcd94260c: Pull complete
f68ebad6d132: Pull complete
4f4fb700ef54: Pull complete
2623bc7141fc: Pull complete
4077663ee14c: Pull complete
b93b8e9934af: Pull complete
cec34b7feea5: Pull complete
0f5b5afab5c1: Pull complete
8548b38adc9d: Pull complete
dd28a7f5d351: Pull complete
b7b3e8283d2c: Pull complete
0dd3360f9cac: Pull complete
docker: layers from manifest don't match image configuration.
See 'docker run --help'.

The images isn't created then, and when I run the command again it downloads and fails again.

The same command work with the dev tag:

❯ docker run -d --network=host -v open-webui:/app/backend/data -e OLLAMA_BASE_URL=http://127.0.0.1:11434 --name open-webui --restart always ghcr.io/open-webui/open-webui:dev
Unable to find image 'ghcr.io/open-webui/open-webui:dev' locally
dev: Pulling from open-webui/open-webui
09f376ebb190: Pull complete
276709cbedc1: Pull complete
a5b1646776ed: Pull complete
cc3e860a837e: Pull complete
67cbcd94260c: Pull complete
41fa930aa654: Pull complete
4f4fb700ef54: Pull complete
aafa32f88adb: Pull complete
9a0caa9ab0b9: Pull complete
22f705772553: Pull complete
e67702322ec6: Pull complete
d8eaa1323c73: Pull complete
1c567da20019: Pull complete
478230a6fead: Pull complete
2330c9197899: Pull complete
ceb33d39327a: Pull complete
Digest: sha256:64da29a4f51b139c7dc606f77ebaa72cc4461628998caa947ba3202fe464d52a
Status: Downloaded newer image for ghcr.io/open-webui/open-webui:dev
360ffbd6a7587cb0d402a3f99161f11736e595cce437cd57e8a7b6c54d21132c

I have no idea why, the same behavior happens when I remove all containers & images and reinstall docker.

Expected Behavior:
Installation of main tag should work

Actual Behavior:
Docker images can't be installed

Environment

  • docker --version Docker version 26.1.3, build b72abbb
  • Open WebUI Version: main tag
  • Operating System: Linux, Fedora 40, kernel 6.8.10-300.fc40.x86_64

Reproduction Details

Confirmation:

  • I have read and followed all the instructions provided in the README.md.
  • I am on the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.

Installation Method

See above,

docker run -d --network=host -v open-webui:/app/backend/data -e OLLAMA_BASE_URL=http://127.0.0.1:11434 --name open-webui --restart always ghcr.io/open-webui/open-webui:main
Originally created by @martinus on GitHub (Jun 1, 2024). # Bug Report ## Description **Bug Summary:** When I try to install the `main` tag, I get an error with docker: ``` ❯ docker run -d --network=host -v open-webui:/app/backend/data -e OLLAMA_BASE_URL=http://127.0.0.1:11434 --name open-webui --restart always ghcr.io/open-webui/open-webui:main Unable to find image 'ghcr.io/open-webui/open-webui:main' locally main: Pulling from open-webui/open-webui 09f376ebb190: Pull complete 276709cbedc1: Pull complete a5b1646776ed: Pull complete cc3e860a837e: Pull complete 67cbcd94260c: Pull complete f68ebad6d132: Pull complete 4f4fb700ef54: Pull complete 2623bc7141fc: Pull complete 4077663ee14c: Pull complete b93b8e9934af: Pull complete cec34b7feea5: Pull complete 0f5b5afab5c1: Pull complete 8548b38adc9d: Pull complete dd28a7f5d351: Pull complete b7b3e8283d2c: Pull complete 0dd3360f9cac: Pull complete docker: layers from manifest don't match image configuration. See 'docker run --help'. ``` The images isn't created then, and when I run the command again it downloads and fails again. The same command work with the `dev` tag: ``` ❯ docker run -d --network=host -v open-webui:/app/backend/data -e OLLAMA_BASE_URL=http://127.0.0.1:11434 --name open-webui --restart always ghcr.io/open-webui/open-webui:dev Unable to find image 'ghcr.io/open-webui/open-webui:dev' locally dev: Pulling from open-webui/open-webui 09f376ebb190: Pull complete 276709cbedc1: Pull complete a5b1646776ed: Pull complete cc3e860a837e: Pull complete 67cbcd94260c: Pull complete 41fa930aa654: Pull complete 4f4fb700ef54: Pull complete aafa32f88adb: Pull complete 9a0caa9ab0b9: Pull complete 22f705772553: Pull complete e67702322ec6: Pull complete d8eaa1323c73: Pull complete 1c567da20019: Pull complete 478230a6fead: Pull complete 2330c9197899: Pull complete ceb33d39327a: Pull complete Digest: sha256:64da29a4f51b139c7dc606f77ebaa72cc4461628998caa947ba3202fe464d52a Status: Downloaded newer image for ghcr.io/open-webui/open-webui:dev 360ffbd6a7587cb0d402a3f99161f11736e595cce437cd57e8a7b6c54d21132c ``` I have no idea why, the same behavior happens when I remove all containers & images and reinstall docker. **Expected Behavior:** Installation of main tag should work **Actual Behavior:** Docker images can't be installed ## Environment - **docker --version** Docker version 26.1.3, build b72abbb - **Open WebUI Version:** `main` tag - **Operating System:** Linux, Fedora 40, kernel 6.8.10-300.fc40.x86_64 ## Reproduction Details **Confirmation:** - [X] I have read and followed all the instructions provided in the README.md. - [X] I am on the latest version of both Open WebUI and Ollama. - [ ] I have included the browser console logs. - [ ] I have included the Docker container logs. ## Installation Method See above, ``` docker run -d --network=host -v open-webui:/app/backend/data -e OLLAMA_BASE_URL=http://127.0.0.1:11434 --name open-webui --restart always ghcr.io/open-webui/open-webui:main ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#1087