Private Container Registries
Using private AWS ECR images
Export your AWS credentials in your shell and pass the environment variable names to base_image_creds
as a list. This syntax will lookup the environment variable values for you.
We also accept a dict where you can provide the values.
You can authenticate with either your static AWS credentials or an AWS STS
token. The latter requires that the AWS_SESSION_TOKEN
key be set.
Was this page helpful?