Images are stored in collections, known as a repository, which is keyed by a name, as seen throughout the API specification. A registry instance may contain several repositories. The list of available repositories is made available through the catalog.
The catalog for a given registry can be retrieved with the following request:
By adding a catalog endpoint, we can support OCI Compliant content distribution (only partial) and also use this endpoint in our registry frontend to list repositories.
More about this endpoint can be found here:
- Docker Documentation
- OCI Specification Documentation
Images are stored in collections, known as a repository, which is keyed by a
name, as seen throughout the API specification. A registry instance may contain several repositories. The list of available repositories is made available through the catalog.The catalog for a given registry can be retrieved with the following request:
By adding a catalog endpoint, we can support OCI Compliant content distribution (only partial) and also use this endpoint in our registry frontend to list repositories.
More about this endpoint can be found here: