-
Notifications
You must be signed in to change notification settings - Fork 339
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
Getting the error error storing credentials - err: exit status 1, out: not implemented
#574
Comments
The culprit is https://github.com/awslabs/amazon-ecr-credential-helper/blob/main/ecr-login/ecr.go#L75 . Just changing both methods to return |
I don't know if that's the correct fix, rather shouldn't it be doing what this line is doing? |
We are facing this issue too. When you have a common Github action runner with different use cases, there are users who uses this ECR login aws action and users who does Any update on this issue? For anyone else facing the same issue, Workaround is:
|
@jaswanthikolla presumably that only fixes the error for non-ECR use-cases? |
Workaround fixes ECR use cases. It works for following use case
|
@jaswanthikolla ah right, it fixes it for ECR repos that don't match the URL as it's not going to invoke the helper at all.. |
I'm running a Ubuntu22 VM using VMWare Fusion 13. The host OS is MacOS on M1 Apple silicon. I build docker-credential-ecr-login following the docs like this:
go install github.com/awslabs/amazon-ecr-credential-helper/ecr-login/cli/docker-credential-ecr-login@latest
The following command gives this error:
Lots of people have seen this and none of the suggestions have worked.
The text was updated successfully, but these errors were encountered: