Class ImageManifest
java.lang.Object
org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc.ImageManifest
This class is a Java representation of the OCI Image Manifest Specification.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThis class is a Java representation of an OCI Image Blob. -
Constructor Summary
ConstructorsConstructorDescriptionImageManifest(int schemaVersion, String mediaType, ImageManifest.Blob config, ArrayList<ImageManifest.Blob> layers, Map<String, String> annotations) -
Method Summary
-
Constructor Details
-
ImageManifest
public ImageManifest() -
ImageManifest
public ImageManifest(int schemaVersion, String mediaType, ImageManifest.Blob config, ArrayList<ImageManifest.Blob> layers, Map<String, String> annotations)
-
-
Method Details