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.
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.