Skip to content

Commit

Permalink
Merge pull request #83 from docker/4.0.1_20200603
Browse files Browse the repository at this point in the history
merge 4.0.1 20200603
  • Loading branch information
pcaskey authored Jun 3, 2020
2 parents 642f7bb + 85c6540 commit 20f3bc8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ FROM centos:centos7
ENV TOMCAT_MAJOR=9 \
TOMCAT_VERSION=9.0.35 \
##shib-idp \
VERSION=4.0.0 \
VERSION=4.0.1 \
##TIER \
TIERVERSION=20200518 \
TIERVERSION=20200603 \
#################### \
#### OTHER VARS #### \
#################### \
Expand Down
2 changes: 1 addition & 1 deletion container_files/idp/idp.installer.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
idp.src.dir=/tmp/shibboleth/shibboleth-identity-provider-4.0.0
idp.src.dir=/tmp/shibboleth/shibboleth-identity-provider-4.0.1
idp.target.dir=/opt/shibboleth-idp
idp.host.name=idp.example.org
idp.sealer.password=changeit
Expand Down
4 changes: 4 additions & 0 deletions container_files/system/startup.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/sh

#set env vars for cron jobs
# this script creates /opt/tier/env.bash which is sourced by the cron jobs' scripts
/opt/tier/setenv.sh

#for passed-in env vars, remove spaces and replace any ; with : in usertoken env var since we will use ; as a delimiter
export USERTOKEN="${USERTOKEN//;/:}"
export USERTOKEN="${USERTOKEN// /}"
Expand Down

0 comments on commit 20f3bc8

Please sign in to comment.