-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add OCI namespace mappings to registry metadata (well-known URL) #35
Comments
Like you suggested, the easiest short term thing might be to have an oci artifact at a well known name in the registry (something like |
Did some more thinking on this and I had a follow up question: How is a registry like ghcr.io supposed to handle this? Should the well known file be at each org name that is being used as a registry or should it be done another way? I was trying to think what would be best and didn't come to any good conclusion yet |
The For the |
We should write up instructions for serving the well-known config from a |
Are those paths possible on |
Mashed the wrong button on my phone. Accidentally closed the issue. But reopened. |
|
Warg has a mechanism for registries to advertise their own preferred namespace->registry mappings for federation purposes. We'd like to introduce the same for OCI-based package registries.
The simplest way I see to do this immediately would be to add this mapping to the
/.well-known/wasm-pkg/registry.json
's"oci"
config section. A future possibility - if desired - could be to publish this mapping as an OCI artifact under some reference that doesn't collide with packages.The text was updated successfully, but these errors were encountered: