-
-
Notifications
You must be signed in to change notification settings - Fork 287
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
Add support for credential helpers for custom registries #461
Labels
enhancement
New feature or request
Milestone
Comments
I added the class But I don't know exactly how the credential helpers work. I haven't looked into the docs, etc. Maybe, someone else can add the implementation. Or I need to do some researches first. |
HofmeisterAn
added
enhancement
New feature or request
help wanted
Extra attention is needed
labels
May 28, 2022
HofmeisterAn
pushed a commit
that referenced
this issue
Jun 16, 2022
…kerRegistryAuthenticationProvider' {add credential helpers support}
HofmeisterAn
pushed a commit
that referenced
this issue
Jun 16, 2022
HofmeisterAn
added a commit
that referenced
this issue
Jun 16, 2022
HofmeisterAn
added a commit
that referenced
this issue
Jun 16, 2022
We'll publish this change as soon as we update the NuGet feed configuration. |
Published in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
I need a way to authenticate to private registry via credential helper when pulling images. I have 2 private registries in
~/docker/.config.json
that use bat files to provide credential. I don't know credentials in advance to just dodocker login
so i need to use helpers. Right now i can't pull images with this setupDescribe the solution you'd like
I think there should be another implementation of
IAuthenticationProvider
that implements credential helpers protocol described in the link belowDescribe alternatives you've considered
i didn't find any solution
Additional context
https://docs.docker.com/engine/reference/commandline/login/#credential-helpers
I use version
1.6.0-beta.2226
The text was updated successfully, but these errors were encountered: