Skip to content

Commit

Permalink
ovn: pick up commit from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Dec 10, 2019
1 parent 8b1c58e commit 3c62ea2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/images/Dockerfile.controller
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN yum install -y \
yum clean all

ENV OVS_VERSION=2.12.0
ENV OVS_SUBVERSION=1
ENV OVS_SUBVERSION=2

RUN rpm -ivh https://github.com/alauda/ovs/releases/download/${OVS_VERSION}-${OVS_SUBVERSION}/openvswitch-${OVS_VERSION}-${OVS_SUBVERSION}.el7.x86_64.rpm && \
rpm -ivh https://github.com/alauda/ovs/releases/download/${OVS_VERSION}-${OVS_SUBVERSION}/openvswitch-devel-${OVS_VERSION}-${OVS_SUBVERSION}.el7.x86_64.rpm && \
Expand Down
2 changes: 1 addition & 1 deletion dist/images/Dockerfile.db
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN yum install -y \
yum clean all

ENV OVS_VERSION=2.12.0
ENV OVS_SUBVERSION=1
ENV OVS_SUBVERSION=2

RUN rpm -ivh https://github.com/alauda/ovs/releases/download/${OVS_VERSION}-${OVS_SUBVERSION}/openvswitch-${OVS_VERSION}-${OVS_SUBVERSION}.el7.x86_64.rpm && \
rpm -ivh https://github.com/alauda/ovs/releases/download/${OVS_VERSION}-${OVS_SUBVERSION}/openvswitch-devel-${OVS_VERSION}-${OVS_SUBVERSION}.el7.x86_64.rpm && \
Expand Down
2 changes: 1 addition & 1 deletion dist/images/Dockerfile.node
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN yum install -y \
yum clean all

ENV OVS_VERSION=2.12.0
ENV OVS_SUBVERSION=1
ENV OVS_SUBVERSION=2

RUN rpm -ivh https://github.com/alauda/ovs/releases/download/${OVS_VERSION}-${OVS_SUBVERSION}/openvswitch-${OVS_VERSION}-${OVS_SUBVERSION}.el7.x86_64.rpm && \
rpm -ivh https://github.com/alauda/ovs/releases/download/${OVS_VERSION}-${OVS_SUBVERSION}/openvswitch-devel-${OVS_VERSION}-${OVS_SUBVERSION}.el7.x86_64.rpm && \
Expand Down
2 changes: 1 addition & 1 deletion dist/images/Dockerfile.pinger
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN yum install -y \
yum clean all

ENV OVS_VERSION=2.12.0
ENV OVS_SUBVERSION=1
ENV OVS_SUBVERSION=2

RUN rpm -ivh https://github.com/alauda/ovs/releases/download/${OVS_VERSION}-${OVS_SUBVERSION}/openvswitch-${OVS_VERSION}-${OVS_SUBVERSION}.el7.x86_64.rpm && \
rpm -ivh https://github.com/alauda/ovs/releases/download/${OVS_VERSION}-${OVS_SUBVERSION}/openvswitch-devel-${OVS_VERSION}-${OVS_SUBVERSION}.el7.x86_64.rpm && \
Expand Down
2 changes: 1 addition & 1 deletion dist/images/Dockerfile.webhook
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN yum install -y \
yum clean all

ENV OVS_VERSION=2.12.0
ENV OVS_SUBVERSION=1
ENV OVS_SUBVERSION=2

RUN rpm -ivh https://github.com/alauda/ovs/releases/download/${OVS_VERSION}-${OVS_SUBVERSION}/openvswitch-${OVS_VERSION}-${OVS_SUBVERSION}.el7.x86_64.rpm && \
rpm -ivh https://github.com/alauda/ovs/releases/download/${OVS_VERSION}-${OVS_SUBVERSION}/openvswitch-devel-${OVS_VERSION}-${OVS_SUBVERSION}.el7.x86_64.rpm && \
Expand Down

0 comments on commit 3c62ea2

Please sign in to comment.