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 633ebb6 + 976a3c6 commit 831ee6eCopy full SHA for 831ee6e
Dockerfile.base
@@ -13,11 +13,12 @@ RUN dnf --setopt=retries=2 --setopt=timeout=2 install -y --nodocs \
13
dnf clean all
14
15
ARG ovsver=3.4.0-18.el9fdp
16
-ARG ovnver=24.09.1-10.el9fdp
+ARG ovnver=24.09.2-14.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
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
24
RUN INSTALL_PKGS="iptables nftables" && \
0 commit comments