-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[feature] Docker Credential Helper #2334
Comments
Hey @bantonj, How will this help your problem of having to refresh the credentials? This just seems to be a different credential store? |
@dadgar This would make the credential store refresh the credentials transparently, while right now I have to have a cron running in the background to keep refreshing the docker login. |
@bantonj Cool! Would you mind linking docs and/or examples of this being integrated in other projects? |
I need this too. I will look into making a patch |
Fixed by #2651 |
Thanks @rawler this is a big help and works great! |
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues. |
It would be very useful if nomad supported Docker Credential Helpers. It would be especially helpful for Amazon's ECR which only supports logins that last for 12 hours. I made this same feature request to go-dockerclient, and it doesn't sound like there is much interest in adding it there.
The text was updated successfully, but these errors were encountered: