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
So far, I couldn't find anything on that error message.
I'd be gratefull for any help!
The text was updated successfully, but these errors were encountered:
erich-wittenbeck
changed the title
pass: "exec format error" when trying to login in with ECR
pass: "exec format error" when trying to login into ECR
Feb 18, 2024
erich-wittenbeck
changed the title
pass: "exec format error" when trying to login into ECR
pass: "exec format error" when trying to login into AWS ECR
Feb 18, 2024
Greetings! I try to register for the AWS Elastic Container Registry to push my Docker images there.
I tried to use
docker-credential-pass
, which I downloaded from the Releases-Page (latest version), which I saved under/usr/local/bin/
and configured the
~/.docker/config.json
like so:When I now execute the premade command for logging into the ECR Repository of my AWS Account:
aws ecr get-login-password --region <my-region> | docker login --username AWS --password-stdin <my-account-id>.dkr.ecr.<my-region>.amazonaws.com
...I get the following error message:
So far, I couldn't find anything on that error message.
I'd be gratefull for any help!
The text was updated successfully, but these errors were encountered: