imageDigest property

String? imageDigest
getter/setter pair

This field holds the digest (usually checksum) value for the plugin image.

The value is calculated based on the image_uri field. If the image_uri field refers to a container image, the digest value is obtained from the container image. If the image_uri field refers to a generic artifact, the digest value is calculated based on the contents of the file.

Output only.

Implementation

core.String? imageDigest;