Skip to content

[Bug]: Can't push/pull to grc.io (Google Artifact docker registry) #321

@mike-pt

Description

@mike-pt

I have done the following

  • I have searched the existing issues
  • If possible, I've reproduced the issue using the 'main' branch of this project

Steps to reproduce

Authenticate using gcloud helper:

gcloud auth print-access-token | container registry login \
  -u oauth2accesstoken \
  --password-stdin  us.gcr.io

Login succeeded

Attempt to push or pull, both give:

container images pull us.gcr.io/repo/iamge:tag
Error: internalError: "HTTP request to https://us.gcr.io/v2/token?client_id=containerization-registry-client&service=us.gcr.io&scope=repository:reponame/us.gcr.io/image:pull failed with response: 403 Forbidden. No credentials found for host us.gcr.io"

Current behavior

403 trying to push or pull even though auth succeed

Expected behavior

Push/Pull should work after authenticating to registry

Environment

- OS: macOS 15
- Registry => Google Cloud Artificats

Relevant log output

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions