Release Notes / Version 10.2101
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:+ExitOnOutOfMemoryErrorwas added to kill on OOM.if the environment variable
HEAP_DUMP_ON_OOMis set to true, heap dumps will be written to/coremedia/heapdumpsin case of an OOM.The
PRODUCTenvironment variable has been removed.
Please see visit the DockerHub Repo for current updates.
(CMS-15576)


