Unable to pull docker image #4127

Closed
opened 2026-02-16 17:42:43 -05:00 by yindo · 1 comment
Owner

Originally created by @Material-Scientist on GitHub (Jan 3, 2026).

Originally assigned to: @thdxr on GitHub.

Description

When trying to pull the latest docker image via ghcr.io/sst/opencode:latest, I get:

Failed to pull `ghcr.io/sst/opencode`: Error response from daemon: Head "https://ghcr.io/v2/sst/opencode/manifests/latest": denied

Browsing to https://[ghcr.io/v2/sst/opencode/manifests/latest](https://ghcr.io/v2/sst/opencode/manifests/latest) gives:

{"errors":[{"code":"UNAUTHORIZED","message":"authentication required"}]}

This still worked 2 days ago.

Plugins

No response

OpenCode version

No response

Steps to reproduce

No response

Screenshot and/or share link

No response

Operating System

No response

Terminal

No response

Originally created by @Material-Scientist on GitHub (Jan 3, 2026). Originally assigned to: @thdxr on GitHub. ### Description When trying to pull the latest docker image via `ghcr.io/sst/opencode:latest`, I get: ``` Failed to pull `ghcr.io/sst/opencode`: Error response from daemon: Head "https://ghcr.io/v2/sst/opencode/manifests/latest": denied ``` Browsing to `https://[ghcr.io/v2/sst/opencode/manifests/latest](https://ghcr.io/v2/sst/opencode/manifests/latest)` gives: ```json {"errors":[{"code":"UNAUTHORIZED","message":"authentication required"}]} ``` This still worked 2 days ago. ### Plugins _No response_ ### OpenCode version _No response_ ### Steps to reproduce _No response_ ### Screenshot and/or share link _No response_ ### Operating System _No response_ ### Terminal _No response_
yindo added the bug label 2026-02-16 17:42:43 -05:00
yindo closed this issue 2026-02-16 17:42:43 -05:00
Author
Owner

@madflow commented on GitHub (Jan 4, 2026):

You probably have realized by now, that the github org has been renamed and that there is no forwarding to the new org in place for docker images. The new image should be:

docker pull ghcr.io/anomalyco/opencode

@madflow commented on GitHub (Jan 4, 2026): You probably have realized by now, that the github org has been renamed and that there is no forwarding to the new org in place for docker images. The new image should be: ```docker pull ghcr.io/anomalyco/opencode```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#4127