Skip to content
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
5 changes: 2 additions & 3 deletions Dockerfile.openshift
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,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
Expand Down