Skip to content

Commit 3a279cf

Browse files
authored
Doc: Update the build variables section (#670)
* 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]>
1 parent 87f2efc commit 3a279cf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- [WebSphere Application Server Liberty and Containers](#websphere-application-server-liberty-and-containers)
44
- [Container images](#container-images)
55
- [Building an application image](#building-an-application-image)
6-
- [Optional Enterprise Functionality](#optional-enterprise-functionality)
6+
- [Build Variables](#build-variables)
77
- [Security](#security)
88
- [OpenJ9 Shared Class Cache (SCC)](#openj9-shared-class-cache-scc)
99
- [Logging](#logging)
@@ -67,9 +67,9 @@ remoteRepo.password={aes}KM8dhwcv892Ss1sawu9R+
6767

6868
Refer to [Repository and proxy modifications](https://openliberty.io/docs/ref/command/featureUtility-commands.html) for more information.
6969

70-
## Optional Enterprise Functionality
70+
## Build Variables
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` 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:
7373

7474
* `HZ_SESSION_CACHE`
7575
* 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
8383
* 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.
8484

8585

86-
### Deprecated Enterprise Functionality
86+
### Deprecated Build Variables
8787

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:
8989

9090
* `HTTP_ENDPOINT`
9191
* Description: Add configuration properties for an HTTP endpoint.

0 commit comments

Comments
 (0)