3

关于Halyard
我想使用--password-command选项来刷新 Amazon ECR 授权令牌。如果您有使用此选项的经验,请教我。
谢谢!

4

1 回答 1

4

给你,下面对我有用。

hal config provider docker-registry account add my-ecr-registry \
 --address https://< Your ECR Endpoint> \
 --username AWS \
 --password-command "aws --region us-east-1 ecr get-authorization-token --output text --query 'authorizationData[].authorizationToken' | base64 -d | sed 's/^AWS://'"
于 2019-01-23T11:58:28.223 回答