We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 272896f + 337cc55 commit 86953f3Copy full SHA for 86953f3
.ci-operator.yaml
@@ -1,4 +1,4 @@
1
build_root_image:
2
name: release
3
namespace: openshift
4
- tag: rhel-9-release-golang-1.23-openshift-4.19
+ tag: rhel-9-release-golang-1.24-openshift-4.20
Dockerfile.base
@@ -5,7 +5,7 @@
5
# The standard name for this image is ovn-kubernetes-base
6
7
# build base image shared by both OpenShift and MicroShift
8
-FROM registry.ci.openshift.org/ocp/4.19:base-rhel9
+FROM registry.ci.openshift.org/ocp/4.20:base-rhel9
9
10
# install selinux-policy first to avoid a race
11
RUN dnf --setopt=retries=2 --setopt=timeout=2 install -y --nodocs \
0 commit comments