Skip to content

Contribute a Registry Provider

Brandon Waterloo [MSFT] edited this page Jul 1, 2020 · 6 revisions

Connect a Generic Docker Registry

First, try connecting your registry as a "Generic Docker Registry". Many registries will work with our existing implementation of the Docker V2 API and do not require any additional contributions.

This feature has the following limitations:

  1. It currently only supports basic authentication, or token endpoints that accept basic authentication.
  2. You must connect a private registry. It won't work for central registries like Docker Hub or GitLab that host repositories for many users under unique namespaces.

Contribute a Registry Provider

We have a proposal for a better registry extensibility model here. We'd love to hear your feedback on it!

Clone this wiki locally