From 7b9a836eb6fe8c10a4ac8dc40670d8f376c5493c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Fri, 9 Sep 2016 11:18:56 +0200 Subject: [PATCH] Update Snap This updates the Snap Dockerfile to use a new version of Snap. This version includes the following fixes: * https://github.com/intelsdi-x/snap-plugin-collector-smart/issues/27 * https://github.com/intelsdi-x/snap/issues/1164 Change-Id: I2d914ac0b075e11d5b609a5bd69084905a9485c4 --- docker/snap/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/snap/install.sh b/docker/snap/install.sh index 4eb2f82..51ac975 100644 --- a/docker/snap/install.sh +++ b/docker/snap/install.sh @@ -9,7 +9,7 @@ AUTO_DISCOVERY_PATH="$1" # # Snap release, platform and architecture -RELEASE=v0.15.0-beta-98-g0b228f5 +RELEASE=v0.15.0-beta-126-g9a05d66 PLATFORM=linux ARCH=amd64 TDIR=/tmp/snap @@ -17,7 +17,7 @@ TDIR=/tmp/snap # Binary storage service URI components PROTOCOL=https HOST=bintray.com -BASEURL="olivierbourdon38/Snap/download_file?file_path=" +BASEURL="mirantis/snap/download_file?file_path=" mkdir -p $TDIR # Retrieve archived binaries and extract them in temporary location