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
Check the REGISTRIES environment variable for AWS ECR-specific URL
If there is a AWS ECR URL create a .aws folder with the required config and credentials files used by aws-cli: look at a host config and credential file to see what content is required as well as file permissions
Use aws ecr get-login --no-include-email to get the password
AUTH_USER=AWS and AUTH_PASS comes from the aws ecr call
You will need a script that renews the AWS token periodically (maybe every 6 hours or so)
We use aws cli and generate a temporary token. Could you please help me understand how to use this proxy for ECR?
The text was updated successfully, but these errors were encountered: