Skip to content

Commit

Permalink
Dockerfile: test openvswitch2.13-2.13.0-70.el8fdp
Browse files Browse the repository at this point in the history
  • Loading branch information
dcbw committed Nov 16, 2020
1 parent 9924243 commit c3ce0aa
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Expand Up @@ -35,6 +35,8 @@ RUN yum install -y \
ARG ovsver=2.13.0-57.el8fdp
ARG ovnver=20.09.0-7.el8fdn

COPY openvswitch2.13-2.13.0-70.el8fdp.x86_64.rpm openvswitch2.13-devel-2.13.0-70.el8fdp.x86_64.rpm python3-openvswitch2.13-2.13.0-70.el8fdp.x86_64.rpm /root/

RUN INSTALL_PKGS=" \
openssl firewalld-filesystem \
libpcap iproute strace \
Expand All @@ -43,6 +45,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" && \
rpm -Uhv --force --nodeps /root/*openvswitch*.rpm && \
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" && \
yum clean all && rm -rf /var/cache/*

Expand Down
Binary file added openvswitch2.13-2.13.0-70.el8fdp.x86_64.rpm
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit c3ce0aa

Please sign in to comment.