Skip to content

Commit 337cc55

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

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)