Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: How to pull the awsping docker image from GHCR? #15

Open
lestephane opened this issue Sep 29, 2022 · 0 comments
Open

Question: How to pull the awsping docker image from GHCR? #15

lestephane opened this issue Sep 29, 2022 · 0 comments

Comments

@lestephane
Copy link

lestephane commented Sep 29, 2022

Using a PAT with packages: read scope, I can't pull it from my machine

$ echo "$GHCR_PAT" | docker login ghcr.io --password-stdin --username user
WARNING! Your password will be stored unencrypted in /home/lestephane/snap/docker/1779/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded

$ docker pull ghcr.io/ekalinin/awsping:v2.0.1
Error response from daemon: denied

Unless I can actually pull the image locally, I won't be able to troubleshoot issues I'm having pulling this container from a GitHub workflow. I'm not even sure the image in question is available publicly. The docker pull command is taken directly from the release notes.

@lestephane lestephane changed the title Question: How to pull this image from GHCR? Question: How to pull the awsping docker image from GHCR? Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant