Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
Update Snap
Browse files Browse the repository at this point in the history
This updates the Snap Dockerfile to use a new version of
Snap. This version includes the following fixes:

* intelsdi-x/snap-plugin-collector-smart#27
* intelsdi-x/snap#1164

Change-Id: I2d914ac0b075e11d5b609a5bd69084905a9485c4
  • Loading branch information
Éric Lemoine authored and obourdon committed Sep 13, 2016
1 parent b968bc3 commit 7b9a836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/snap/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ 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

# 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
Expand Down

0 comments on commit 7b9a836

Please sign in to comment.