[GH-ISSUE #2627] Pulling Image leads to: layers from manifest don't match image configuration #51617

Closed
opened 2026-05-05 12:41:50 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @pwfraley on GitHub (May 28, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/2627

Bug Report

Description

Trying to pull the image causes an error: layers from manifest don't match image configuration

Bug Summary:
[Provide a brief but clear summary of the bug]

Steps to Reproduce:
Docker version 26.1.3, build b72abbb

    image: ghcr.io/open-webui/open-webui:main
    hostname: open-webui
    container_name: open-webui
    restart: unless-stopped
    ports:
      - 8080:8080
    environment:
      - 'OLLAMA_BASE_URL=http://ollama:11434'
      - 'WEBUI_SECRET_KEY=supersecret'

docker compose pull

Expected Behavior:
Image is pulled and usable.

Actual Behavior:
layers from manifest don't match image configuration

Environment

  • Open WebUI Version: see docker compose file

  • Ollama (if applicable): n/a

  • Operating System: Fedora 40, with official docker repos enabled and installed

  • Browser (if applicable): [e.g., Chrome 100.0, Firefox 98.0]

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.

Logs and Screenshots

Browser Console Logs:
[Include relevant browser console logs, if applicable]

Docker Container Logs:
[Include relevant Docker container logs, if applicable]

Screenshots (if applicable):
[Attach any relevant screenshots to help illustrate the issue]

Installation Method

[Describe the method you used to install the project, e.g., manual installation, Docker, package manager, etc.]

Additional Information

[Include any additional details that may help in understanding and reproducing the issue. This could include specific configurations, error messages, or anything else relevant to the bug.]

Note

If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!

Originally created by @pwfraley on GitHub (May 28, 2024). Original GitHub issue: https://github.com/open-webui/open-webui/issues/2627 # Bug Report ## Description Trying to pull the image causes an error: layers from manifest don't match image configuration **Bug Summary:** [Provide a brief but clear summary of the bug] **Steps to Reproduce:** Docker version 26.1.3, build b72abbb ```composefile image: ghcr.io/open-webui/open-webui:main hostname: open-webui container_name: open-webui restart: unless-stopped ports: - 8080:8080 environment: - 'OLLAMA_BASE_URL=http://ollama:11434' - 'WEBUI_SECRET_KEY=supersecret' ``` docker compose pull **Expected Behavior:** Image is pulled and usable. **Actual Behavior:** layers from manifest don't match image configuration ## Environment - **Open WebUI Version:** see docker compose file - **Ollama (if applicable):** n/a - **Operating System:** Fedora 40, with official docker repos enabled and installed - **Browser (if applicable):** [e.g., Chrome 100.0, Firefox 98.0] ## 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. ## Logs and Screenshots **Browser Console Logs:** [Include relevant browser console logs, if applicable] **Docker Container Logs:** [Include relevant Docker container logs, if applicable] **Screenshots (if applicable):** [Attach any relevant screenshots to help illustrate the issue] ## Installation Method [Describe the method you used to install the project, e.g., manual installation, Docker, package manager, etc.] ## Additional Information [Include any additional details that may help in understanding and reproducing the issue. This could include specific configurations, error messages, or anything else relevant to the bug.] ## Note If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!
Author
Owner

@justinh-rahb commented on GitHub (May 28, 2024):

Another Fedora 40 user reported the same issue.

<!-- gh-comment-id:2134967373 --> @justinh-rahb commented on GitHub (May 28, 2024): Another Fedora 40 user reported the same issue.
Author
Owner

@pwfraley commented on GitHub (May 28, 2024):

Yes, this is on Fedora 40

<!-- gh-comment-id:2135305455 --> @pwfraley commented on GitHub (May 28, 2024): Yes, this is on Fedora 40
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#51617