google / oauth2l

oauth2l ("oauth tool") is a simple CLI for interacting with Google API authentication.
Apache License 2.0
651 stars 81 forks source link

Can't pull docker image #172

Open gmembre-zenika opened 6 days ago

gmembre-zenika commented 6 days ago

Hello,

thanks for your work !

I tried on different computer with different public IP : I can't download the container image. It fails with the error:

❯ docker pull gcr.io/oauth2l/oauth2l
Using default tag: latest
Error response from daemon: Head "https://gcr.io/v2/oauth2l/oauth2l/manifests/latest": error parsing HTTP 412 response body: invalid character 'R' looking for beginning of value: "Request Rejected: Please contact project owners"

Same with skopeo:

❯ skopeo copy docker://gcr.io/oauth2l/oauth2l docker-archive:archive-file.tar
FATA[0000] initializing source docker://gcr.io/oauth2l/oauth2l:latest: Requesting bearer token: invalid status code from registry 412 (Precondition Failed)

My docker CLI is not authenticated on gcr.io.

What am I doing wrong ?

mconstant commented 3 days ago

I have this issue as well