Skip to content

Commit

Permalink
UPSTREAM: <carry>: Update VPA dockerfile to 4.19
Browse files Browse the repository at this point in the history
Signed-off-by: Max Cao <[email protected]>
  • Loading branch information
maxcao13 authored and cloud-team-rebase-bot committed Jan 20, 2025
1 parent 275b0b0 commit 3eebebe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vertical-pod-autoscaler/Dockerfile.openshift
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.22-openshift-4.18 AS builder
FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.23-openshift-4.19 AS builder
WORKDIR /go/src/k8s.io/autoscaler/vertical-pod-autoscaler
COPY . .
RUN go build ./pkg/admission-controller
RUN go build ./pkg/updater
RUN go build ./pkg/recommender

FROM registry.ci.openshift.org/ocp/4.18:base-rhel9
FROM registry.ci.openshift.org/ocp/4.19:base-rhel9
COPY --from=builder \
/go/src/k8s.io/autoscaler/vertical-pod-autoscaler/admission-controller \
/go/src/k8s.io/autoscaler/vertical-pod-autoscaler/updater \
Expand Down

0 comments on commit 3eebebe

Please sign in to comment.