mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[GH-ISSUE #22140] issue: Docker image not found #35171
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 @larskuerten on GitHub (Mar 2, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22140
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.8.7
Ollama Version (if applicable)
No response
Operating System
ubuntu server 24.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
docker pull hcr.io/open-webui/open-webui:main
Just pull the image
Actual Behavior
Error response from daemon: failed to resolve reference "hcr.io/open-webui/open-webui:main": hcr.io/open-webui/open-webui:main: not found
Steps to Reproduce
Try pull the image :
hcr.io/open-webui/open-webui:main
Logs & Screenshots
Error response from daemon: failed to resolve reference "hcr.io/open-webui/open-webui:main": hcr.io/open-webui/open-webui:main: not found
Additional Information
The link is broken, but with the tag latest it works, but inst the last update (0.8.7)
@Classic298 commented on GitHub (Mar 2, 2026):
cannot reproduce
and you have a typo. Check your link
you wrote hcr
this doesnt exist
it's ghcr
@larskuerten commented on GitHub (Mar 2, 2026):
Despite the typo, can you pull ghcr.io/open-webui/open-webui:main ?
@Classic298 commented on GitHub (Mar 2, 2026):
yes