-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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>
# for free
to join this conversation on GitHub.
Already have an account?
# 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: