Skip to content

Commit 7bb0142

Browse files
committed
Revert changes from main
1 parent 134860d commit 7bb0142

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

README.md

+6-6
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-
- [Build Variables](#build-variables)
6+
- [Optional Enterprise Functionality](#optional-enterprise-functionality)
77
- [Security](#security)
88
- [OpenJ9 Shared Class Cache (SCC)](#openj9-shared-class-cache-scc)
99
- [Logging](#logging)
@@ -65,11 +65,11 @@ remoteRepo.user=operator
6565
remoteRepo.password={aes}KM8dhwcv892Ss1sawu9R+
6666
```
6767

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

70-
## Build Variables
70+
## Optional Enterprise Functionality
7171

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

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 build variables that can be enabled via the
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 Build Variables
86+
### Deprecated Enterprise Functionality
8787

88-
The following container image build variables are now **deprecated** and will be **removed** in a future release. You should **stop** using them:
88+
The following enterprise functionalities 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.

docs/icr-images.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ibmcloud cr images --restrict appcafe/websphere-liberty
3030

3131
## Latest version
3232

33-
The following tags include the most recent WebSphere Liberty version: `25.0.0.2`
33+
The following tags include the most recent WebSphere Liberty version: `25.0.0.1`
3434

3535
```
3636
kernel-java21-openj9-ubi-minimal
@@ -48,20 +48,20 @@ full-java8-ibmjava-ubi
4848
latest
4949
```
5050

51-
## 25.0.0.2
51+
## 25.0.0.1
5252

5353
```
54-
25.0.0.2-kernel-java21-openj9-ubi-minimal
55-
25.0.0.2-kernel-java17-openj9-ubi
56-
25.0.0.2-kernel-java11-openj9-ubi
57-
25.0.0.2-kernel-java8-ibmjava-ubi
58-
25.0.0.2-kernel-java8-openj9-ubi
59-
60-
25.0.0.2-full-java21-openj9-ubi-minimal
61-
25.0.0.2-full-java17-openj9-ubi
62-
25.0.0.2-full-java11-openj9-ubi
63-
25.0.0.2-full-java8-openj9-ubi
64-
25.0.0.2-full-java8-ibmjava-ubi
54+
25.0.0.1-kernel-java21-openj9-ubi-minimal
55+
25.0.0.1-kernel-java17-openj9-ubi
56+
25.0.0.1-kernel-java11-openj9-ubi
57+
25.0.0.1-kernel-java8-ibmjava-ubi
58+
25.0.0.1-kernel-java8-openj9-ubi
59+
60+
25.0.0.1-full-java21-openj9-ubi-minimal
61+
25.0.0.1-full-java17-openj9-ubi
62+
25.0.0.1-full-java11-openj9-ubi
63+
25.0.0.1-full-java8-openj9-ubi
64+
25.0.0.1-full-java8-ibmjava-ubi
6565
```
6666

6767
## 24.0.0.12

0 commit comments

Comments
 (0)