Skip to content

Commit 6be5db0

Browse files
Merge pull request #2643 from openshift-bot/art-consistency-openshift-4.20-ose-ovn-kubernetes
OCPBUGS-57882: Updating ose-ovn-kubernetes-container image to be consistent with ART for 4.20
2 parents dd6d872 + ffadcff commit 6be5db0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
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

1010
WORKDIR /go/src/github.com/openshift/ovn-kubernetes
1111
COPY . .
1212
RUN cd go-controller; CGO_ENABLED=1 make
1313
RUN 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
1717
WORKDIR /go/src/github.com/openshift/ovn-kubernetes
1818
COPY . .
1919
RUN 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

3131
USER root
3232

0 commit comments

Comments
 (0)