Make the default debian version buster, preserve the 'stretch' tag for those who need it.

Signed-off-by: Daniel <daniel@developerdan.com>
This commit is contained in:
Daniel
2020-09-28 17:12:03 -04:00
parent 87132465b5
commit a779c7fc37
6 changed files with 15 additions and 15 deletions

View File

@@ -33,7 +33,7 @@ trap "cleanup" INT TERM EXIT
# VOLUME TESTS
# Given...
DEBIAN_VERSION="$(DEBIAN_VERSION:-stretch)"
DEBIAN_VERSION="$(DEBIAN_VERSION:-buster)"
IMAGE="${1:-pihole:v5.0-amd64}-${DEBIAN_VERSION}" # Default is latest build test image (generic, non release/branch tag)
VOLUMES="$(mktemp -d)" # A fresh volume directory
VOL_PH="$VOLUMES/pihole"