-
Notifications
You must be signed in to change notification settings - Fork 292
Open
Description
I was looking today at the WASI OCI images we're publishing, and I noticed we're not yet making use of all of the capabilities ghcr has to offer. For example, the individual images we're publishing don't include descriptions or license data.
GitHub currently renders the following annotations, but even more annotations exist. If we applied what GitHub currently supports, we'd be adding the following keys to the Wasm OCI Artifact Layout:
"annotations": {
"org.opencontainers.image.description": "<description>",
"org.opencontainers.image.source": "https://github.com/webassembly/<package>",
"org.opencontainers.image.licenses": "<spdx license>"
}
Given the annotations
section just covers metadata, and not anything else, maybe we should just reuse these? Unless there are plans to create our metadata specific to Wasm Components encoded as OCI Artifacts?
Metadata
Metadata
Assignees
Labels
No labels