You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin uses aws ecr get-login which was quietly deprected in aws/aws-cli@b83b3a5 which landed in 1.17.10 on 5th Feb (less than a month ago), and completely removed in awscli v2, which is released but not in many distribution channels (package managers etc) yet.
This plugin should instead use aws ec2 get-login-password. However unlike get-login, get-login-password doesn't give us the ECR registry URL (including AWS account ID & region) which should be passed to the docker login command. Deriving it will add some complexity.
The text was updated successfully, but these errors were encountered:
This plugin uses
aws ecr get-login
which was quietly deprected in aws/aws-cli@b83b3a5 which landed in 1.17.10 on 5th Feb (less than a month ago), and completely removed in awscli v2, which is released but not in many distribution channels (package managers etc) yet.This plugin should instead use
aws ec2 get-login-password
. However unlikeget-login
,get-login-password
doesn't give us the ECR registry URL (including AWS account ID & region) which should be passed to thedocker login
command. Deriving it will add some complexity.The text was updated successfully, but these errors were encountered: