Skip to content

Commit

Permalink
UPSTREAM: <carry>: Updating ose-vertical-pod-autoscaler-container ima…
Browse files Browse the repository at this point in the history
  • Loading branch information
AOS Automation Release Team authored and cloud-team-rebase-bot committed Oct 14, 2024
1 parent e659487 commit 902d86b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vertical-pod-autoscaler/Dockerfile.rhel
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.17 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18 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.17:base-rhel9
FROM registry.ci.openshift.org/ocp/4.18: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 902d86b

Please sign in to comment.