diff --git a/manualBuild.sh b/manualBuild.sh index 580cb94..3f365c0 100755 --- a/manualBuild.sh +++ b/manualBuild.sh @@ -1,5 +1,9 @@ -docker build --pull --tag=tier/gte:base-201906 base/ \ -&& docker build --tag=tier/gte:full_demo-201906 full-demo \ +source ./buildVersion.sh +echo "Building tier/gte version ${VERSION_TAG}" +docker build --pull --tag=tier/gte:base-${VERSION_TAG} base/ + +# \ +#&& docker build --tag=tier/gte:full_demo-${VERSION_TAG} full-demo \ pushd ex101 ./manualBuild.sh @@ -9,6 +13,8 @@ pushd ex201 ./manualBuild.sh popd +exit 1 + pushd ex211 ./manualBuild.sh popd