You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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:
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.
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:
Regression
9.4.0
Steps to reproduce
Expected behavior
The ollama-openwebui resource should successfully pull the image and enter the
Running
state, as it did in version9.4.0
.Screenshots
IDE and version
Rider
IDE version
251.25410.119
Nuget packages
Additional context
No response
Help us help you
No, just wanted to report this
The text was updated successfully, but these errors were encountered: