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
This commit is contained in:
Éric Lemoine 2016-09-09 11:18:56 +02:00 committed by Olivier Bourdon
parent b968bc39b0
commit 7b9a836eb6
1 changed files with 2 additions and 2 deletions

View File

@ -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