Optional enterprise functions for WebSphere Liberty runtime images

Optional enterprise functions can be enabled in the Dockerfile during build time. To do so, set the particular argument (ARG) or environment variable (ENV) and call RUN configure.sh.

    TLS (SSL is deprecated)

    Enables Transport Security in WebSphere Liberty by adding the transportSecurity-1.0 feature, which includes support for SSL.

    XML snippet location keystore.xml.

    SKIP_FEATURE_INSTALL

    The default setting is false. When set to true, WebSphere Liberty features will not be installed using the installUtility command when configure.sh is run. This setting is not applicable when features.sh is run.

    HZ_SESSION_CACHE

    Enables the persistence of HTTP sessions with JCache by adding the sessionCache-1.0 feature.

    XML snippet location hazelcast-sessioncache.xml.

    VERBOSE

    When set to true, outputs the commands and results to stdout from configure.sh; when set to false (default), configure.sh is silenced.