Release Notes / Version 10.2107
Table Of Contents
The docker base image
coremedia/java-application-base
has been updated to
2.1.3
. This major update includes the following changes:
update to Java 11 OpenJDK.
switch from Alpine to Debian.
tini was added as process subreaper.
the JVM flag
-XX:+ExitOnOutOfMemoryError
was added to kill on OOM.if the environment variable
HEAP_DUMP_ON_OOM
is set to true, heap dumps will be written to/coremedia/heapdumps
in case of an OOM.The
PRODUCT
environment variable has been removed.
Please see visit the DockerHub Repo for current updates.
(CMS-15576)