sdk-container-builds
sdk-container-builds copied to clipboard
Configurably emit OCI or Docker manifests
Currently most MediaType type things are hardcoded to Docker types, but we should be OCI compliant as well (configurably).
Status update: we can seamlessly read OCI Image Manifests ("application/vnd.oci.image.manifest.v1+json") and create those, but there's nothing user-configurable at the moment.
We can now read OCI Image Indexes and soon will be able to emit these.