sdk-container-builds icon indicating copy to clipboard operation
sdk-container-builds copied to clipboard

Configurably emit OCI or Docker manifests

Open rainersigwald opened this issue 3 years ago • 2 comments

Currently most MediaType type things are hardcoded to Docker types, but we should be OCI compliant as well (configurably).

rainersigwald avatar Jul 13 '22 21:07 rainersigwald

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.

baronfel avatar Jan 11 '24 23:01 baronfel

We can now read OCI Image Indexes and soon will be able to emit these.

baronfel avatar Oct 09 '24 15:10 baronfel