Skip to content
Permalink
Browse files
bump to released version of IdP 5.0.0
  • Loading branch information
pcaskey committed Sep 14, 2023
1 parent 11b8076 commit f84f5ef3cd91da701b147649c635825a81ca8004
Showing 2 changed files with 7 additions and 12 deletions.
@@ -6,11 +6,11 @@ FROM centos:centos7
#
##tomcat \
ENV TOMCAT_MAJOR=10 \
TOMCAT_VERSION=10.1.11 \
TOMCAT_VERSION=10.1.13 \
##shib-idp \
VERSION=5.0.0-beta1 \
VERSION=5.0.0 \
##TIER \
TIERVERSION=20230810 \
TIERVERSION=20230914 \
#################### \
#### OTHER VARS #### \
#################### \
@@ -25,12 +25,8 @@ ENV TOMCAT_MAJOR=10 \
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=https://shibboleth.net/downloads/prerelease/identity-provider-$VERSION \
# remove line above and uncomment line below for non-beta release
# SHIB_RELDIR=http://shibboleth.net/downloads/identity-provider/$VERSION \
SHIB_PREFIX=shibboleth-identity-provider-$VERSION \
#below is only needed for beta
SHIB_PREFIX2=shibboleth-identity-provider-5.0.0-SNAPSHOT
SHIB_RELDIR=http://shibboleth.net/downloads/identity-provider/$VERSION \
SHIB_PREFIX=shibboleth-identity-provider-$VERSION

ENV ENV=dev \
USERTOKEN=nothing
@@ -100,8 +96,7 @@ RUN mkdir -p /tmp/shibboleth && cd /tmp/shibboleth && \
# Unzip
tar xf $SHIB_PREFIX.tar.gz && \
# Install
cd /tmp/shibboleth/$SHIB_PREFIX2 && \
# cd /tmp/shibboleth/$SHIB_PREFIX && \
cd /tmp/shibboleth/$SHIB_PREFIX && \
./bin/install.sh \
--propertyFile /tmp/idp.installer.properties \
--noPrompt true \
@@ -1,4 +1,4 @@
idp.src.dir=/tmp/shibboleth/shibboleth-identity-provider-5.0.0-SNAPSHOT
idp.src.dir=/tmp/shibboleth/shibboleth-identity-provider-5.0.0
idp.target.dir=/opt/shibboleth-idp
idp.host.name=idp.example.org
idp.sealer.password=changeit

0 comments on commit f84f5ef

Please sign in to comment.