-
Notifications
You must be signed in to change notification settings - Fork 345
After upgrading to macos 12.3 I'm getting "Error saving credentials: error storing credentials - err: exit status 1, out: not implemented
"
#316
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
Comments
I think I found workaround for my issue
To make containers work I need to do this
Sometimes I was able to use a single command instead (
So, reinstalling credentials helper and using separate commands to deal with containers seems to be a good enough workaround but the main issue has not been fixed. |
I am also seeing this issue while using SSO. The binaries released via homebrew and Docker seem to be different. diff /opt/homebrew/Cellar/docker-credential-helper-ecr/0.6.0/bin/docker-credential-ecr-login /Applications/Docker.app/Contents/Resources/bin/docker-credential-ecr-login
Binary files /opt/homebrew/Cellar/docker-credential-helper-ecr/0.6.0/bin/docker-credential-ecr-login and /Applications/Docker.app/Contents/Resources/bin/docker-credential-ecr-login differ /Applications/Docker.app/Contents/Resources/bin/docker-credential-ecr-login version
0.6.3 Since there's no @wilgucki You don't have to actually uninstall the homebrew formula. You can use |
I've been getting the same issue on Ubuntu 22.04. I tried manually building using |
I have the same problem on Amazon Linux 2 on ec2. |
The version mismatch is explained in #206 (comment):
|
I would suggest that simply calling both Seems like a simple change that would make it look less sloppy. |
Having the same issue on Ubuntu 20.04 with a fresh install. |
Everything was working fine before the upgrade but once I've upgraded to macos 12.3 I'm getting this error
Error saving credentials: error storing credentials - err: exit status 1, out: not implemented
when trying to run this
aws ecr get-login-password --region xxx | docker login --username AWS --password-stdin xxx.dkr.ecr.xxx.amazonaws.com
Running
docker-compose up
fails with this errorError response from daemon: pull access denied for xxx, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
I've double checked access rights - all seems to be fine (plus nothing has changed recently in this area).
Here's my docker config
I have verified that everything is fine on macos 12.2 (asked few people to run mentioned commands). I also verified with other person running macos 12.3 that this doesn't work. I have tested this on docker desktop 4.5 and 4.6.
The text was updated successfully, but these errors were encountered: