skydive: bump to version 0.18

The 0.18 version of Skydive provides better etcd clustering and
fixes for OVS-DPDK.

Change-Id: Ib849d3f3e99713db3eec007152ad22dedc6c5fef
This commit is contained in:
Sylvain Baubeau 2018-06-22 09:19:00 +02:00
parent b21350f9cb
commit 89ef29715c

View File

@ -10,7 +10,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% if base_arch == 'x86_64' %}
{% block skydive_install %}
RUN curl -o /usr/bin/skydive -L "https://github.com/skydive-project/skydive/releases/download/v0.17.0/skydive" \
RUN curl -o /usr/bin/skydive -L "https://github.com/skydive-project/skydive/releases/download/v0.18.0/skydive" \
&& chmod +x /usr/bin/skydive
{% endblock %}