Module oci_client::manifest
source · Expand description
OCI Manifest
Structs§
- The manifest entry of an
ImageIndex
. - The OCI descriptor is a generic object used to describe other objects.
- The image index is a higher-level manifest which points to specific image manifest.
- The OCI image manifest describes an OCI image.
- Platform specific fields of an Image Index manifest entry.
- 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.
Enums§
- An image, or image index, OCI manifest
Constants§
- The mediatype for an image config (manifest).
- The mediatype that Docker uses for image configs.
- The mediatype that Docker uses for a layer that is gzipped.
- The mediatype that Docker uses for a layer that is tarred.
- The mediatype for a layer that is gzipped.
- The mediatype for a layer.
- The mediatype for a layer that is nondistributable and gzipped.
- The mediatype for a layer that is nondistributable.
- The mediatype for an docker v2 shema 2 manifest list.
- The mediatype for an docker v2 schema 2 manifest.
- The mediatype for an OCI image index manifest.
- The mediatype for an OCI image manifest.
- The mediatype for a WASM image config.
- The mediatype for WASM layers.