ekalinin / awsping

Console tool to check the latency to each Amazon EC2 region
MIT License
168 stars 31 forks source link

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

Open lestephane opened 2 years ago

lestephane commented 2 years ago

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.