File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11build_root_image :
22 name : release
33 namespace : openshift
4- tag : rhel-9-release-golang-1.23 -openshift-4.19
4+ tag : rhel-9-release-golang-1.24 -openshift-4.20
Original file line number Diff line number Diff line change 55# The standard name for this image is ovn-kube
66
77# Build RHEL-9 binaries
8- FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23 -openshift-4.19 AS builder
8+ FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24 -openshift-4.20 AS builder
99
1010WORKDIR /go/src/github.com/openshift/ovn-kubernetes
1111COPY . .
1212RUN cd go-controller; CGO_ENABLED=1 make
1313RUN cd go-controller; CGO_ENABLED=0 make windows
1414
1515# Build RHEL-8 binaries (for upgrades from 4.12 and earlier)
16- FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.23 -openshift-4.19 AS rhel8
16+ FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.24 -openshift-4.20 AS rhel8
1717WORKDIR /go/src/github.com/openshift/ovn-kubernetes
1818COPY . .
1919RUN cd go-controller; CGO_ENABLED=1 make
@@ -26,7 +26,7 @@ RUN cd go-controller; CGO_ENABLED=1 make
2626# - creating directories required by ovn-kubernetes
2727# - git commit number
2828# - ovnkube.sh script
29- FROM registry.ci.openshift.org/ocp/4.19 :ovn-kubernetes-base
29+ FROM registry.ci.openshift.org/ocp/4.20 :ovn-kubernetes-base
3030
3131USER root
3232
You can’t perform that action at this time.
0 commit comments