Gets detailed information for an image. Images are specified with either an imageTag or imageDigest.
When an image is pulled, the BatchGetImage API is called once to retrieve the image manifest.
post/#X-Amz-Target=AmazonEC2ContainerRegistry_V20150921.BatchGetImage
Headers
X-Amz-Target'AmazonEC2ContainerRegistry_V20150921.BatchGetImage' required
Request body
Response
Success
Example response
{
"failures": [],
"images": [
{
"imageId": {
"imageDigest": "sha256:example76bdff6d83a09ba2a818f0d00000063724a9ac3ba5019c56f74ebf42a",
"imageTag": "precise"
},
"imageManifest": "{\n \"schemaVersion\": 1,\n \"name\": \"ubuntu\",\n \"tag\": \"precise\",\n...",
"registryId": "244698725403",
"repositoryName": "ubuntu"
}
]
}