Release Notes / Version 13.2512.0
Table Of Contentscompose-wait command-line tool has been removed from the base image
To make distributed deployments of applications more robust, the
java-application-base image contains support to wait for service
dependencies. Up to now, this was done using the compose-wait tool.
This tool has now been replaced with the much better fit wait4x. To
use it the same way like compose-wait, there is an entrypoint script
named wait4x, that can be included before the
application script. See
https://github.com/coremedia-contributions/docker.java-application-base
for more details.
(CMS-27827)
confd has been removed from the java-application-base image
confd is no longer maintained and mutating files at startup should be avoided. Instead mount static config files if necessary.
(CMS-22475)
Switch studio-client and overview to CoreMedia vendored unprivileged nginx image.
The Docker images for studio-client and overview now use the CoreMedia vendored nginx unprivileged image. Port configuration and other adjustments have been applied to support the unprivileged setup. As a result, these containers no longer use port 80 and have been reconfigured to use port 8080. This change may require adjustments to your existing deployment or firewall settings."
(CMS-16467)


