Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bump log4j to 2.17
pcaskey committed Dec 20, 2021
1 parent f982297 commit aac38ef
Showing 7 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Dockerfile
@@ -10,7 +10,7 @@ ENV TOMCAT_MAJOR=9 \
##shib-idp \
VERSION=4.1.4 \
##TIER \
TIERVERSION=20211214 \
TIERVERSION=20211220 \
#################### \
#### OTHER VARS #### \
#################### \
@@ -160,12 +160,12 @@ ADD container_files/idp/idp.xml /usr/local/tomcat/conf/Catalina/idp.xml
ADD container_files/tomcat/server.xml /usr/local/tomcat/conf/server.xml

#use log4j for tomcat logging
#ADD https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core/2.15.0/log4j-core-2.15.0.jar /usr/local/tomcat/bin/
COPY container_files/tomcat/log4j-core-2.16.0.jar /usr/local/tomcat/bin/
#ADD https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.15.0/log4j-api-2.15.0.jar /usr/local/tomcat/bin/
COPY container_files/tomcat/log4j-api-2.16.0.jar /usr/local/tomcat/bin/
#ADD https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-jul/2.15.0/log4j-jul-2.15.0.jar /usr/local/tomcat/bin/
COPY container_files/tomcat/log4j-jul-2.16.0.jar /usr/local/tomcat/bin/
#ADD https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core/2.17.0/log4j-core-2.17.0.jar /usr/local/tomcat/bin/
COPY container_files/tomcat/log4j-core-2.17.0.jar /usr/local/tomcat/bin/
#ADD https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.17.0/log4j-api-2.17.0.jar /usr/local/tomcat/bin/
COPY container_files/tomcat/log4j-api-2.17.0.jar /usr/local/tomcat/bin/
#ADD https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-jul/2.17.0/log4j-jul-2.17.0.jar /usr/local/tomcat/bin/
COPY container_files/tomcat/log4j-jul-2.17.0.jar /usr/local/tomcat/bin/

RUN cd /usr/local/tomcat/; \
chmod +r bin/log4j-*.jar;
Binary file removed container_files/tomcat/log4j-api-2.16.0.jar
Binary file not shown.
Binary file not shown.
Binary file removed container_files/tomcat/log4j-core-2.16.0.jar
Binary file not shown.
Binary file not shown.
Binary file removed container_files/tomcat/log4j-jul-2.16.0.jar
Binary file not shown.
Binary file not shown.

0 comments on commit aac38ef

Please sign in to comment.