updates to core
This commit is contained in:
@@ -22,13 +22,13 @@ chmod a+x start.sh
|
||||
rm -f $buildPth/*.deb
|
||||
|
||||
#curl -OL https://bitbucket.org/jsuto/piler/downloads/$PILER_PACKAGE
|
||||
wget https://bitbucket.org/jsuto/piler/downloads/$PILER_PACKAGE -O $PILER_PACKAGE
|
||||
wget https://github.com/jsuto/piler/releases/download/piler-$PILER_VERSION/$PILER_PACKAGE -O $PILER_PACKAGE
|
||||
|
||||
set -o errexit
|
||||
set -o pipefail
|
||||
set -o nounset
|
||||
|
||||
IMAGE_NAME="simatec/piler:$PILER_VERSION"
|
||||
IMAGE_NAME="servercow/piler:$PILER_VERSION"
|
||||
|
||||
if [ ! -f $buildPth/$PILER_PACKAGE ]; then
|
||||
echo "ERROR: missing package name" 1>&2; exit 1;
|
||||
|
||||
Reference in New Issue
Block a user