Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Public aws ECR is not supported #319

Open
cyrilou242 opened this issue May 10, 2022 · 2 comments
Open

Public aws ECR is not supported #319

cyrilou242 opened this issue May 10, 2022 · 2 comments

Comments

@cyrilou242
Copy link

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?

@TechShivvy
Copy link

Hey @cyrilou242, I'm facing the same issue, did you manage to resolve it? Thanks.

@cyrilou242
Copy link
Author

Hey @TechShivvy I did not spent much time on this, we moved away from Concourse for other reasons.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants