oras-project / artifacts-spec

Apache License 2.0
61 stars 30 forks source link

Change root path for referrers to support distribution extensions proposal #74

Closed SteveLasker closed 2 years ago

SteveLasker commented 2 years ago

This tracks the changing of the /referrers API from /oras/artifacts/v1/{repository}/manifests/{digest}/referrers to the OCI Distribution extension proposal #111

vbatts commented 2 years ago

I for sure am curious how this example would translate into the /v2/_<ns>/<ext>/<operation>[?<key>=<value>...] or /v2/<name>/_<ns>/<ext>/<component>[?<key>=<value>&...] layout 🤔

vbatts commented 2 years ago

I like the REST layout, but how to maintain an extendible structure that works for generic use-cases as well?

SteveLasker commented 2 years ago

Closing as this got merged in #87