-
Notifications
You must be signed in to change notification settings - Fork 99
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
Referrers API support for OCI Layout #392
Labels
Milestone
Comments
In terms of functionality, |
There is a generic implementation in oras: https://github.com/oras-project/oras/blob/660d167c8434b19da455828e1f30ee7f3864638c/internal/graph/graph.go#L65 We can consider move and improve the above implementation to |
I'd like to work on this. |
Wwwsylvia
pushed a commit
that referenced
this issue
Dec 27, 2023
This PR provides `Referrers` support for the `content.ReadOnlyGraphStorage` interface, which includes `oci.Store`. Resolves #392 Signed-off-by: Xiaoxuan Wang <wangxiaoxuan119@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
The OCI layout can be viewed as a simplified local repository, which should also support the equivalence of Referrers API.
Proposal: Let content/oci.Store and content/oci.ReadOnlyStore implement registry.ReferrerFinder.
The text was updated successfully, but these errors were encountered: