Amazon ECR · Arazzo Workflow
Amazon ECR Publish Image
Version 1.0.0
Confirm a repository exists, put an image manifest, then read the image back.
View Spec
View on GitHub
Amazon Web ServicesContainer ImagesContainer RegistryContainersDockerECROCIArazzoWorkflows
Provider
Workflows
publish-image
Put an image manifest into a repository and verify it with BatchGetImage.
Confirms the target repository exists, pushes an image manifest with its media type and tag, and reads the image back to confirm it was stored.
1
confirmRepository
describeRepositories
Describe the target repository to confirm it is registered before attempting to put an image into it.
2
putImage
putImage
Create or update the image manifest and tag associated with the image in the confirmed repository.
3
verifyImage
batchGetImage
Read the image back through BatchGetImage using the published tag to confirm the manifest was stored.