Skip to content

Commit 0b0420b

Browse files
AOS Automation Release Teamcloud-team-rebase-bot
AOS Automation Release Team
authored and
cloud-team-rebase-bot
committed
UPSTREAM: <carry>: Updating ose-vertical-pod-autoscaler-container image to be consistent with ART for 4.18
Reconciling with https://github.com/openshift/ocp-build-data/tree/827ab4ccce9cbbcf82c9dbaf6398b61d6cff8d7a/images/vertical-pod-autoscaler.yml
1 parent 11f6837 commit 0b0420b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vertical-pod-autoscaler/Dockerfile.rhel

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.17 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18 AS builder
22
WORKDIR /go/src/k8s.io/autoscaler/vertical-pod-autoscaler
33
COPY . .
44
RUN go build ./pkg/admission-controller
55
RUN go build ./pkg/updater
66
RUN go build ./pkg/recommender
77

8-
FROM registry.ci.openshift.org/ocp/4.17:base-rhel9
8+
FROM registry.ci.openshift.org/ocp/4.18:base-rhel9
99
COPY --from=builder \
1010
/go/src/k8s.io/autoscaler/vertical-pod-autoscaler/admission-controller \
1111
/go/src/k8s.io/autoscaler/vertical-pod-autoscaler/updater \

0 commit comments

Comments
 (0)