amazon-ecr-credential-helper
amazon-ecr-credential-helper copied to clipboard
Unable to pull public image
I am simply trying to pull an image from ECR public repository, however is not working:
docker pull public.ecr.aws/bitnami/golang:1.15
I get this error:
pull access denied for public.ecr.aws/bitnami/golang, repository does not exist or may require 'docker login': denied: Your authorization token has expired. Reauthenticate and try again.
Why "Access denied"? It is a public repository: https://gallery.ecr.aws/bitnami/golang
Any help here?
Hello, anyone?
Did you figure this out? What does your .docker/config.json
look like?