ImageDetail
An object that describes an image that's returned by a DescribeImages operation.
Contents
- artifactMediaType
-
The artifact media type of the image.
Type: String
Required: No
- imageDigest
-
The
sha256
digest of the image manifest.Type: String
Required: No
- imageManifestMediaType
-
The media type of the image manifest.
Type: String
Required: No
- imagePushedAt
-
The date and time, expressed in standard JavaScript date format, that the current image was pushed to the repository at.
Type: Timestamp
Required: No
- imageSizeInBytes
-
The size, in bytes, of the image in the repository.
If the image is a manifest list, this is the max size of all manifests in the list.
Note
Beginning 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, so it might return a larger image size than the image sizes that are returned by DescribeImages.Type: Long
Required: No
- imageTags
-
The list of tags that's associated with this image.
Type: Array of strings
Length Constraints: Minimum length of 1. Maximum length of 300.
Required: No
- registryId
-
The AWS account ID that's associated with the public registry where this image belongs.
Type: String
Pattern:
[0-9]{12}
Required: No
- repositoryName
-
The name of the repository where this image belongs.
Type: String
Length Constraints: Minimum length of 2. Maximum length of 205.
Pattern:
(?:[a-z0-9]+(?:[._-][a-z0-9]+)*/)*[a-z0-9]+(?:[._-][a-z0-9]+)*
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: