From 49b6c13057c98317d6d2582f1af6799a1050ff3a Mon Sep 17 00:00:00 2001 From: mchyzer Date: Tue, 28 Nov 2023 03:48:35 -0500 Subject: [PATCH] 4.9.2 --- Dockerfile | 4 ++-- container_files/usr-local-bin/libraryRunCommand.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 73f2dcd..1a343ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,8 +8,8 @@ LABEL author="tier-packaging@internet2.edu " \ ARG GROUPER_CONTAINER_VERSION -ENV GROUPER_VERSION=4.9.0 \ - GROUPER_CONTAINER_VERSION=4.9.1 \ +ENV GROUPER_VERSION=4.9.2 \ + GROUPER_CONTAINER_VERSION=4.9.2 \ JAVA_HOME=/usr/lib/jvm/java-17-amazon-corretto \ PATH=$PATH:$JAVA_HOME/bin \ GROUPER_HOME=/opt/grouper/grouperWebapp/WEB-INF diff --git a/container_files/usr-local-bin/libraryRunCommand.sh b/container_files/usr-local-bin/libraryRunCommand.sh index aa75b61..3f2588f 100644 --- a/container_files/usr-local-bin/libraryRunCommand.sh +++ b/container_files/usr-local-bin/libraryRunCommand.sh @@ -13,7 +13,7 @@ runCommand() { if [ "$GROUPER_RUN_TOMCAT_NOT_SUPERVISOR" = "true" ]; then if [ "$GROUPER_RUN_PROCESSES_AS_USERS" = "true" ]; then - echo "grouperContainer; INFO: (libraryRunCommand.sh-runCommand) Starting tomcat: sudo -u tomcat /opt/tomcat/bin/catalina.sh run" + echo "grouperContainer; INFO: (libraryRunCommand.sh-runCommand) Starting tomcat: sudo --preserve-env -u tomcat /opt/tomcat/bin/catalina.sh run" sudo --preserve-env -u tomcat /opt/tomcat/bin/catalina.sh run else echo "grouperContainer; INFO: (libraryRunCommand.sh-runCommand) Starting tomcat: /opt/tomcat/bin/catalina.sh run"