Skip to content

Commit c9a59e8

Browse files
authored
Document SKIP_FEATURE_INSTALL option (#628)
* Document SKIP_FEATURE_INSTALL option Signed-off-by: Leo Christy Jesuraj <[email protected]> * List the options alphabetically Signed-off-by: Leo Christy Jesuraj <[email protected]> --------- Signed-off-by: Leo Christy Jesuraj <[email protected]>
1 parent aa27db7 commit c9a59e8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,16 @@ Refer to [Repository and proxy modifications](https://openliberty.io/docs/ref/co
6969

7070
## Optional Enterprise Functionality
7171

72-
This section describes the optional enterprise functionality that can be enabled via the Dockerfile during `build` time, by setting particular argument (`ARG`) or environment variable (`ENV`) and calling `RUN configure.sh`. Each of these options trigger the inclusion of specific configuration via XML snippets (except for `VERBOSE`), described below:
72+
This section describes the optional enterprise functionality that can be enabled via the Dockerfile during `build` time, by setting particular argument (`ARG`) or environment variable (`ENV`) and calling `RUN configure.sh`. Each of these options trigger the inclusion of specific configuration via XML snippets (except for `VERBOSE` and `SKIP_FEATURE_INSTALL`), described below:
7373

74-
* `TLS` (`SSL` is deprecated)
75-
* Description: Enable Transport Security in Liberty by adding the `transportSecurity-1.0` feature (includes support for SSL).
76-
* XML Snippet Location: [keystore.xml](ga/latest/kernel/helpers/build/configuration_snippets/keystore.xml).
7774
* `HZ_SESSION_CACHE`
7875
* Description: Enable the persistence of HTTP sessions using JCache by adding the `sessionCache-1.0` feature.
7976
* XML Snippet Location: [hazelcast-sessioncache.xml](ga/latest/kernel/helpers/build/configuration_snippets/hazelcast-sessioncache.xml)
77+
* `SKIP_FEATURE_INSTALL`
78+
* Description: Default setting is `false`. When set to `true`, Liberty features will not be installed using `installUtility` when `configure.sh` is run. This setting is not applicable when `features.sh` is run.
79+
* `TLS` (`SSL` is deprecated)
80+
* Description: Enable Transport Security in Liberty by adding the `transportSecurity-1.0` feature (includes support for SSL).
81+
* XML Snippet Location: [keystore.xml](ga/latest/kernel/helpers/build/configuration_snippets/keystore.xml).
8082
* `VERBOSE`
8183
* Description: When set to `true` it outputs the commands and results to stdout from `configure.sh`. Otherwise, default setting is `false` and `configure.sh` is silenced.
8284

0 commit comments

Comments
 (0)