2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-22 10:10:12 +00:00

Change docker quickstart (#988)

Changed up the docker quick start to assert the latest tagged release unless overridden via the version argument
This commit is contained in:
Paul Cleary 2020-09-30 20:23:12 -04:00 committed by GitHub
parent 6b5ec824f9
commit c83f3487cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 6 deletions

View File

@ -80,6 +80,8 @@ DOCKER_COMPOSE_CONFIG="${DIR}/../docker/docker-compose-quick-start.yml"
SERVICE=""
# when CLEAN is set to 1, existing docker images are deleted so they are re-pulled
CLEAN=0
# default to latest for docker versions
export VINYLDNS_VERSION=latest
# source env before parsing args so vars can be overwritten
set -a # Required in order to source docker/.env

View File

@ -16,6 +16,3 @@ MYSQL_ENDPOINT=vinyldns-mysql:3306
USER_TABLE_NAME=users
USER_CHANGE_TABLE_NAME=userChange
TEST_LOGIN=true
# api and portal docker tag
VINYLDNS_VERSION=0.9.5

View File

@ -16,6 +16,3 @@ MYSQL_ENDPOINT=vinyldns-mysql:3306
USER_TABLE_NAME=users
USER_CHANGE_TABLE_NAME=userChange
TEST_LOGIN=true
# api and portal docker tag
VINYLDNS_VERSION=0.9.5