Skip to content
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

Update ecr login command for both aws-cli v1 and v2 #53

Merged
merged 2 commits into from
Apr 29, 2020

Conversation

int128
Copy link
Contributor

@int128 int128 commented Apr 23, 2020

Description of changes:

make push does not work with aws-cli v2 because aws ecr get-login command has been removed. This PR will replace the login command with aws ecr get-login-password. It is available in v1.17.10 or later.

@int128 int128 requested a review from a team as a code owner April 23, 2020 13:00
Makefile Outdated Show resolved Hide resolved
@int128 int128 requested a review from jaypipes April 24, 2020 06:06
@int128 int128 changed the title Update ecr login command for aws-cli v2 Update ecr login command for both aws-cli v1 and v2 Apr 25, 2020
@int128
Copy link
Contributor Author

int128 commented Apr 29, 2020

I just changed it works with both v1 and v2. Please let me know if further change is needed.

Copy link
Contributor

@jaypipes jaypipes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great stuff, thank you @int128! :)

@jaypipes jaypipes merged commit 4286d35 into aws:master Apr 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants