-
Notifications
You must be signed in to change notification settings - Fork 416
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Downgrade to java 11 in tomcat to avoid error when setting XMLGrammar…
…PoolImpl. Use default CodeQL configuration and java 8 compatible libraries. Logback, Mockito and Checkstyle for java 8.
- Loading branch information
Showing
4 changed files
with
5 additions
and
50 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM mapfish_print_builder AS builder | ||
|
||
FROM tomcat:9.0.62-jdk17-openjdk-slim-bullseye AS runner | ||
FROM tomcat:9.0.62-jdk11-openjdk-slim-bullseye AS runner | ||
LABEL maintainer="Camptocamp <[email protected]>" | ||
|
||
RUN perl -0777 -i -pe 's/(<Valve className="org.apache.catalina.valves.AccessLogValve"[^>]*>)/<Valve className="ch.qos.logback.access.tomcat.LogbackValve" quiet="true"\/>/s' "${CATALINA_HOME}/conf/server.xml" \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters