Values.ImageIdentifierSourceAn object with identifying information for an Amazon ECR image.
type nonrec t = {imageDigest : ImageDigest.t option;The sha256 digest of the image manifest.
*)imageTag : ImageTag.t option;The tag that's used for the image.
*)}