Skip to content

Commit 319827c

Browse files
AOS Automation Release Teamcloud-team-rebase-bot
authored andcommitted
UPSTREAM: <carry>: Updating ose-azure-cloud-node-manager-container image to be consistent with ART for 4.17
Reconciling with https://github.com/openshift/ocp-build-data/tree/4c1326094222f9209876f06833179a1b9178faf7/images/ose-azure-cloud-node-manager.yml
1 parent 46c65d5 commit 319827c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openshift-hack/images/cloud-node-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.21-openshift-4.16 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.17 AS builder
22
WORKDIR /go/src/github.com/openshift/cloud-provider-azure
33
COPY . .
44

55
RUN make azure-cloud-node-manager ARCH=$(go env GOARCH)
66

7-
FROM registry.ci.openshift.org/ocp/4.16:base-rhel9
7+
FROM registry.ci.openshift.org/ocp/4.17:base-rhel9
88
COPY --from=builder /go/src/github.com/openshift/cloud-provider-azure/bin/cloud-node-manager /bin/azure-cloud-node-manager
99

1010
LABEL description="Azure Cloud Node Manager"

0 commit comments

Comments
 (0)