Skip to content

Commit

Permalink
scripts/netContain/Dockerfile: update OVS version
Browse files Browse the repository at this point in the history
the .1 release was removed from the mirrors:  https://launchpad.net/ubuntu/+source/openvswitch

.2 is the latest release for Ubuntu 16.04 (Xenial Xerus)

Signed-off-by: Bill Robinson <dseevr@users.noreply.github.com>
  • Loading branch information
dseevr committed Oct 16, 2017
1 parent fbc532d commit 7422385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/netContain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ FROM ubuntu:16.04
# ENV export https_proxy=https://proxy.localhost.com:8080

RUN apt-get update \
&& apt-get install -y openvswitch-switch=2.5.2-0ubuntu0.16.04.1 \
&& apt-get install -y openvswitch-switch=2.5.2-0ubuntu0.16.04.2 \
net-tools \
iptables \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 7422385

Please sign in to comment.