Access denied on public package pulled by docker #50487
-
Select Topic AreaBug BodyThe documentation on package visibility is quite clear:
I cannot access my public container package anonymously. $ docker logout
Removing login credentials for https://index.docker.io/v1/
$ docker pull ghcr.io/korthout/camunda-platform-rest-api:latest
Error response from daemon: Head "https://ghcr.io/v2/korthout/camunda-platform-rest-api/manifests/latest": denied: denied What am I missing?
Any help is appreciated, but this appears like a bug to me. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
I have the same issue |
Beta Was this translation helpful? Give feedback.
-
The same is happening to me
|
Beta Was this translation helpful? Give feedback.
-
I want to add that this is blocking some users from getting started, and I wonder if I should move the container image over to another registry. I prefer to leave it on ghcr.io, but we're nearing two weeks without an official reply. It would be nice to know if anyone from GitHub is looking into this. |
Beta Was this translation helpful? Give feedback.
-
If you use |
Beta Was this translation helpful? Give feedback.
If you use
docker logout
without a domain it logs you out from Docker Hub, not GHCR. So if you have a credential forghcr.io
it'll stay. If you want to test anonymous access to your image, you need to usedocker logout ghcr.io
.