-
Notifications
You must be signed in to change notification settings - Fork 13
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
Support usage against registries that dont require authentication #761
Comments
If your question is whether you need to configure authentication details to access a private docker hub registry, then the answer is yes. You would normally generate a personal access token on Docker hub (with only the necessary access) to use as the 'password'. |
No, my private docker hub no need to auth when to access, so I can access it without account & password. So I mean that how to use this plugin in this scene, or is there any way to use the plugin without auth? thank you. |
If you don't need to auth, then it's not Perhaps you did a |
oh, I think we have a misunderstand here, I think that is my fault, my private docker hub means I build on my local server, not the remote server, use docker pull & run registry, it is not need to auth by default. |
Oh okay, since you mentioned Docker Hub I thought you meant the cloud based one since that's its name :) Currently the credentials are mandatory as for most purposes one would need to authenticate. I'd suggest you add auth to your local test registry in the meantime? |
Ok, I thought there are some releases can support my scene, or maybe I haven't found the right way to use it in this scene, anyway I will add follow your suggestion, thank you. |
Hi, I want use this plugin for my private dockerhub, when I config this plugin in gocd, I cannot save the configuration without username & password because of I haven't config it in my private dockerhub.
So is it the only way that config auth in my dockerhub to use this plugin?
The text was updated successfully, but these errors were encountered: