File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -145,18 +145,18 @@ in a volume that may be mounted onto your watchtower container.
145145 ` ` `
146146
1471473. Create a configuration file for docker, and store it in $HOME/.docker/config.json (replace the <AWS_ACCOUNT_ID>
148- placeholders with your AWS Account ID) :
148+ placeholders with your AWS Account ID and <AWS_ECR_REGION> with your AWS ECR Region ) :
149149 ` ` ` json
150150 {
151151 "credsStore" : "ecr-login",
152152 "HttpHeaders" : {
153153 "User-Agent" : "Docker-Client/19.03.1 (XXXXXX)"
154154 },
155155 "auths" : {
156- "<AWS_ACCOUNT_ID>.dkr.ecr.us-west-1 .amazonaws.com" : {}
156+ "<AWS_ACCOUNT_ID>.dkr.ecr.<AWS_ECR_REGION> .amazonaws.com" : {}
157157 },
158158 "credHelpers": {
159- "<AWS_ACCOUNT_ID>.dkr.ecr.us-west-1 .amazonaws.com" : "ecr-login"
159+ "<AWS_ACCOUNT_ID>.dkr.ecr.<AWS_ECR_REGION> .amazonaws.com" : "ecr-login"
160160 }
161161 }
162162 ` ` `
You can’t perform that action at this time.
0 commit comments