Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$TARGETPLATFORM rockylinux/rockylinux:9.7
FROM --platform=$TARGETPLATFORM rockylinux/rockylinux:9.8

########################
### VERSION SETTINGS ###
Expand All @@ -8,9 +8,9 @@ FROM --platform=$TARGETPLATFORM rockylinux/rockylinux:9.7
ENV TOMCAT_MAJOR=11 \
TOMCAT_VERSION=11.0.22 \
##shib-idp \
VERSION=5.2.2 \
VERSION=5.2.3 \
##TIER \
TIERVERSION=20260423_rocky9_multiarch \
TIERVERSION=20260618_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.2.2
idp.src.dir=/tmp/shibboleth/shibboleth-identity-provider-5.2.3
idp.target.dir=/opt/shibboleth-idp
idp.host.name=idp.example.org
idp.sealer.password=changeit
Expand Down