Skip to content

Commit

Permalink
Merge pull request #159 from dcbw/ovn-update-to-27
Browse files Browse the repository at this point in the history
Bug 1834430: build: require OVN >= 2.13.0-30 for rhbz#1828637 and rhbz#1823755
  • Loading branch information
openshift-merge-robot committed May 13, 2020
2 parents 005ccbb + daeede1 commit 4166368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -40,7 +40,7 @@ RUN INSTALL_PKGS=" \
tcpdump \
" && \
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 "ovn2.13 >= 2.13.0-21" ovn2.13-central ovn2.13-host ovn2.13-vtep && \
yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False "ovn2.13 >= 2.13.0-30" ovn2.13-central ovn2.13-host ovn2.13-vtep && \
yum clean all && rm -rf /var/cache/*

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

0 comments on commit 4166368

Please sign in to comment.