Docker image to build a catalog file of docker repositories from ECR.
1.2K
Really simple script to generate a catalog file from ECR to take the place of the missing /v2/_catalog endpoint so that ECR can integrate nicely with other applications.
Docker build -t ecr-catalog-refresh .
You'll likely want to run this with the --catalog-file parameter writing to a mounted volume that other containers can read from. The default is /opt/catalog/repos.json.
Content type
Image
Digest
Size
268.6 MB
Last updated
almost 9 years ago
docker pull zapier/ecr-catalog-refresh