Skip to content

Commit bb61d2c

Browse files
Merge pull request #2472 from pperiyasamy/ovs-3.5-bump
CORENET-5371: Dockerfile: Bump OVS version to 3.5.0-0.9
2 parents e356c93 + 08663ad commit bb61d2c

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
@@ -12,12 +12,12 @@ RUN dnf --setopt=retries=2 --setopt=timeout=2 install -y --nodocs \
1212
selinux-policy procps-ng && \
1313
dnf clean all
1414

15-
ARG ovsver=3.4.0-18.el9fdp
15+
ARG ovsver=3.5.0-0.9.el9fdp
1616
ARG ovnver=24.09.2-41.el9fdp
1717
# NOTE: Ensure that the versions of OVS and OVN are overriden for OKD in each of the subsequent layers.
1818
# Centos and RHEL releases for ovn are built out of sync, so please make sure to bump for OKD with
1919
# the corresponding Centos version when updating the OCP version.
20-
ARG ovsver_okd=3.4.0-12.el9s
20+
ARG ovsver_okd=3.5.0-10.el9s
2121
# We are not bumping the OVN version for OKD since the FDP release is not done yet.
2222
ARG ovnver_okd=24.09.1-10.el9s
2323

0 commit comments

Comments
 (0)