Skip to content

Commit 01cdb03

Browse files
AOS Automation Release Teamcloud-team-rebase-bot
authored andcommitted
UPSTREAM: <carry>: Updating atomic-openshift-cluster-autoscaler-container image to be consistent with ART for 4.20
Reconciling with https://github.com/openshift/ocp-build-data/tree/8f77fc475c95f9d98c348deb2feb88f5952d7357/images/atomic-openshift-cluster-autoscaler.yml
1 parent 7375555 commit 01cdb03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
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.23-openshift-4.19 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.20 AS builder
22
WORKDIR /go/src/k8s.io/autoscaler
33
COPY . .
44
WORKDIR /go/src/k8s.io/autoscaler/cluster-autoscaler
55
RUN go build --tags clusterapi -o ./cluster-autoscaler .
66

7-
FROM registry.ci.openshift.org/ocp/4.19:base-rhel9
7+
FROM registry.ci.openshift.org/ocp/4.20:base-rhel9
88
COPY --from=builder /go/src/k8s.io/autoscaler/cluster-autoscaler/cluster-autoscaler /usr/bin/
99
CMD /usr/bin/cluster-autoscaler
1010
LABEL summary="Cluster Autoscaler for OpenShift and Kubernetes"

0 commit comments

Comments
 (0)