Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Build as trigger type #3

Open
SaschaSchwarze0 opened this issue Jun 22, 2022 · 0 comments
Open

Support Build as trigger type #3

SaschaSchwarze0 opened this issue Jun 22, 2022 · 0 comments

Comments

@SaschaSchwarze0
Copy link
Member

As trigger types, we today plan to support GitHub, Image, and Pipeline. I am proposing to add Build.

The scenario is the following:

I have a Build called my-base-image which is using whatever technology to build an image with common components - my base image for my application images.

I have some more Builds called my-backend-service and my-ui-service. They are using a Dockerfile-based strategy. In their Dockerfile, the FROM image is the output that is produced by my-base-image. Whenever there is a successful BuildRun of the my-base-image Build, I want to automatically run my-backend-service and my-ui-service.

For this, a new trigger type Build would be necessary. Similar to a type=Pipeline trigger, there would be an objectRef property to select the Build which must be in the same namespace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant