issue: Portioner/Docker shows No matching manifest for linux/arm64/v8 in the manifest list entries #4600

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

Originally created by @CodeWithCJ on GitHub (Mar 28, 2025).

Check Existing Issues

  • I have searched the existing issues and discussions.
  • I am using the latest version of Open WebUI.

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

  • I have read and followed all instructions in README.md.
  • I am using the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.
  • I have listed steps to reproduce the bug in detail.

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:

  - ENABLE_WEBSOCKET_SUPPORT=false
restart: always

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.

Image

Steps to Reproduce

  1. Go to Portainer
  2. Go to Stacks
  3. Open Ollama stock
  4. Pull & update

Image

Logs & Screenshots

Image

Additional Information

No response

Originally created by @CodeWithCJ on GitHub (Mar 28, 2025). ### Check Existing Issues - [x] I have searched the existing issues and discussions. - [x] I am using the latest version of Open WebUI. ### 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 - [x] I have read and followed all instructions in `README.md`. - [x] I am using the latest version of **both** Open WebUI and Ollama. - [x] I have included the browser console logs. - [x] I have included the Docker container logs. - [x] I have listed steps to reproduce the bug in detail. ### Expected Behavior Portainer shows below error when I try to update via portainer. My current version is v0.5.20 [(latest)](https://github.com/open-webui/open-webui/releases/tag/v0.5.20) ` Failed to pull images of the stack: compose pull operation failed: no matching manifest for linux/arm64/v8 in the manifest list entries ` <br class="Apple-interchange-newline"><!--EndFragment--> </body> </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: - ENABLE_WEBSOCKET_SUPPORT=false restart: always 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. ![Image](https://github.com/user-attachments/assets/8b9aea30-e0bf-420a-a65f-afae2a3d63a1) ### Steps to Reproduce 1. Go to Portainer 2. Go to Stacks 3. Open Ollama stock 4. Pull & update ![Image](https://github.com/user-attachments/assets/b7c62e61-3167-4690-aaa7-c3dd18625fbd) ### Logs & Screenshots ![Image](https://github.com/user-attachments/assets/acb7ff3b-bb42-4d15-8ae7-915553fc1190) ### Additional Information _No response_
GiteaMirror added the bug label 2025-11-11 15:58:11 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#4600