You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update the deprecated variables section in readme
Signed-off-by: Leo Christy Jesuraj <[email protected]>
* Update the build variables section in readme
Signed-off-by: Leo Christy Jesuraj <[email protected]>
---------
Signed-off-by: Leo Christy Jesuraj <[email protected]>
Refer to [Repository and proxy modifications](https://openliberty.io/docs/ref/command/featureUtility-commands.html) for more information.
69
69
70
-
## Optional Enterprise Functionality
70
+
## Build Variables
71
71
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:
72
+
This section describes the optional build variables that can be enabled via the Dockerfile during the `build` time, by setting particular build-argument (`ARG`) or environment variable (`ENV`) and calling `RUN configure.sh`. Each of these variables trigger the inclusion of specific configuration via XML snippets (except for `VERBOSE` and `SKIP_FEATURE_INSTALL`), described below:
73
73
74
74
*`HZ_SESSION_CACHE`
75
75
* Description: Enable the persistence of HTTP sessions using JCache by adding the `sessionCache-1.0` feature.
@@ -83,9 +83,9 @@ This section describes the optional enterprise functionality that can be enabled
83
83
* 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.
84
84
85
85
86
-
### Deprecated Enterprise Functionality
86
+
### Deprecated Build Variables
87
87
88
-
The following enterprise functionalities are now **deprecated** and will be **removed** in a future release. You should **stop** using them:
88
+
The following container image build variables are now **deprecated** and will be **removed** in a future release. You should **stop** using them:
89
89
90
90
*`HTTP_ENDPOINT`
91
91
* Description: Add configuration properties for an HTTP endpoint.
0 commit comments