Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCPBUGS-42707: Bump OVN to ovn24.09-24.09.1-10.el9fdp #2390

Merged
merged 1 commit into from
Jan 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ RUN dnf --setopt=retries=2 --setopt=timeout=2 install -y --nodocs \
dnf clean all

ARG ovsver=3.4.0-18.el9fdp
ARG ovnver=24.09.0-33.el9fdp
ARG ovnver=24.09.1-10.el9fdp
# NOTE: Ensure that the versions of OVS and OVN are overriden for OKD in each of the subsequent layers.
# Centos and RHEL releases for ovn are built out of sync, so please make sure to bump for OKD with
# the corresponding Centos version when updating the OCP version.
ARG ovsver_okd=3.4.0-12.el9s
ARG ovnver_okd=24.09.0-41.el9s
ARG ovnver_okd=24.09.1-10.el9s

RUN INSTALL_PKGS="iptables nftables" && \
source /etc/os-release && \
Expand Down