You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AWS has introduced public ECR registries. The url is public.ecr.aws/{hash}/repository.
When I don't put the aws prefix (as suggested in doc), I get the following error:
INFO[0002] pushing tag(s) test-tag
ERRO[0003] pushing image failed: pushing tag(s): HEAD https://index.docker.io/v2/library/MY_REPOSITORY/blobs/sha256:48d...: unexpected status code 401 Unauthorized (HEAD responses have no body, use GET for details)
When I put the full address, I get the following error:
INFO[0003] pushing tag(s) test-tag
ERRO[0003] pushing image failed: pushing tag(s): HEAD https://public.ecr.aws/v2/r5b5q6h9/MY_REPOSITORY/blobs/sha256:86d...: unexpected status code 401 Unauthorized (HEAD responses have no body, use GET for details)
Am I missing something? Or is aws public ECR support not implemented?
The text was updated successfully, but these errors were encountered:
AWS has introduced public ECR registries. The url is
public.ecr.aws/{hash}/repository
.When I don't put the aws prefix (as suggested in doc), I get the following error:
When I put the full address, I get the following error:
Am I missing something? Or is aws public ECR support not implemented?
The text was updated successfully, but these errors were encountered: