关于Halyard,
我想使用--password-command
选项来刷新 Amazon ECR 授权令牌。如果您有使用此选项的经验,请教我。
谢谢!
问问题
387 次
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 回答