awsping icon indicating copy to clipboard operation
awsping copied to clipboard

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

Open lestephane opened this issue 1 year ago • 0 comments

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 avatar Sep 29 '22 08:09 lestephane