Skip to content
Permalink
a98f774a3c
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 7 lines (6 sloc) 419 Bytes
# This script is sourced from each of the manualBuild.sh scripts.
# 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