Skip to content

[Bug] Upgrade to 9.5.0 breaks ollama-openwebui due to image pull denied error #702

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
foxminchan opened this issue May 27, 2025 · 3 comments

Comments

@foxminchan
Copy link

Describe the bug

After upgrading to version 9.5.0, the ollama-openwebui resource fails to start due to a container image access error. The console log indicates the image ghcr.io/open-webui/open-webui:0.6.10 could not be pulled and the request was denied by the registry.

Console error:

Unable to find image 'ghcr.io/open-webui/open-webui:0.6.10' locally  
Error response from daemon: Head "https://ghcr.io/v2/open-webui/open-webui/manifests/0.6.10": denied: denied

Regression

9.4.0

Steps to reproduce

1. Upgrade BookWorm environment to version 9.5.0.
2. Attempt to start the ollama-openwebui resource.
3. Observe the failure in console logs.

Expected behavior

The ollama-openwebui resource should successfully pull the image and enter the Running state, as it did in version 9.4.0.

Screenshots

Image

IDE and version

Rider

IDE version

251.25410.119

Nuget packages

CommunityToolkit.Aspire.Hosting.Ollama (9.5.0)

Additional context

No response

Help us help you

No, just wanted to report this

@aaronpowell
Copy link
Member

it might have been a temporary disruption in the GitHub container registry. I've just cloned BookWorm myself, opened in VS and launched it, and Open WebUI is downloading successfully:

Image

@foxminchan
Copy link
Author

Hi @aaronpowell, I hope so too. Currently, I still can't pull the image on my machine — the request to ghcr.io is being denied with an authentication error. Hoping it's just a temporary issue on GitHub's container registry side, but let me know if there's anything I should configure locally in the meantime.

@aaronpowell
Copy link
Member

Do you have another machine you can try pulling on?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants