-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
# Image Triggers | ||
|
||
This go script 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. | ||
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. | ||
|
||
## Example | ||
## 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 [Docker Hub](https://hub.docker.com/r/panubo/image-triggers) and [Quay.io](https://quay.io/panubo/image-triggers). | ||
Releases are published on GitHub and Docker images are pushed to [Docker Hub](https://hub.docker.com/r/panubo/image-triggers), [Quay.io](https://quay.io/panubo/image-triggers) and [Amazon ECR Public](https://gallery.ecr.aws/panubo/image-triggers). | ||
|
||
``` | ||
docker pull quay.io/panubo/image-triggers:0.0.1 | ||
docker pull quay.io/panubo/image-triggers:0.0.4 | ||
docker pull docker.io/panubo/image-triggers:0.0.4 | ||
docker pull public.ecr.aws/panubo/image-triggers:0.0.4 | ||
``` |