mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
issue: Portioner/Docker shows No matching manifest for linux/arm64/v8 in the manifest list entries #4600
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CodeWithCJ on GitHub (Mar 28, 2025).
Check Existing Issues
Installation Method
Portainer using Docker compose
Open WebUI Version
I am using DOcker
Ollama Version (if applicable)
No response
Operating System
ubuntu 24
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Portainer shows below error when I try to update via portainer. My current version is v0.5.20
(latest)
Failed to pull images of the stack: compose pull operation failed: no matching manifest for linux/arm64/v8 in the manifest list entries
</html>`
version: '3.8'
services:
open-webui:
image: ghcr.io/open-webui/open-webui:ollama
container_name: open-webui
ports:
- "3007:8080"
volumes:
- /mnt/eHDD/SparkyApps/ollama:/root/.ollama
- /mnt/eHDD/SparkyApps/open-webui:/app/backend/data
environment:
volumes:
ollama:
open-webui:
`
Actual Behavior
Portainer shows below error when I try to pull new image to update my OpenWebUI with the docker compose I attached above.
Steps to Reproduce
Logs & Screenshots
Additional Information
No response