An open API service indexing awesome lists of open source software.

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

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`.