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

Support OCI Distribution Spec Extensions #111

Open
jay-dee7 opened this issue Mar 5, 2022 · 0 comments
Open

Support OCI Distribution Spec Extensions #111

jay-dee7 opened this issue Mar 5, 2022 · 0 comments
Assignees
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

Comments

@jay-dee7
Copy link
Member

jay-dee7 commented Mar 5, 2022

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

@jay-dee7 jay-dee7 added enhancement New feature or request needs-triage This label refers to a non-final decision on implementation, when an important feature/bug is added labels Mar 5, 2022
@jay-dee7 jay-dee7 self-assigned this Sep 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
Status: Todo
Development

No branches or pull requests

1 participant