[][src]Module oci_registry_client::manifest

Image manifest structs.

See Imag Manifest V2, Schema 2 for more details.

Structs

Layer

The Layer references a crate::blob::Blob by digest.

Manifest

The Manifest provides a configuration and a set of layers for a container image.

ManifestConfig

The ManifestConfig references a configuration object for a container.

ManifestItem

ManifestItem for a specific platform.

ManifestList

The ManifestList is the "fat manifest" which points to specific image manifests for one or more platforms.

Platform

The Platform describes the platform which the image in the manifest runs on.