Module oci_distribution::manifest[][src]

OCI Manifest

Structs

OciDescriptor

The OCI descriptor is a generic object used to describe other objects.

OciManifest

The OCI manifest describes an OCI image.

Versioned

Versioned provides a struct with the manifest's schemaVersion and mediaType. Incoming content with unknown schema versions can be decoded against this struct to check the version.

Constants

IMAGE_CONFIG_MEDIA_TYPE

The mediatype for an image config (manifest).

IMAGE_DOCKER_CONFIG_MEDIA_TYPE

The mediatype that Docker uses for image configs.

IMAGE_LAYER_GZIP_MEDIA_TYPE

The mediatype for a layer that is gzipped.

IMAGE_LAYER_MEDIA_TYPE

The mediatype for a layer.

IMAGE_LAYER_NONDISTRIBUTABLE_GZIP_MEDIA_TYPE

The mediatype for a layer that is nondistributable and gzipped.

IMAGE_LAYER_NONDISTRIBUTABLE_MEDIA_TYPE

The mediatype for a layer that is nondistributable.

IMAGE_MANIFEST_MEDIA_TYPE

The mediatype for an OCI manifest.

WASM_CONFIG_MEDIA_TYPE

The mediatype for a WASM image config.

WASM_LAYER_MEDIA_TYPE

The mediatype for WASM layers.