Skip to content

Commit

Permalink
Merge pull request #372 from alexanderConstantinescu/1897479
Browse files Browse the repository at this point in the history
Bug 1912328: Bump OVS to 2.13.0-72
  • Loading branch information
openshift-merge-robot committed Jan 29, 2021
2 parents e73a127 + bf93a90 commit 4b27c82
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Expand Up @@ -32,6 +32,9 @@ RUN yum install -y \
selinux-policy && \
yum clean all

ARG ovsver=2.13.0-72.el8fdp
ARG ovnver=20.06.2-11.el8fdp

RUN INSTALL_PKGS=" \
openssl firewalld-filesystem \
libpcap iproute strace \
Expand All @@ -42,8 +45,8 @@ RUN INSTALL_PKGS=" \
#======== 4.6.0-0.nightly-2020-09-25-070943 Version ========
# ovn2.13-20.06.2-11.el8fdp.x86_64
# openvswitch2.13-2.13.0-57.el8fdp
yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False "openvswitch2.13 == 2.13.0-57.el8fdp" "openvswitch2.13-devel == 2.13.0-57.el8fdp" && \
yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False "ovn2.13 == 20.06.2-11.el8fdp" "ovn2.13-central == 20.06.2-11.el8fdp" "ovn2.13-host == 20.06.2-11.el8fdp" "ovn2.13-vtep == 20.06.2-11.el8fdp" && \
yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False "openvswitch2.13 == $ovsver" "openvswitch2.13-devel == $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" && \
yum clean all && rm -rf /var/cache/*

RUN mkdir -p /var/run/openvswitch && \
Expand Down

0 comments on commit 4b27c82

Please sign in to comment.