Skip to content

Add catalog api for the registry #5

@jay-dee7

Description

@jay-dee7

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:

GET /v2/_catalog

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:

  1. Docker Documentation
  2. OCI Specification Documentation

Metadata

Metadata

Assignees

Labels

P2P2 labels are used for significant features, improvements, etcenhancementNew feature or request

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions