From 90006ede819a8b3a8dfd952b91ecb11d833e599e Mon Sep 17 00:00:00 2001 From: Ori Braunshtein Date: Wed, 22 Oct 2025 11:09:15 +0300 Subject: [PATCH] Dockerfile: unpin FRR rpm Now that we have a new process to bump rpms, we remove the temporary pinning that was set in place to avoid scenarios where the latest rpm breaks Signed-off-by: Ori Braunshtein --- Dockerfile.openshift | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile.openshift b/Dockerfile.openshift index 454a1337..f0b3570e 100644 --- a/Dockerfile.openshift +++ b/Dockerfile.openshift @@ -39,13 +39,12 @@ ENV PYTHONDONTWRITEBYTECODE yes RUN INSTALL_PKGS=" \ tcpdump libpcap \ iproute iputils strace socat \ + frr \ python3 \ podman-catatonit" && \ yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False $INSTALL_PKGS -RUN dnf -y update && \ -yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False frr-8.5.3-4.el9 && \ -yum clean all && rm -rf /var/cache/yum/* && rm -rf /var/cache/yum +RUN dnf -y update && yum clean all && rm -rf /var/cache/yum/* && rm -rf /var/cache/yum # frr.sh is the entry point. This script examines environment # variables to direct operation and configure ovn