-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Docker V2] Support private distribution repo #13
Comments
Thank you for your request:) |
Hi @Skiepp, can you try this version? You can specify the
Currently, you can choose between |
Hi @pascalwilbrink Can you check if the package had been correctly pushed to npm? In addition, how are used the Docker and GitHub options? If I understand correctly:
Wouldn't be better something like:
It's just a suggestion to make the configuration easier to read. Is the code in the CNCF_HTTP_API branch? Thanks a lot, Skiepp |
Hi @pascalwilbrink, Can I ask you to push the updated code, so that I can implement this feature on the updated one? Thanks a lot |
Hi @pascalwilbrink, Thanks for your time! |
This plugin can list docker images from DockerHub only.
It will be great to have it support private registries (non-docker hub) as well, which is the de-facto standandard for enterprise companies.
Documentation: https://distribution.github.io/distribution/spec/api/
Basically the api call changes from:
/docker/v2/namespaces/${url.organization}/repositories/${url.repository}/tags
To:
/docker/v2/${image_name}/tags/list
As for the authentication, it can be done by using an Oauth2 Bearer token, just like DockerHub
The text was updated successfully, but these errors were encountered: