-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Move container building to a YAML file and specify a service account #9694
Conversation
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR hasn't generated any diffs, but I'll let you know if a future commit does. |
dir: '$_DIRECTORY' | ||
|
||
images: | ||
- '$_IMAGE_NAME' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where are we getting this value? like substitutions from the GCB trigger?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay, found the bash-plus-test
trigger. Oh, I see, so we're gonna have separate triggers for each container but share the building yaml file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep !.. Substitutions are in the trigger UI
Apart of the security improvements to our continuous integration system.
We are moving these operations to a YAML file and specifying a bucket that the logs can be written to :)
Release Note Template for Downstream PRs (will be copied)