Closed brivu closed 1 year ago
Currently, the url to push and pull images from ecr is hardcoded as amazon.aws.com.
url
ecr
amazon.aws.com
In other countries, the AWS domain may be different. For example, in China, the AWS domain is amazomaws.com.cn.
AWS
amazomaws.com.cn
This PR implements the aws_domain, letting users specify a different AWS domain if necessary
PR
aws_domain
Just added env subst! Thank you!
env subst
Currently, the
url
to push and pull images fromecr
is hardcoded asamazon.aws.com
.In other countries, the
AWS
domain may be different. For example, in China, theAWS
domain isamazomaws.com.cn
.This
PR
implements theaws_domain
, letting users specify a differentAWS
domain if necessary