Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 587 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 587 Bytes

Image Triggers

This go application can consume an AWS SQS queue with ECR Image events on it and trigger an external script with the image name and image tag as parameters.

Usage Example

./image-triggers -queue-name ecr -region ap-southeast-2 -- ./myscript.sh

Releases

Releases are published on GitHub and Docker images are pushed to Quay.io and Amazon ECR Public.

docker pull quay.io/panubo/image-triggers:0.0.4
docker pull public.ecr.aws/panubo/image-triggers:0.0.4