ReferencedImageDetail - Amazon Elastic Container Registry Public

ReferencedImageDetail

An object that describes the image tag details that are returned by a DescribeImageTags action.

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, which the current image tag 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

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: