Skip to content

Commit c1ecb1a

Browse files
Merge pull request #2701 from kyrtapz/bump_ovn_25
NO-JIRA: Bump OVN to 25.03
2 parents dca1e7d + 0a387dc commit c1ecb1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.base

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ RUN dnf --setopt=retries=2 --setopt=timeout=2 install -y --nodocs \
1717
# reduces the number of variables in the system) and receive all the CVE and
1818
# bug fixes automatically.
1919
ARG ovsver=3.5
20-
ARG ovnver=24.09.2-69.el9fdp
20+
ARG ovnver=25.03.0-73.el9fdp
2121
# NOTE: Ensure that the versions of OVS and OVN are overriden for OKD in each of the subsequent layers.
2222
# Centos and RHEL releases for ovn are built out of sync, so please make sure to bump for OKD with
2323
# the corresponding Centos version when updating the OCP version.
2424
ARG ovsver_okd=3.5
2525
# We are not bumping the OVN version for OKD since the FDP release is not done yet.
26-
ARG ovnver_okd=24.09.1-10.el9s
26+
ARG ovnver_okd=25.03.1-36.el9s
2727

2828
RUN INSTALL_PKGS="iptables nftables" && \
2929
source /etc/os-release && \

0 commit comments

Comments
 (0)