opencode icon indicating copy to clipboard operation
opencode copied to clipboard

Unable to pull docker image

Open Material-Scientist opened this issue 3 weeks ago • 1 comments

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

Material-Scientist avatar Jan 03 '26 10:01 Material-Scientist

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 avatar Jan 04 '26 13:01 madflow