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:
parent
b968bc39b0
commit
7b9a836eb6
@ -9,7 +9,7 @@ AUTO_DISCOVERY_PATH="$1"
|
|||||||
#
|
#
|
||||||
|
|
||||||
# Snap release, platform and architecture
|
# Snap release, platform and architecture
|
||||||
RELEASE=v0.15.0-beta-98-g0b228f5
|
RELEASE=v0.15.0-beta-126-g9a05d66
|
||||||
PLATFORM=linux
|
PLATFORM=linux
|
||||||
ARCH=amd64
|
ARCH=amd64
|
||||||
TDIR=/tmp/snap
|
TDIR=/tmp/snap
|
||||||
@ -17,7 +17,7 @@ TDIR=/tmp/snap
|
|||||||
# Binary storage service URI components
|
# Binary storage service URI components
|
||||||
PROTOCOL=https
|
PROTOCOL=https
|
||||||
HOST=bintray.com
|
HOST=bintray.com
|
||||||
BASEURL="olivierbourdon38/Snap/download_file?file_path="
|
BASEURL="mirantis/snap/download_file?file_path="
|
||||||
|
|
||||||
mkdir -p $TDIR
|
mkdir -p $TDIR
|
||||||
# Retrieve archived binaries and extract them in temporary location
|
# Retrieve archived binaries and extract them in temporary location
|
||||||
|
Loading…
Reference in New Issue
Block a user