Amazon ECR · Arazzo Workflow
Amazon ECR Provision Repository
Version 1.0.0
Create a container repository, confirm it exists, and inspect its current images.
View Spec
View on GitHub
Amazon Web ServicesContainer ImagesContainer RegistryContainersDockerECROCIArazzoWorkflows
Provider
Workflows
provision-repository
Create an ECR repository and verify it by describing and listing its images.
Creates a repository in the registry, reads it back through DescribeRepositories to confirm registration, and lists the image IDs the repository currently contains.
1
createRepository
createRepository
Create the repository in the registry with the requested tag mutability and image scanning configuration.
2
confirmRepository
describeRepositories
Read the repository back through DescribeRepositories to confirm it is registered before listing its images.
3
listRepositoryImages
listImages
List the image IDs the newly created repository currently contains.