-
Notifications
You must be signed in to change notification settings - Fork 64
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
Add Build Guidances #127
Add Build Guidances #127
Conversation
* Make BuildGuidance a pointer * Update tests
|
||
// +optional | ||
// Path of source directory to establish build context. Default to the top level directory. | ||
BuildContext string `json:"buildContext,omitempty"` |
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.
I am not sure if we want to continue to work on this branch for Build Guidance or open a new PR but for record, I had a question:
What is the difference between this BuildContext
and the one provided from the Console POC import from devfile form openshift/console#6321
@wtam2018: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This PR is stale because it has been open for 90 days with no activity. Remove stale label or comment or this will be closed in 60 days. |
What does this PR do?
This PR adds
BuildGuidances
which includesDockerfile
andSourceToImage
for build strategies. It is added to top level so that they can be shared by multiple projects.What issues does this PR fix or reference?
#51
Is your PR tested? Consider putting some instruction how to test your changes
Not applicable.
Docs PR