-
Notifications
You must be signed in to change notification settings - Fork 0
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
Suggested changes to s2i_strategy #1
Suggested changes to s2i_strategy #1
Conversation
* Renamed BuildImage to BuildImageTag * Add "name" for SourceToImage in schema * Fix comments * Refactored CreateSourceBuildConfigWithBinaryInput and CreateBuildConfig() * Refactored generateSourceBuildConfigWithBinaryInput() and generateBuildConfig()
|
I am fine with |
"builderImage":{ | ||
"description":"Mandatory builder image name with tag", | ||
"builderImageTag":{ | ||
"description":"Mandatory name builder image name with tag", |
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.
"name" coming twice in description for builderImageTag
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.
Fixed.
* Refactor EnsureImageStream() to make sure output image stream is present for BinaryInput Builds.
…re output imagestream exist before calling CreateBuildConfig() * Pass output image kind to generateBuildConfig.
…efault to the "buildName"
* Use build guidance structs in CLI parameters * Switch build strategy based on guidance in devfiile. We will use the first build guidance we find. * Build guidance is not a component in the schema. It has its own type "BuildGuidances"
What type of PR is this?
What does does this PR do / why we need it:
Which issue(s) this PR fixes:
Fixes #?
How to test changes / Special notes to the reviewer: