Skip to content

Commit

Permalink
Upgrade to nmstate 0.0.8 (#148)
Browse files Browse the repository at this point in the history
Deleting linux bridge with bond on it does not work correctly [1]

[1] nmstate/nmstate#445

Signed-off-by: Quique Llorente <[email protected]>
  • Loading branch information
qinqon authored and phoracek committed Aug 5, 2019
1 parent d398118 commit ac28774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM centos:7
RUN yum -y install epel-release && \
yum -y update && \
yum -y install \
https://kojipkgs.fedoraproject.org/packages/nmstate/0.0.6/2.el7/noarch/python2-libnmstate-0.0.6-2.el7.noarch.rpm \
https://kojipkgs.fedoraproject.org/packages/nmstate/0.0.6/2.el7/noarch/nmstate-0.0.6-2.el7.noarch.rpm \
https://kojipkgs.fedoraproject.org/packages/nmstate/0.0.8/1.el7/noarch/python2-libnmstate-0.0.8-1.el7.noarch.rpm \
https://kojipkgs.fedoraproject.org/packages/nmstate/0.0.8/1.el7/noarch/nmstate-0.0.8-1.el7.noarch.rpm \
iproute && \
yum clean all

Expand Down

0 comments on commit ac28774

Please sign in to comment.