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 e356c93 + 08663ad commit bb61d2cCopy full SHA for bb61d2c
Dockerfile.base
@@ -12,12 +12,12 @@ RUN dnf --setopt=retries=2 --setopt=timeout=2 install -y --nodocs \
12
selinux-policy procps-ng && \
13
dnf clean all
14
15
-ARG ovsver=3.4.0-18.el9fdp
+ARG ovsver=3.5.0-0.9.el9fdp
16
ARG ovnver=24.09.2-41.el9fdp
17
# NOTE: Ensure that the versions of OVS and OVN are overriden for OKD in each of the subsequent layers.
18
# Centos and RHEL releases for ovn are built out of sync, so please make sure to bump for OKD with
19
# the corresponding Centos version when updating the OCP version.
20
-ARG ovsver_okd=3.4.0-12.el9s
+ARG ovsver_okd=3.5.0-10.el9s
21
# We are not bumping the OVN version for OKD since the FDP release is not done yet.
22
ARG ovnver_okd=24.09.1-10.el9s
23
0 commit comments