diff --git a/base/Dockerfile b/base/Dockerfile index 8b0a043..fa22a9f 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -1,4 +1,5 @@ -FROM unicon/shibboleth-idp:3.3.3 as idp +FROM tier/shib-idp:3.4.3_20190201 as idp +#FROM tier/shib-idp:3.4.3_20190201 as idp # Grouper version for the entire GTE FROM tier/grouper:latest diff --git a/base/container_files/tomcat/conf/Catalina/localhost/idp.xml b/base/container_files/tomcat/conf/Catalina/localhost/idp.xml index 13bf32f..1f0367f 100644 --- a/base/container_files/tomcat/conf/Catalina/localhost/idp.xml +++ b/base/container_files/tomcat/conf/Catalina/localhost/idp.xml @@ -1,4 +1,4 @@ - diff --git a/base/manualBuild.sh b/base/manualBuild.sh new file mode 100755 index 0000000..8d03d30 --- /dev/null +++ b/base/manualBuild.sh @@ -0,0 +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 diff --git a/ex101/run.sh b/ex101/run.sh new file mode 100755 index 0000000..ef186c9 --- /dev/null +++ b/ex101/run.sh @@ -0,0 +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