Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update to tier shib-idp 3.4 immage wip
dima767 committed Apr 23, 2019
1 parent d8d92ac commit bcb35c2
Showing 4 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion 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
@@ -1,4 +1,4 @@
<Context docBase="/opt/shibboleth-idp/webapp"
<Context docBase="/opt/shibboleth-idp/war/idp.war"
privileged="true"
antiResourceLocking="false"
path="/idp">
3 changes: 3 additions & 0 deletions 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} .
1 change: 1 addition & 0 deletions 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

0 comments on commit bcb35c2

Please sign in to comment.