Skip to content
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

Private docker registry support #11

Open
timothyb89 opened this issue Jul 10, 2017 · 0 comments
Open

Private docker registry support #11

timothyb89 opened this issue Jul 10, 2017 · 0 comments

Comments

@timothyb89
Copy link
Member

Support for plain Docker registries should be added. Right now dockerhub repositories determine current image versions using APIs only available from hub.docker.com.

At a minimum we need to support private docker registries (running https://hub.docker.com/_/registry/). This is (very) partially implemented now but needs to be finished. Current version detection will be somewhat worse.

There's also Docker Trusted Registry. It exposes a few more API functions and may be able to return timestamped tags. If the APIs match those on hub.docker.com we can add it to that plugin, otherwise it will need its own.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant