Skip to content

Commit

Permalink
update IdP to 5.2.0, Tomcat to 10.1.52, OS to Rocky 9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Jan 29, 2026
1 parent d38277e commit 79a985c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
FROM --platform=$TARGETPLATFORM rockylinux/rockylinux:9.6
FROM --platform=$TARGETPLATFORM rockylinux/rockylinux:9.7

########################
### VERSION SETTINGS ###
########################
#
##tomcat \
ENV TOMCAT_MAJOR=10 \
TOMCAT_VERSION=10.1.44 \
TOMCAT_VERSION=10.1.52 \
##shib-idp \
VERSION=5.1.6 \
VERSION=5.2.0 \
##TIER \
TIERVERSION=20250826_rocky9_multiarch \
TIERVERSION=20260129_rocky9_multiarch \
#################### \
#### 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-5.1.6
idp.src.dir=/tmp/shibboleth/shibboleth-identity-provider-5.2.0
idp.target.dir=/opt/shibboleth-idp
idp.host.name=idp.example.org
idp.sealer.password=changeit
Expand Down
3 changes: 2 additions & 1 deletion test-compose/sp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM i2incommon/shibboleth_sp:3.4.1_05152024_rocky9_multiarch
FROM i2incommon/shibboleth_sp:3.5.1_09032025_rocky10_multiarch

LABEL author="tier-packaging@internet2.edu <tier-packaging@internet2.edu>" \
Vendor="TIER" \
Expand Down Expand Up @@ -28,6 +28,7 @@ HEALTHCHECK --interval=1m --timeout=30s \
CMD curl -k -f https://127.0.0.1:8443/Shibboleth.sso/Status || exit 1

RUN mkdir -p /run/php-fpm/
RUN systemd-tmpfiles --create

EXPOSE 8443

Expand Down

0 comments on commit 79a985c

Please sign in to comment.