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