-
Notifications
You must be signed in to change notification settings - Fork 214
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
Update dockerfile paths for machine-api image configurations #636
Update dockerfile paths for machine-api image configurations #636
Conversation
@elmiko: This pull request references Bugzilla bug 1872080, which is invalid:
Comment In 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. |
opening this as draft until the other PRs merge |
Build #1
|
looking at the history here, perhaps this doesn't need the bug prefix. |
@elmiko: No Bugzilla bug is referenced in the title of this pull request. In 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 files for the machine-api components by adjusting their dockerfile to match the newly created "Dockerfile.rhel" files. This change also depends on several pull requests and should not be merged until they are: openshift/machine-api-operator#692 openshift/cluster-api-provider-gcp#118 openshift/cluster-api-provider-aws#349 openshift/cluster-api-provider-ovirt#67 openshift/cluster-api-provider-openstack#115 openshift/kubernetes-autoscaler#169 openshift/kubernetes-autoscaler#168 openshift/cluster-api-provider-azure#161 openshift/cluster-api-provider-baremetal#102 openshift/cluster-autoscaler-operator#161 openshift/cluster-machine-approver#83
6f36078
to
30ee176
Compare
updated to add cluster-autoscaler-operator and cluster-machine-approver |
Build #2
|
all the dependent changes have merged, i am removing the hold |
/retest |
Checked that all PRs have already fast-forwarded to release-4.6 |
Since we consolidate on having Dockerfile.rhel named files in all repos and the build data is pointing to it openshift-eng/ocp-build-data#636 this can be dropped now
This change is in support of bugzilla 1872080. It modifies the
configuration files for the machine-api components by adjusting their
dockerfile to match the newly created "Dockerfile.rhel" files.
This change also depends on several pull requests and should not be
merged until they are:
openshift/machine-api-operator#692
openshift/cluster-api-provider-gcp#118
openshift/cluster-api-provider-aws#349
openshift/cluster-api-provider-ovirt#67
openshift/cluster-api-provider-openstack#115
openshift/kubernetes-autoscaler#169
openshift/kubernetes-autoscaler#168
openshift/cluster-api-provider-azure#161
openshift/cluster-api-provider-baremetal#102
openshift/cluster-autoscaler-operator#161
openshift/cluster-machine-approver#83