Switch to new base images

This commit is contained in:
Pascal Vizeli 2017-06-14 16:56:52 +02:00 committed by GitHub
parent 878212aab5
commit ec07937c38

View file

@ -106,7 +106,7 @@ pushd "$(dirname "$0")" > /dev/null 2>&1
SCRIPTPATH=$(pwd)
popd > /dev/null 2>&1
BASE_IMAGE="resin\/$ARCH-alpine:3.5"
BASE_IMAGE="homeassistant\/$ARCH-base:latest"
BUILD_DIR=${BUILD_DIR:=$SCRIPTPATH}
WORKSPACE=${BUILD_DIR:=$SCRIPTPATH}/hassio-supervisor-$ARCH
ADDON_WORKSPACE=$WORKSPACE/$SLUG