Skip to content

Commit

Permalink
chore: update ovs/ovn
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Sep 25, 2019
1 parent c623028 commit d837aa1
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.cni
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN yum install -y \
unbound unbound-devel&& \
yum clean all

ENV OVS_VERSION=2.11.1
ENV OVS_VERSION=2.11.4
ENV OVS_SUBVERSION=1

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

ENV OVS_VERSION=2.11.1
ENV OVS_VERSION=2.11.4
ENV OVS_SUBVERSION=1

RUN rpm -ivh https://github.com/alauda/ovs/releases/download/v${OVS_VERSION}-${OVS_SUBVERSION}/openvswitch-${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 @@ -13,7 +13,7 @@ RUN yum install -y \
unbound unbound-devel && \
yum clean all

ENV OVS_VERSION=2.11.1
ENV OVS_VERSION=2.11.4
ENV OVS_SUBVERSION=1

RUN rpm -ivh https://github.com/alauda/ovs/releases/download/v${OVS_VERSION}-${OVS_SUBVERSION}/openvswitch-${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 @@ -13,7 +13,7 @@ RUN yum install -y \
unbound unbound-devel && \
yum clean all

ENV OVS_VERSION=2.11.1
ENV OVS_VERSION=2.11.4
ENV OVS_SUBVERSION=1

RUN rpm -ivh https://github.com/alauda/ovs/releases/download/v${OVS_VERSION}-${OVS_SUBVERSION}/openvswitch-${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 @@ -13,7 +13,7 @@ RUN yum install -y \
unbound unbound-devel && \
yum clean all

ENV OVS_VERSION=2.11.1
ENV OVS_VERSION=2.11.4
ENV OVS_SUBVERSION=1

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

0 comments on commit d837aa1

Please sign in to comment.