Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updated 101 build to use VERSION_TAG
wgthom committed Apr 20, 2019
1 parent 2d75fc1 commit 41162de
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ex101/ex101.1.1/Dockerfile
@@ -1,4 +1,5 @@
FROM tier/gte:base-201906
ARG VERSION_TAG
FROM tier/gte:base-$VERSION_TAG

LABEL author="tier-packaging@internet2.edu <tier-packaging@internet2.edu>" \
Vendor="TIER" \
4 changes: 3 additions & 1 deletion ex101/manualBuild.sh
@@ -1,4 +1,6 @@
docker build --tag=tier/gte:101-$tag ex101-$tag
source ../buildVersion.sh
echo "Building gte:101 version ${VERSION_TAG}"
docker build --build-arg VERSION_TAG=${VERSION_TAG} --tag=tier/gte:101.1.1-${VERSION_TAG} ex101.1.1

if [[ "$OSTYPE" == "darwin"* ]]; then
say exercises for 101 build complete

0 comments on commit 41162de

Please sign in to comment.