Skip to content

Commit 4fa18d0

Browse files
joelsmithcloud-team-rebase-bot
authored and
cloud-team-rebase-bot
committed
UPSTREAM: <carry>: Update VPA dockerfiles
1 parent 6dc29c4 commit 4fa18d0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

vertical-pod-autoscaler/Dockerfile.openshift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.22-openshift-4.17 AS builder
1+
FROM registry.ci.openshift.org/openshift/release:rhel-9-release-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 \

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.16: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)