Skip to content

Commit

Permalink
updated docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhatsharma committed Apr 20, 2022
1 parent 166f7c5 commit 3bc4c59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion k8s/kube-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
# terminationGracePeriodSeconds: 0
containers:
- name: zinc
image: public.ecr.aws/prabhat/zinc:latest
image: public.ecr.aws/h9e2j3o7/zinc:latest
env:
- name: ZINC_FIRST_ADMIN_USER
value: admin
Expand Down
6 changes: 3 additions & 3 deletions multiarch.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#/bin/sh

aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws/prabhat
aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws/h9e2j3o7

# docker buildx build --push --platform linux/arm/v7,linux/arm64/v8,linux/amd64 --tag public.ecr.aws/prabhat/zinc:v0.1.3-s3test .
# docker buildx build --push --platform linux/arm/v7,linux/arm64/v8,linux/amd64 --tag public.ecr.aws/h9e2j3o7/zinc:v0.1.3-s3test .

docker buildx build --push --platform linux/amd64 --tag public.ecr.aws/prabhat/zinc:v0.1.3-s3test .
docker buildx build --push --platform linux/amd64 --tag public.ecr.aws/h9e2j3o7/zinc:v0.1.3-s3test .


0 comments on commit 3bc4c59

Please sign in to comment.