Image Manifest Summary
constructor(ID: String, descriptor: OCIDescriptor, available: Boolean, propertySize: ImageManifestSummarySize, kind: ImageManifestSummary.Kind, imageData: ImageManifestSummaryImageData? = null, attestationData: ImageManifestSummaryAttestationData? = null)
Parameters
ID
ID is the content-addressable ID of an image and is the same as the digest of the image manifest.
descriptor
available
Indicates whether all the child content (image config, layers) is fully available locally.
property Size
kind
The kind of the manifest. kind | description -------------|----------------------------------------------------------- image | Image manifest that can be used to start a container. attestation | Attestation manifest produced by the Buildkit builder for a specific image manifest.
image Data
attestation Data