diff --git a/base/manualBuild.sh b/base/manualBuild.sh index 8d03d30..3c0fc4d 100755 --- a/base/manualBuild.sh +++ b/base/manualBuild.sh @@ -1,3 +1,3 @@ source ../buildVersion.sh echo "Building tier/gte version ${VERSION_TAG}" -docker build --tag=tier/gte:base-${VERSION_TAG} . \ No newline at end of file +docker build --tag=tier/gte:base-${VERSION_TAG} . diff --git a/ex101/run.sh b/ex101/run.sh index ef186c9..af927b2 100755 --- a/ex101/run.sh +++ b/ex101/run.sh @@ -1 +1 @@ -docker run -d -p 389:389 -p 8443:443 -p 3306:3306 --name grouper-demo tier/gte:101.1.1-201906-shib-upgrade \ No newline at end of file +docker run -d -p 389:389 -p 8443:443 -p 3306:3306 --name grouper-demo tier/gte:101.1.1-202006