-
Notifications
You must be signed in to change notification settings - Fork 45
Bug 1872080: Add Dockerfile.openshift for CI #93
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
Conversation
|
So this would be used for ci and product builds as defined by https://github.com/openshift/ocp-build-data/blob/openshift-4.6/images/baremetal-runtimecfg.yml right? Should this be called Dockerfile.openshift instead, since we're already using a rhel8-based image in the regular Dockerfile? |
Don't care what it's called. Dockerfile.openshift does work better for me. |
We want to use this Dockerfile for CI so that local builds will continue to use the ubi8 image.
ed93a0b to
0c7c0ed
Compare
|
/retitle Add Dockerfile.openshift for CI |
|
/lgtm Looks like we will need a bug for this to merge. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bcrochet, cybertron The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retitle Bug 1872080: Add Dockerfile.openshift for CI |
|
@bcrochet: This pull request references Bugzilla bug 1872080, which is valid. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
DetailsIn response to this:
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. |
|
/bugzilla refresh |
|
@bcrochet: This pull request references Bugzilla bug 1872080, which is valid. 3 validation(s) were run on this bug
DetailsIn response to this:
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. |
|
/cherry-pick release-4.6 |
|
@bcrochet: once the present PR merges, I will cherry-pick it on top of release-4.6 in a new PR and assign it to you. DetailsIn response to this:
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. |
|
@bcrochet: new pull request created: #94 DetailsIn response to this:
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 change is in support of bugzilla 1872080. It modifies the configuration file for the baremetal-runtimecfg component by adjusting their dockerfile to match the newly created "Dockerfile.openshift" file. This change also depends on another pull request and should not be merged until they are: openshift/baremetal-runtimecfg#93
We want to use this Dockerfile for CI so that local builds will continue
to use the ubi8 image.