Skip to content

Commit

Permalink
Update dockerfile paths for machine-api image configurations
Browse files Browse the repository at this point in the history
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
  • Loading branch information
elmiko authored and yselkowitz committed Sep 10, 2020
1 parent 3a7f3f0 commit 7da21ed
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion images/atomic-openshift-cluster-autoscaler.yml
Expand Up @@ -4,7 +4,7 @@ container_yaml:
- module: k8s.io/autoscaler
content:
source:
dockerfile: images/cluster-autoscaler/Dockerfile.rhel7
dockerfile: images/cluster-autoscaler/Dockerfile.rhel
git:
branch:
target: release-{MAJOR}.{MINOR}
Expand Down
1 change: 1 addition & 0 deletions images/baremetal-machine-controller.yml
Expand Up @@ -4,6 +4,7 @@ container_yaml:
- module: github.com/openshift/cluster-api-provider-baremetal
content:
source:
dockerfile: Dockerfile.rhel
git:
branch:
target: release-{MAJOR}.{MINOR}
Expand Down
1 change: 1 addition & 0 deletions images/ose-aws-machine-controllers.yml
Expand Up @@ -4,6 +4,7 @@ container_yaml:
- module: sigs.k8s.io/cluster-api-provider-aws
content:
source:
dockerfile: Dockerfile.rhel
git:
branch:
target: release-{MAJOR}.{MINOR}
Expand Down
1 change: 1 addition & 0 deletions images/ose-azure-machine-controllers.yml
Expand Up @@ -4,6 +4,7 @@ container_yaml:
- module: sigs.k8s.io/cluster-api-provider-azure
content:
source:
dockerfile: Dockerfile.rhel
git:
branch:
target: release-{MAJOR}.{MINOR}
Expand Down
2 changes: 1 addition & 1 deletion images/ose-cluster-autoscaler-operator.yml
Expand Up @@ -4,7 +4,7 @@ container_yaml:
- module: github.com/openshift/cluster-autoscaler-operator
content:
source:
dockerfile: Dockerfile.rhel7
dockerfile: Dockerfile.rhel
git:
branch:
target: release-{MAJOR}.{MINOR}
Expand Down
2 changes: 1 addition & 1 deletion images/ose-cluster-machine-approver.yml
Expand Up @@ -4,7 +4,7 @@ container_yaml:
- module: github.com/openshift/cluster-machine-approver
content:
source:
dockerfile: Dockerfile.rhel7
dockerfile: Dockerfile.rhel
git:
branch:
target: release-{MAJOR}.{MINOR}
Expand Down
2 changes: 1 addition & 1 deletion images/ose-gcp-machine-controllers.yml
Expand Up @@ -4,7 +4,7 @@ container_yaml:
- module: github.com/openshift/cluster-api-provider-gcp
content:
source:
dockerfile: Dockerfile
dockerfile: Dockerfile.rhel
git:
branch:
target: release-{MAJOR}.{MINOR}
Expand Down
2 changes: 1 addition & 1 deletion images/ose-machine-api-operator.yml
Expand Up @@ -4,7 +4,7 @@ container_yaml:
- module: github.com/openshift/machine-api-operator
content:
source:
dockerfile: Dockerfile.rhel7
dockerfile: Dockerfile.rhel
git:
branch:
target: release-{MAJOR}.{MINOR}
Expand Down
2 changes: 1 addition & 1 deletion images/ose-openstack-machine-controllers.yml
Expand Up @@ -4,7 +4,7 @@ container_yaml:
- module: sigs.k8s.io/cluster-api-provider-openstack
content:
source:
dockerfile: Dockerfile.rhel7
dockerfile: Dockerfile.rhel
git:
branch:
target: release-{MAJOR}.{MINOR}
Expand Down
2 changes: 1 addition & 1 deletion images/ose-ovirt-machine-controllers.yml
Expand Up @@ -4,7 +4,7 @@ container_yaml:
- module: github.com/openshift/cluster-api-provider-ovirt
content:
source:
dockerfile: Dockerfile
dockerfile: Dockerfile.rhel
git:
branch:
target: release-{MAJOR}.{MINOR}
Expand Down
2 changes: 1 addition & 1 deletion images/vertical-pod-autoscaler.yml
Expand Up @@ -4,7 +4,7 @@ container_yaml:
- module: github.com/openshift/kubernetes-autoscaler
content:
source:
dockerfile: Dockerfile.rhel7
dockerfile: Dockerfile.rhel
git:
branch:
target: release-{MAJOR}.{MINOR}
Expand Down

0 comments on commit 7da21ed

Please sign in to comment.