https://github.com/zapier/ecr-catalog-refresh
Simple sidecar to refresh a catalogfile from ECR
https://github.com/zapier/ecr-catalog-refresh
Last synced: 2 months ago
JSON representation
Simple sidecar to refresh a catalogfile from ECR
- Host: GitHub
- URL: https://github.com/zapier/ecr-catalog-refresh
- Owner: zapier
- Created: 2017-11-14T21:38:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-14T23:57:30.000Z (over 8 years ago)
- Last Synced: 2025-01-26T11:08:34.868Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# ecr-catalog-refresh
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.
## Building It
Docker build -t ecr-catalog-refresh .
## Running It
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`.