Skip to content

Commit ffadcff

Browse files
author
AOS Automation Release Team
committed
Updating ose-ovn-kubernetes-container image to be consistent with ART for 4.20
Reconciling with https://github.com/openshift/ocp-build-data/tree/8f77fc475c95f9d98c348deb2feb88f5952d7357/images/ose-ovn-kubernetes.yml
1 parent 31d2803 commit ffadcff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.ci-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build_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

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)