Skip to main content

Timeline for AWS ECR Login with podman

Current License: CC BY-SA 4.0

8 events
when toggle format what by license comment
Jan 10 at 10:37 comment added Konstantin A. Magg The token from ecr get-login-password is region-specific, so the AWS region for aws ecr get-login-password ... and the ECR URI must macht. I try to adpat the response above.
Sep 9, 2023 at 3:29 history edited Prashanna CC BY-SA 4.0
Optimize answer in efficient way
Sep 7, 2023 at 15:15 comment added jmjohnson85 Downvoted for presenting what was clearly intended to be a single command as two separate commands...
Jun 20, 2021 at 13:33 comment added MauTOz Yes! Today, I'm using like this: aws ecr get-login-password --region us-east-1 | podman login --username AWS --password-stdin <aws_account_id>.dkr.ecr.<region>.amazonaws.com
May 4, 2021 at 5:01 comment added Mike Slinn The accepted answer cannot work because podman --password-stdin means "read the password from stdin". This answer was copied incorrectly from github.com/vumdao/…. The 2 commands should have been connected via a pipe
Oct 16, 2020 at 13:16 vote accept MauTOz
Oct 16, 2020 at 3:03 history edited Prashanna CC BY-SA 4.0
added 206 characters in body
Oct 16, 2020 at 1:34 history answered Prashanna CC BY-SA 4.0