[][src]Module oci_registry_client::manifest

Image manifest structs.

See Imag Manifest V2, Schema 2 for more details.

Structs

Digest

Content identifier.

Image

Image configuration.

ImageConfig

Image execution default parameters.

Layer

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

LayerHistory

Describe the history of a layer.

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.

ParseDigestError
Platform

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

RootFS