Changes in this release:
- Now using version 2.0.0 of
jlesage/baseimage, which brings the following changes:- Added better support for service dependencies.
- Services startup order is automatically determined.
- Services are stopped in reverse order.
- The application's service is always started last.
- The following elements are no longer needed and have been removed:
s6-svrunningands6-waitdepsprograms.- Pre-stage3 with pre-finish scripts support.
- Added better support for service dependencies.
- Added support for secure access to the application's GUI:
- Via HTTPs or VNC over SSL.
- Secure connection is enabled via the
SECURE_CONNECTIONenvironment variable.
- Note that these changes can break building and/or execution of containers based on v2.x or earlier of this baseimage.