-
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
error storing credentials - err: exit status 1, out: not implemented
#102
Comments
Ops... Sorry, I should not use |
@shumkov what did you use to solve this issue? |
@shumkov I also experienced the same issue. Could you share what you did to solve the issue? |
Then you can pull/push your images without |
There is no need to use |
While I agree that there is no need to call |
I turned docker on and it fixed this error for me. |
I also encountered this, Solution that works on my end, I run: |
I'm running Gnu/Linux and the following worked for me:
|
Why was this closed, literally the entire point of this project is so you don't have to call docker login, and then it breaks any other repositories, if you have some images being pulled from docker hub and some being pulled from aws ecr, all the docker hub entries are broken and the comments in here say to remove the credHelpers and go back to using docker login command. |
I just experienced that as well, in CI. What is strange is that it works a few weeks ago... within same Docker image 20.10... I need to pull image from ECR and push to OVH. What I ended up doing, is removing |
This worked for me! Error: |
I don't think this is the right solution. It looks like
Get function is called, and this helper checks its cache for an existing valid token before generating a new one and storing it (which is what the Add would have done).
Changing the configured cred helper means not using this credential helper at all. |
Why does it need the default region if that can be inferred from the repo URI? Is this issue even fixed, I see the ticket was closed but no PRs referencing it. Its still unclear if its expected that you cannot use |
Nonsense. This changes (or forces a particular value of) a Global Setting For Everything just to solve One Problem With One Thing. |
Hi there,
I got the strange error:
Credentials exported as env vars:
The text was updated successfully, but these errors were encountered: