Skip to content

Commit 9567dc5

Browse files
kabicinkabicin
authored and
kabicin
committed
Revert changes from main
1 parent 983028a commit 9567dc5

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

Diff for: README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- [Open Liberty Images](#open-liberty-images)
44
- [Container Images](#container-images)
55
- [Building an Application Image](#building-an-application-image)
6-
- [Build Variables](#build-variables)
6+
- [Enterprise Functionality](#enterprise-functionality)
77
- [Security](#security)
88
- [OpenJ9 Shared Class Cache (SCC)](#openj9-shared-class-cache-scc)
99
- [Logging](#logging)
@@ -64,11 +64,11 @@ remoteRepo.user=operator
6464
remoteRepo.password={aes}KM8dhwcv892Ss1sawu9R+
6565
```
6666

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

69-
## Build Variables
69+
## Enterprise Functionality
7070

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

7373
* `TLS` (`SSL` is deprecated)
7474
* Description: Enable Transport Security in Liberty by adding the `transportSecurity-1.0` feature (includes support for SSL).
@@ -79,9 +79,9 @@ This section describes the optional build variables that can be enabled via the
7979
* `VERBOSE`
8080
* 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.
8181

82-
### Deprecated Build Variables
82+
### Deprecated Enterprise Functionality
8383

84-
The following container image build variables are now **deprecated**. You should **stop** using them. They are still available in `full` but not available in `kernel-slim`. They have been removed from the Open Liberty images based on Java 21 and above:
84+
The following enterprise functionalities are now **deprecated**. You should **stop** using them. They are still available in `full` but not available in `kernel-slim`. They have been removed from the Open Liberty images based on Java 21 and above.:
8585

8686
* `HTTP_ENDPOINT`
8787
* Description: Add configuration properties for an HTTP endpoint.

Diff for: docs/icr-images.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ibmcloud cr images --restrict appcafe/open-liberty
3131

3232
## Latest version
3333

34-
The following tags include the most recent Open Liberty version: `25.0.0.2`
34+
The following tags include the most recent Open Liberty version: `25.0.0.1`
3535

3636
```
3737
kernel-slim-java21-openj9-ubi-minimal
@@ -57,20 +57,20 @@ The `beta` tag includes all the features and capabilities from the most recent r
5757
beta
5858
```
5959

60-
## 25.0.0.2
60+
## 25.0.0.1
6161

6262
```
63-
25.0.0.2-kernel-slim-java21-openj9-ubi-minimal
64-
25.0.0.2-kernel-slim-java17-openj9-ubi
65-
25.0.0.2-kernel-slim-java11-openj9-ubi
66-
25.0.0.2-kernel-slim-java8-openj9-ubi
67-
25.0.0.2-kernel-slim-java8-ibmjava-ubi
63+
25.0.0.1-kernel-slim-java21-openj9-ubi-minimal
64+
25.0.0.1-kernel-slim-java17-openj9-ubi
65+
25.0.0.1-kernel-slim-java11-openj9-ubi
66+
25.0.0.1-kernel-slim-java8-openj9-ubi
67+
25.0.0.1-kernel-slim-java8-ibmjava-ubi
6868
69-
25.0.0.2-full-java21-openj9-ubi-minimal
70-
25.0.0.2-full-java17-openj9-ubi
71-
25.0.0.2-full-java11-openj9-ubi
72-
25.0.0.2-full-java8-openj9-ubi
73-
25.0.0.2-full-java8-ibmjava-ubi
69+
25.0.0.1-full-java21-openj9-ubi-minimal
70+
25.0.0.1-full-java17-openj9-ubi
71+
25.0.0.1-full-java11-openj9-ubi
72+
25.0.0.1-full-java8-openj9-ubi
73+
25.0.0.1-full-java8-ibmjava-ubi
7474
```
7575

7676
## 24.0.0.12

0 commit comments

Comments
 (0)