Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Must use us-east-1 region for public ECR registries
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Rodriguez committed Nov 28, 2023
1 parent 67bfb72 commit b806299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ delete-private-repos: ## Delete private ECR repos created by deploying the AWS i
deploy-init-package-public: ## Run zarf init to deploy the AWS init package configured with public ECR registry
@cd build || exit \
&& ZARF_CONFIG="../zarf-config.yaml" zarf init \
--registry-url="$$(aws ecr-public describe-registries --query 'registries[0].registryUri' --output text --region us-west-2)" \
--registry-url="$$(aws ecr-public describe-registries --query 'registries[0].registryUri' --output text --region us-east-1)" \
--registry-push-username="AWS" \
--registry-push-password="$$(aws ecr-public get-login-password --region us-west-2)" \
--registry-push-password="$$(aws ecr-public get-login-password --region us-east-1)" \
--components="zarf-ecr-credential-helper" \
--confirm

Expand Down

0 comments on commit b806299

Please sign in to comment.