From 932694151969745197e15b12cd11271768ad34bf Mon Sep 17 00:00:00 2001 From: "William G. Thompson, Jr" Date: Sat, 20 Apr 2019 14:16:05 -0400 Subject: [PATCH] Update buildVersion.sh --- buildVersion.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/buildVersion.sh b/buildVersion.sh index 38d3b0f..0a5c79e 100755 --- a/buildVersion.sh +++ b/buildVersion.sh @@ -1,5 +1,7 @@ # This script is sourced from each of the manualBuild.sh scripts. -# The git branch indicates the GTE version and is appended to the docker image tag +# The git branch indicates the GTE version and is appended to each docker image tag # e.g. tier/gte:101.1.1-201906 where 201906 is the git branch export VERSION_TAG=`git status --porcelain=2 -b | grep branch.head | cut -d ' ' -f 3` +# The Grouper version used to build the entire GTE is configured in ./base/Dockerfile#4 +# e.g. FROM tier/grouper:latest