java.lang.Object
com.salesforce.multicloudj.registry.model.Manifest

public final class Manifest extends Object
Parsed OCI manifest from the registry. Supports two shapes: (1) image manifest — config and layer digests; (2) index — multi-platform list.

digest identifies this manifest; configDigest points to image config blob; layerDigests lists the filesystem layers in order.

See Also: