Open moulichowdhary opened 2 years ago
interesting for me too
Well, you could maybe try the following:
aws-cli
tool to the DockerfileREGISTRIES
environment variable for AWS ECR-specific URLaws-cli
: look at a host config and credential file to see what content is required as well as file permissionsaws ecr get-login --no-include-email
to get the passwordAUTH_USER=AWS
and AUTH_PASS
comes from the aws ecr
callA lot of this detail was borrowed from https://github.com/Lotto24/aws-ecr-http-proxy
We use aws cli and generate a temporary token. Could you please help me understand how to use this proxy for ECR?