Skip to content

Commit 1829fb8

Browse files
author
AOS Automation Release Team
committed
UPSTREAM: <carry>: Updating ose-openstack-cloud-controller-manager-container image to be consistent with ART for 4.19
Reconciling with https://github.com/openshift/ocp-build-data/tree/a39508c86497b4e5e463d7b2c78e51e577be9e7d/images/ose-openstack-cloud-controller-manager.yml
1 parent 8c84700 commit 1829fb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/cloud-controller-manager/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19
22
WORKDIR /go/src/k8s.io/cloud-provider-openstack
33
COPY . .
44
RUN go build -o openstack-cloud-controller-manager ./cmd/openstack-cloud-controller-manager
55

6-
FROM registry.ci.openshift.org/ocp/4.18:base-rhel9
6+
FROM registry.ci.openshift.org/ocp/4.19:base-rhel9
77

88
COPY --from=0 /go/src/k8s.io/cloud-provider-openstack/openstack-cloud-controller-manager /usr/bin/
99

0 commit comments

Comments
 (0)