-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal: aws ecr get-login-password #4867
Labels
feature-request
A feature should be added or improved.
Comments
matthew-russo
pushed a commit
to matthew-russo/aws-cli
that referenced
this issue
Jan 24, 2020
as proposed in aws#4867, and previously discussed in aws#2875 (comment) aws#3687 (comment) this commit adds a new customization command for ECR that only returns the password to login to a registry. this approach is composable, is compatible with other container clients, allows use of functionality like Docker's --password-stdin flag, and is more resilient to changes in client APIs
matthew-russo
pushed a commit
to matthew-russo/aws-cli
that referenced
this issue
Jan 24, 2020
as proposed in aws#4867, and previously discussed in aws#2875 (comment) aws#3687 (comment) this commit adds a new customization command for ECR that only returns the password to login to a registry. this approach is composable, is compatible with other container clients, allows use of functionality like Docker's --password-stdin flag, and is more resilient to changes in client APIs
matthew-russo
pushed a commit
to matthew-russo/aws-cli
that referenced
this issue
Jan 24, 2020
as proposed in aws#4867, and previously discussed in aws#2875 (comment) aws#3687 (comment) this commit adds a new customization command for ECR that only returns the password to login to a registry. this approach is composable, is compatible with other container clients, allows use of functionality like Docker's --password-stdin flag, and is more resilient to changes in client APIs
matthew-russo
pushed a commit
to matthew-russo/aws-cli
that referenced
this issue
Jan 24, 2020
as proposed in aws#4867, and previously discussed in aws#2875 (comment) aws#3687 (comment) this commit adds a new customization command for ECR that only returns the password to login to a registry. this approach is composable, is compatible with other container clients, allows use of functionality like Docker's --password-stdin flag, and is more resilient to changes in client APIs
matthew-russo
pushed a commit
to matthew-russo/aws-cli
that referenced
this issue
Jan 24, 2020
as proposed in aws#4867, and previously discussed in aws#2875 (comment) aws#3687 (comment) this commit adds a new customization command for ECR that only returns the password to login to a registry. this approach is composable, is compatible with other container clients, allows use of functionality like Docker's --password-stdin flag, and is more resilient to changes in client APIs
This was referenced Mar 3, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a proposal for a new AWS CLI command for ECR
This command can be used in the following ways:
This idea has been previously proposed by @theY4Kman #2875 (comment) and @kojiromike #3687 (comment)
The text was updated successfully, but these errors were encountered: