cuppett / aws-codebuild-podman

Templates and build image for AWS CodeBuild, CodeCommit, CloudFormation, CodePipeline & ECR
Other
1 stars 1 forks source link

Allow watching other repos and images #3

Open cuppett opened 1 year ago

cuppett commented 1 year ago

Currently, the CloudFormation scripts allow replacing a single FROM container. This is fine for image change eventing/trigger and also single-stage builds.

When writing Containerfiles where the first FROM is a build container (or anything else) and multiple, other images could be impacted or desirable to watch, we should allow adding event triggers to the pipeline as well.

Would like to add another CloudFormation template for a single trigger and chained to the pipeline created (as an output) from another stack.