Skip to content
Closed
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ RUN yum install -y \
ARG ovsver=2.13.0-79.el8fdp
ARG ovnver=20.09.0-21.el8fdn

COPY ovn2.13-20.12.0-5.el8fdn.x86_64.rpm ovn2.13-central-20.12.0-5.el8fdn.x86_64.rpm ovn2.13-host-20.12.0-5.el8fdn.x86_64.rpm ovn2.13-vtep-20.12.0-5.el8fdn.x86_64.rpm /root/

RUN INSTALL_PKGS=" \
openssl python3-pyOpenSSL firewalld-filesystem \
libpcap iproute iproute-tc strace \
Expand All @@ -46,6 +48,7 @@ RUN INSTALL_PKGS=" \
yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False $INSTALL_PKGS && \
yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False "openvswitch2.13 = $ovsver" "openvswitch2.13-devel = $ovsver" "python3-openvswitch2.13 = $ovsver" "openvswitch2.13-ipsec = $ovsver" && \
yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False "ovn2.13 = $ovnver" "ovn2.13-central = $ovnver" "ovn2.13-host = $ovnver" "ovn2.13-vtep = $ovnver" && \
rpm -Uhv --force --nodeps /root/ovn2.13*.rpm && \
yum clean all && rm -rf /var/cache/*

RUN mkdir -p /var/run/openvswitch && \
Expand Down
Binary file added ovn2.13-20.12.0-5.el8fdn.x86_64.rpm
Binary file not shown.
Binary file added ovn2.13-central-20.12.0-5.el8fdn.x86_64.rpm
Binary file not shown.
Binary file added ovn2.13-host-20.12.0-5.el8fdn.x86_64.rpm
Binary file not shown.
Binary file added ovn2.13-vtep-20.12.0-5.el8fdn.x86_64.rpm
Binary file not shown.