Support OCI Distribution Spec Extensions #111
Labels
enhancement
New feature or request
needs-triage
This label refers to a non-final decision on implementation, when an important feature/bug is added
Milestone
Description
OCI Distribution Spec recently got new additions regarding adding extensions. We already have implemented
_catalog
extension but now we have support for a model, which allows extending functionality of a container registry in a standardised way.With this new model, we get ability to add extensions at registry level:
/v2/_oci/<extension>
and at repository level:
/v2/<name>/_<extension>/<component>/<module>[?query_params]
Docs
The text was updated successfully, but these errors were encountered: