docker-sdk-rust/docs/ImageManifestSummary.md
2025-06-16 16:37:36 +07:00

1.3 KiB

ImageManifestSummary

Properties

Name Type Description Notes
id String ID is the content-addressable ID of an image and is the same as the digest of the image manifest.
descriptor models::OciDescriptor
available bool Indicates whether all the child content (image config, layers) is fully available locally.
size models::ImageManifestSummarySize
kind String The kind of the manifest. kind description -------------
image_data Option<models::ImageManifestSummaryImageData> [optional]
attestation_data Option<models::ImageManifestSummaryAttestationData> [optional]

[Back to Model list] [Back to API list] [Back to README]