Amazon ECR · Arazzo Workflow
Amazon ECR Ensure Repository and Seed Image
Version 1.0.0
Describe a repository, create it only when missing, then seed it with an image manifest.
View Spec
View on GitHub
Amazon Web ServicesContainer ImagesContainer RegistryContainersDockerECROCIArazzoWorkflows
Provider
Workflows
ensure-repository-and-seed-image
Create a repository only if absent, then put and verify a seed image.
Describes the repository and creates it only when it is missing, then puts a seed image manifest and confirms it through BatchGetImage.
1
lookupRepository
Describe the registry for the target repository to decide whether it must be created.
2
createRepository
Create the repository when the lookup found no existing repository.
3
4
verifySeed
Read the seeded image back through BatchGetImage to confirm the manifest was stored under the supplied tag.
Source API Descriptions
openapi
amazonEcrAmazonElasticContainerRegistryEcrApiApi
https://raw.githubusercontent.com/api-evangelist/amazon-ecr/refs/heads/main/openapi/amazon-ecr-amazon-ecr-amazon-elastic-container-registry-ecr-api-api-openapi.yml
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.