mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-12-03 10:06:26 +00:00
It's "-w 0" and not "-b 0"
This commit is contained in:
parent
8b2c65990a
commit
6f9ad97063
@ -12,7 +12,7 @@ return_if_impacted_targets_empty
|
||||
aws eks --region us-east-2 update-kubeconfig --name peridot-T8WbrA
|
||||
|
||||
AWS_JWT="$(aws ecr get-login-password --region us-east-2)"
|
||||
B64_AWS_AUTH="$(echo -n "AWS:$AWS_JWT" | base64 -b 0)"
|
||||
B64_AWS_AUTH="$(echo -n "AWS:$AWS_JWT" | base64 -w 0)"
|
||||
mkdir -p ~/.docker
|
||||
echo '{"auths":{"893168113496.dkr.ecr.us-east-2.amazonaws.com":{"auth":"'"$B64_AWS_AUTH"'"}}}' > ~/.docker/config.json
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user