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
- Host: GitHub
- URL: https://github.com/blackbird-cloud/image-syncer
- Owner: blackbird-cloud
- License: apache-2.0
- Created: 2023-11-01T16:36:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T09:45:25.000Z (over 1 year ago)
- Last Synced: 2025-06-19T08:42:29.596Z (12 months ago)
- Topics: aws, ecr, kubernetes, webhook
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```