use tomcat 9.0.91

pull/45/head
Andre Henn 2024-07-11 11:16:44 +02:00
parent 9abb0c62dd
commit 97ea909607
No known key found for this signature in database
GPG Key ID: 776670F973DDECAA
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM tomcat:9.0.90-jdk11-temurin-jammy
FROM tomcat:9.0.91-jdk11-temurin-jammy
LABEL vendor="osgeo.org"
# Build arguments

View File

@ -196,7 +196,7 @@ Following is the list of the all the environment variables that can be passed do
| VAR NAME | DESCRIPTION | SAMPLE VALUE |
|--------------|-----------|------------|
| PATH | Used by geoserver internally to find all the libs | `/usr/local/sbin:/usr/local/bin:` |
| CATALINA_HOME | CATALINA home path | `/usr/local/tomcat` (see also [here](https://github.com/docker-library/tomcat/blob/master/9.0/jdk17/temurin-jammy/Dockerfile)) |
| CATALINA_HOME | CATALINA home path | `/usr/local/tomcat` (see also [here](https://github.com/docker-library/tomcat/blob/master/9.0/jdk11/temurin-jammy/Dockerfile)) |
| EXTRA_JAVA_OPTS | Used to pass params to the JAVA environment. Check [ref](https://docs.oracle.com/en/java/javase/11/tools/java.html) | `-Xms256m -Xmx1g` |
| CORS_ENABLED | CORS enabled configuration | `false` |
| CORS_ALLOWED_ORIGINS | CORS origins configuration | `*` |