Class Manifest
java.lang.Object
com.salesforce.multicloudj.registry.model.Manifest
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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classEntry in an OCI image index (platform + digest).static final classLayer information including digest and media type. -
Method Summary
Modifier and TypeMethodDescriptionstatic Manifestimage(String configDigest, List<Manifest.LayerInfo> layerInfos, String digest, Map<String, String> annotations, String subject) static Manifeststatic Manifestindex(List<Manifest.IndexEntry> indexManifests, String digest) static Manifestindex(List<Manifest.IndexEntry> indexManifests, String digest, Map<String, String> annotations, String subject) booleanisIndex()
-
Method Details
-
image
-
image
-
index
-
index
-
getDigest
-
isIndex
public boolean isIndex() -
getConfigDigest
-
getLayerDigests
-
getLayerInfos
-
getIndexManifests
-
getAnnotations
-
getSubject
-