Skip to content

Commit

Permalink
Merge pull request #156 from docker/5.2.1_20260218_rocky9_multiarch
Browse files Browse the repository at this point in the history
merge 5.2.1 20260218 rocky9 multiarch
  • Loading branch information
pcaskey authored Feb 18, 2026
2 parents 36f85e3 + ceafe0e commit c2f12fa
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 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 --platform=$TARGETPLATFORM rockylinux/rockylinux:9.7
ENV TOMCAT_MAJOR=11 \
TOMCAT_VERSION=11.0.18 \
##shib-idp \
VERSION=5.2.0 \
VERSION=5.2.1 \
##TIER \
TIERVERSION=20260213_rocky9_multiarch \
TIERVERSION=20260218_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.0
idp.src.dir=/tmp/shibboleth/shibboleth-identity-provider-5.2.1
idp.target.dir=/opt/shibboleth-idp
idp.host.name=idp.example.org
idp.sealer.password=changeit
Expand Down
1 change: 0 additions & 1 deletion test-compose/idp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ ADD ${SHBVIEWS} /opt/shibboleth-idp/views
#ADD ${SHBMSGS} /opt/shibboleth-idp/messages
ADD ${SHBMD} /opt/shibboleth-idp/metadata


1 change: 0 additions & 1 deletion tests/fulltest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,3 @@ else
popd &>/dev/null
exit 1
fi

0 comments on commit c2f12fa

Please sign in to comment.