File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
2
2
WORKDIR /go/src/k8s.io/autoscaler/vertical-pod-autoscaler
3
3
COPY . .
4
4
RUN go build ./pkg/admission-controller
5
5
RUN go build ./pkg/updater
6
6
RUN go build ./pkg/recommender
7
7
8
- FROM registry.ci.openshift.org/ocp/4.17 :base-rhel9
8
+ FROM registry.ci.openshift.org/ocp/4.18 :base-rhel9
9
9
COPY --from=builder \
10
10
/go/src/k8s.io/autoscaler/vertical-pod-autoscaler/admission-controller \
11
11
/go/src/k8s.io/autoscaler/vertical-pod-autoscaler/updater \
Original file line number Diff line number Diff line change 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
2
2
WORKDIR /go/src/k8s.io/autoscaler/vertical-pod-autoscaler
3
3
COPY . .
4
4
RUN go build ./pkg/admission-controller
5
5
RUN go build ./pkg/updater
6
6
RUN go build ./pkg/recommender
7
7
8
- FROM registry.ci.openshift.org/ocp/4.16 :base-rhel9
8
+ FROM registry.ci.openshift.org/ocp/4.18 :base-rhel9
9
9
COPY --from=builder \
10
10
/go/src/k8s.io/autoscaler/vertical-pod-autoscaler/admission-controller \
11
11
/go/src/k8s.io/autoscaler/vertical-pod-autoscaler/updater \
You can’t perform that action at this time.
0 commit comments