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

https://github.com/blackbird-cloud/image-syncer

Small docker image syncer from public registry and private ECR registry. Based on skopeo and used by Blackbird Cloud Privatize service
https://github.com/blackbird-cloud/image-syncer

aws ecr kubernetes webhook

Last synced: about 1 month ago
JSON representation

Small docker image syncer from public registry and private ECR registry. Based on skopeo and used by Blackbird Cloud Privatize service

Awesome Lists containing this project

README

          

# image-syncer

Small docker image syncer from public registry and private ECR registry.
Based on `skopeo` and used by Blackbird Cloud Privatize service

## Usage

```bash
# ./script.sh SOURCE_IMAGE TARGET_REGISTRY TARGET_IMAGE
docker run blackbirdcloud/image-syncer ./script.sh blackbirdcloud/terraform-toolkit:0.0.8 xxxx.dkr.ecr.us-west-2.amazonaws.com terraform-toolkit
```