Skip to content

Commit

Permalink
bump tomcat, add exec to supervisord launch
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Jun 24, 2022
1 parent 2556dff commit 22c50c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ FROM centos:centos7
#
##tomcat \
ENV TOMCAT_MAJOR=9 \
TOMCAT_VERSION=9.0.63 \
TOMCAT_VERSION=9.0.64 \
##shib-idp \
VERSION=4.2.1 \
##TIER \
TIERVERSION=20220517 \
TIERVERSION=20220624 \
#################### \
#### OTHER VARS #### \
#################### \
Expand Down
2 changes: 1 addition & 1 deletion container_files/system/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ sed -i -e '/<rollingPolicy/,/<\/rollingPolicy>/d' ${IDP_LOG_CFG_FILE}


#launch supervisord
/usr/bin/supervisord -c /etc/supervisor/supervisord.conf
exec /usr/bin/supervisord -c /etc/supervisor/supervisord.conf

0 comments on commit 22c50c9

Please sign in to comment.