Should I be able to pull the Docker image? #232
Closed
roadSurfer
started this conversation in
General
Replies: 1 comment 1 reply
-
@roadSurfer The packages were private. Steve has kindly made them public. Could you give it a try again? Not authentication must be necessary. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I create a PAT and log in with:
echo <my_token> | docker login ghcr.io -u roadSurfer --password-stdin
Then I try to pull the Docker image:
docker pull ghcr.io/cyclonedx/cdxgen:latest
But the response is:
Error response from daemon: denied
Is there something special I need to do when creating my token, or should we not be trying to used the Docker image at all?
Beta Was this translation helpful? Give feedback.
All reactions