Skip to content

Commit 86953f3

Browse files
Merge pull request #2640 from openshift-bot/art-consistency-openshift-4.20-ovn-kubernetes-base
OCPBUGS-57578: Updating ose-ovn-kubernetes-base-container image to be consistent with ART for 4.20
2 parents 272896f + 337cc55 commit 86953f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# The standard name for this image is ovn-kubernetes-base
66

77
# build base image shared by both OpenShift and MicroShift
8-
FROM registry.ci.openshift.org/ocp/4.19:base-rhel9
8+
FROM registry.ci.openshift.org/ocp/4.20:base-rhel9
99

1010
# install selinux-policy first to avoid a race
1111
RUN dnf --setopt=retries=2 --setopt=timeout=2 install -y --nodocs \

0 commit comments

Comments
 (0)