Skip to content

Commit

Permalink
bump idp, tomcat, switch tomcat url to archive
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Jun 7, 2021
1 parent 8ebb37c commit 9b808b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ FROM centos:centos7
#
##tomcat \
ENV TOMCAT_MAJOR=9 \
TOMCAT_VERSION=9.0.44 \
TOMCAT_VERSION=9.0.46 \
##shib-idp \
VERSION=4.1.0 \
VERSION=4.1.2 \
##TIER \
TIERVERSION=20210324 \
TIERVERSION=20210607 \
#################### \
#### OTHER VARS #### \
#################### \
Expand All @@ -22,7 +22,7 @@ ENV TOMCAT_MAJOR=9 \
JAVA_OPTS='-Xmx3000m' \
#tomcat \
CATALINA_HOME=/usr/local/tomcat
ENV TOMCAT_TGZ_URL=https://www.apache.org/dist/tomcat/tomcat-$TOMCAT_MAJOR/v$TOMCAT_VERSION/bin/apache-tomcat-$TOMCAT_VERSION.tar.gz \
ENV TOMCAT_TGZ_URL=https://archive.apache.org/dist/tomcat/tomcat-$TOMCAT_MAJOR/v$TOMCAT_VERSION/bin/apache-tomcat-$TOMCAT_VERSION.tar.gz \
PATH=$CATALINA_HOME/bin:$JAVA_HOME/bin:$PATH \
#shib-idp \
SHIB_RELDIR=http://shibboleth.net/downloads/identity-provider/$VERSION \
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.1.0
idp.src.dir=/tmp/shibboleth/shibboleth-identity-provider-4.1.2
idp.target.dir=/opt/shibboleth-idp
idp.host.name=idp.example.org
idp.sealer.password=changeit
Expand Down

0 comments on commit 9b808b5

Please sign in to comment.