Amazon ECR · Arazzo Workflow
Amazon ECR Image Inventory
Version 1.0.0
Describe a repository, list its image IDs with pagination, and fetch image detail.
View Spec
View on GitHub
Amazon Web ServicesContainer ImagesContainer RegistryContainersDockerECROCIArazzoWorkflows
Provider
Workflows
image-inventory
Paginate a repository's image IDs and resolve their detailed manifests.
Confirms the repository exists, walks the ListImages pagination loop to gather image IDs, and resolves detailed manifests through BatchGetImage.
1
confirmRepository
describeRepositories
Describe the repository to confirm it is registered before listing its images.
2
listImages
listImages
List the image IDs for the repository, applying the optional tag-status filter and page size.
3
listMoreImages
listImages
Request the next page of image IDs using the pagination token returned by the previous ListImages call, looping until no token remains.
4
resolveImages
batchGetImage
Resolve detailed manifests for the discovered image IDs through BatchGetImage.