Values.ImageDetailSourceAn object that describes an image returned by a DescribeImages operation.
type nonrec t = {registryId : RegistryId.t option;The Amazon Web Services account ID associated with the registry to which this image belongs.
*)repositoryName : RepositoryName.t option;The name of the repository to which this image belongs.
*)imageDigest : ImageDigest.t option;The sha256 digest of the image manifest.
*)imageTags : ImageTagList.t option;The list of tags associated with this image.
*)imageSizeInBytes : ImageSizeInBytes.t option;The size, in bytes, of the image in the repository. If the image is a manifest list, this will be the max size of all manifests in the list. Starting with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size. Therefore, Docker might return a larger image than the image shown in the Amazon Web Services Management Console.
*)imagePushedAt : PushTimestamp.t option;The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.
*)imageScanStatus : ImageScanStatus.t option;The current state of the scan.
*)imageScanFindingsSummary : ImageScanFindingsSummary.t option;A summary of the last completed image scan.
*)imageManifestMediaType : MediaType.t option;The media type of the image manifest.
*)artifactMediaType : MediaType.t option;The artifact media type of the image.
*)lastRecordedPullTime : RecordedPullTimestamp.t option;The date and time, expressed in standard JavaScript date format, when Amazon ECR recorded the last image pull. Amazon ECR refreshes the last image pull timestamp at least once every 24 hours. For example, if you pull an image once a day then the lastRecordedPullTime timestamp will indicate the exact time that the image was last pulled. However, if you pull an image once an hour, because Amazon ECR refreshes the lastRecordedPullTime timestamp at least once every 24 hours, the result may not be the exact time that the image was last pulled.
*)subjectManifestDigest : ImageDigest.t option;The digest of the subject manifest for images that are referrers.
*)imageStatus : ImageStatus.t option;The current status of the image.
*)lastArchivedAt : LastArchivedAtTimestamp.t option;The date and time, expressed in standard JavaScript date format, when the image was last transitioned to Amazon ECR archive.
*)lastActivatedAt : LastActivatedAtTimestamp.t option;The date and time, expressed in standard JavaScript date format, when the image was last restored from Amazon ECR archive to Amazon ECR standard.
*)}val make :
?registryId:??? ->
?repositoryName:??? ->
?imageDigest:??? ->
?imageTags:??? ->
?imageSizeInBytes:??? ->
?imagePushedAt:??? ->
?imageScanStatus:??? ->
?imageScanFindingsSummary:??? ->
?imageManifestMediaType:??? ->
?artifactMediaType:??? ->
?lastRecordedPullTime:??? ->
?subjectManifestDigest:??? ->
?imageStatus:??? ->
?lastArchivedAt:??? ->
?lastActivatedAt:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of ImageTag.t ] list
| `Long of ImageSizeInBytes.t
| `String of RegistryId.t
| `Structure of
(string
* [> `Enum of string
| `Map of
([> `Enum of string ] * [> `Integer of SeverityCount.t ]) list
| `String of ScanStatusDescription.t
| `Timestamp of ScanTimestamp.t ])
list
| `Timestamp of PushTimestamp.t ])
list ]