Skip to content

Commit 9fd2613

Browse files
AOS Automation Release Teamcloud-team-rebase-bot
authored andcommitted
UPSTREAM: <carry>: Updating ose-vsphere-cloud-controller-manager-container image to be consistent with ART for 5.0
Reconciling with https://github.com/openshift-eng/ocp-build-data/tree/7691ed4dc0b6585b358f9e73fb736ace9a48a286/images/ose-vsphere-cloud-controller-manager.yml
1 parent 179c251 commit 9fd2613

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.ci-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build_root_image:
22
name: release
33
namespace: openshift
4-
tag: rhel-9-release-golang-1.25-openshift-4.22
4+
tag: rhel-9-release-golang-1.26-openshift-5.0

openshift-hack/images/cloud-controller-manager-openshift.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.25-openshift-4.22 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.26-openshift-5.0 AS builder
22
WORKDIR /go/src/github.com/openshift/cloud-provider-vsphere
33
COPY . .
44

55
RUN make binaries
66

7-
FROM registry.ci.openshift.org/ocp/4.22:base-rhel9
7+
FROM registry.ci.openshift.org/ocp/5.0:base-rhel9
88
COPY --from=builder /go/src/github.com/openshift/cloud-provider-vsphere/.build/vsphere-cloud-controller-manager /bin/vsphere-cloud-controller-manager
99

1010
LABEL description="vSphere Cloud Controller Manager"

0 commit comments

Comments
 (0)