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

sntl login should log into public.ecr.aws as well #269

Open
raylas opened this issue Jul 25, 2023 · 1 comment
Open

sntl login should log into public.ecr.aws as well #269

raylas opened this issue Jul 25, 2023 · 1 comment

Comments

@raylas
Copy link
Collaborator

raylas commented Jul 25, 2023

Even though docker login public.ecr.aws is not required for public ECR image pulls, it can greatly reduce the likelihood of running into 400s as the result of lazy rate limiting on AWS's part.

Maybe add a --public flag?

@raylas
Copy link
Collaborator Author

raylas commented Jul 25, 2023

For example:

aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws

Note: Specifying us-east-1 is a good idea.

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

1 participant