Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.14 KB

File metadata and controls

27 lines (15 loc) · 1.14 KB

OCI Image

Type Name

ociImage

Description

This type describes an OCI artifact containing an OCI container image. ociImage is a dedicated variant using the container image Media Types used by OCI registries.

A general ociArtifact describes any kind of content, depending on the media type of its config blob.

Format Variants

The blob uses the Artifact Set Archive Format.

Media Types:

  • application/vnd.oci.image.manifest.v1+tar
  • application/vnd.oci.image.manifest.v1+tar+gzip

Special Support

There is a dedicated uploader available for local blobs. It converts a blob with the media type shown above into a regular OCI artifact in an OCI repository.

It uses the reference hint attribute of the localBlob access method to determine an appropriate OCI repository. If the import target of the OCM component version is an OCI registry, by default, the used OCI repository will be the base repository of the OCM mapping with the appended reference hint.