Expand description
OCI Manifest
Structs§
- Image
Index Entry - The manifest entry of an
ImageIndex. - OciDescriptor
- The OCI descriptor is a generic object used to describe other objects.
- OciImage
Index - The image index is a higher-level manifest which points to specific image manifest.
- OciImage
Manifest - The OCI image manifest describes an OCI image.
- Platform
- Platform specific fields of an Image Index manifest entry.
- 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.
Enums§
- OciManifest
- An image, or image index, OCI manifest
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_
DOCKER_ LAYER_ GZIP_ MEDIA_ TYPE - The mediatype that Docker uses for a layer that is gzipped.
- IMAGE_
DOCKER_ LAYER_ TAR_ MEDIA_ TYPE - The mediatype that Docker uses for a layer that is tarred.
- 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_ LIST_ MEDIA_ TYPE - The mediatype for an docker v2 shema 2 manifest list.
- IMAGE_
MANIFEST_ MEDIA_ TYPE - The mediatype for an docker v2 schema 2 manifest.
- OCI_
IMAGE_ INDEX_ MEDIA_ TYPE - The mediatype for an OCI image index manifest.
- OCI_
IMAGE_ MEDIA_ TYPE - The mediatype for an OCI image manifest.
- WASM_
CONFIG_ MEDIA_ TYPE - The mediatype for a WASM image config.
- WASM_
LAYER_ MEDIA_ TYPE - The mediatype for WASM layers.