use tomcat 9.0.91
parent
9abb0c62dd
commit
97ea909607
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 | `*` |
|
||||
|
|
|
|||
Loading…
Reference in New Issue