Skip to content

Commit

Permalink
Merge pull request #155 from docker/5.2.0_20260213_rocky9_multiarch
Browse files Browse the repository at this point in the history
merge 5.2.0_20260213_rocky9_multiarch
  • Loading branch information
pcaskey authored Feb 13, 2026
2 parents 9205faf + ffd1a0f commit 36f85e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ FROM --platform=$TARGETPLATFORM rockylinux/rockylinux:9.7
########################
#
##tomcat \
ENV TOMCAT_MAJOR=10 \
TOMCAT_VERSION=10.1.52 \
ENV TOMCAT_MAJOR=11 \
TOMCAT_VERSION=11.0.18 \
##shib-idp \
VERSION=5.2.0 \
##TIER \
TIERVERSION=20260129_rocky9_multiarch \
TIERVERSION=20260213_rocky9_multiarch \
#################### \
#### OTHER VARS #### \
#################### \
Expand Down
2 changes: 1 addition & 1 deletion tests/checktomcatver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if [ -z "$(echo $tomcatver | xargs)" ]; then
fi

#check if that version of tomcat is available in the download area (return is 0 if current, non-zero if not current)
wget -q --spider https://dlcdn.apache.org/tomcat/tomcat-10/v${tomcatver}/bin/apache-tomcat-${tomcatver}.tar.gz
wget -q --spider https://dlcdn.apache.org/tomcat/tomcat-11/v${tomcatver}/bin/apache-tomcat-${tomcatver}.tar.gz

if [ $? == '0' ]; then
echo "Running Tomcat version (${tomcatver}) is current!"
Expand Down

0 comments on commit 36f85e3

Please sign in to comment.