Skip to content

Commit afc4bd8

Browse files
authored
Merge pull request #680 from WASdev/main
Sync up vNext with changes from main
2 parents 73fa868 + 93d7265 commit afc4bd8

5 files changed

Lines changed: 26 additions & 42 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
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)
@@ -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-modifications.html) for more information.
68+
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.

docs/icr-images.md

Lines changed: 14 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The `latest` tag simplifies pulling the full latest Open Liberty release with th
1818

1919
Append a tag to `icr.io/appcafe/websphere-liberty` to pull a specific image. For example,
2020
```
21-
icr.io/appcafe/websphere-liberty:24.0.0.12-kernel-java17-openj9-ubi
21+
icr.io/appcafe/websphere-liberty:25.0.0.3-kernel-java17-openj9-ubi
2222
```
2323

2424
Available images can be listed using [IBM Cloud CLI](https://cloud.ibm.com/docs/cli?topic=cli-getting-started). Log in with your IBMid prior to running the following commands. Note that authentication is only required to list the images. **Images can be pulled from ICR without authentication** :
@@ -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.1`
33+
The following tags include the most recent WebSphere Liberty version: `25.0.0.3`
3434

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

51-
## 25.0.0.1
51+
## 25.0.0.3
5252

5353
```
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
54+
25.0.0.3-kernel-java21-openj9-ubi-minimal
55+
25.0.0.3-kernel-java17-openj9-ubi
56+
25.0.0.3-kernel-java11-openj9-ubi
57+
25.0.0.3-kernel-java8-ibmjava-ubi
58+
25.0.0.3-kernel-java8-openj9-ubi
59+
60+
25.0.0.3-full-java21-openj9-ubi-minimal
61+
25.0.0.3-full-java17-openj9-ubi
62+
25.0.0.3-full-java11-openj9-ubi
63+
25.0.0.3-full-java8-openj9-ubi
64+
25.0.0.3-full-java8-ibmjava-ubi
6565
```
6666

6767
## 24.0.0.12
@@ -79,19 +79,3 @@ latest
7979
24.0.0.12-full-java8-openj9-ubi
8080
24.0.0.12-full-java8-ibmjava-ubi
8181
```
82-
83-
## 24.0.0.9
84-
85-
```
86-
24.0.0.9-kernel-java21-openj9-ubi-minimal
87-
24.0.0.9-kernel-java17-openj9-ubi
88-
24.0.0.9-kernel-java11-openj9-ubi
89-
24.0.0.9-kernel-java8-ibmjava-ubi
90-
24.0.0.9-kernel-java8-openj9-ubi
91-
92-
24.0.0.9-full-java21-openj9-ubi-minimal
93-
24.0.0.9-full-java17-openj9-ubi
94-
24.0.0.9-full-java11-openj9-ubi
95-
24.0.0.9-full-java8-openj9-ubi
96-
24.0.0.9-full-java8-ibmjava-ubi
97-
```

ga/24.0.0.12/full/Dockerfile.ubi.openjdk21

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.12-kernel-java21-openj9-ubi9-minimal
15+
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.12-kernel-java21-openj9-ubi-minimal
1616
FROM $PARENT_IMAGE AS installBundle
1717

1818
ARG VERBOSE=false
@@ -36,7 +36,7 @@ RUN set -eux; \
3636
rm -rf /output/workarea /output/logs; \
3737
find /opt/ibm/wlp ! -perm -g=rw -print0 | xargs -r -0 chmod g+rw;
3838

39-
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.12-kernel-java21-openj9-ubi9-minimal
39+
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.12-kernel-java21-openj9-ubi-minimal
4040
FROM $PARENT_IMAGE
4141
ARG VERBOSE=false
4242

ga/25.0.0.3/full/Dockerfile.ubi.openjdk21

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:25.0.0.3-kernel-java21-openj9-ubi9-minimal
15+
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:25.0.0.3-kernel-java21-openj9-ubi-minimal
1616
FROM $PARENT_IMAGE AS installBundle
1717

1818
ARG VERBOSE=false
@@ -36,7 +36,7 @@ RUN set -eux; \
3636
rm -rf /output/workarea /output/logs; \
3737
find /opt/ibm/wlp ! -perm -g=rw -print0 | xargs -r -0 chmod g+rw;
3838

39-
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:25.0.0.3-kernel-java21-openj9-ubi9-minimal
39+
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:25.0.0.3-kernel-java21-openj9-ubi-minimal
4040
FROM $PARENT_IMAGE
4141
ARG VERBOSE=false
4242

ga/latest/full/Dockerfile.ubi.openjdk21

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:kernel-java21-openj9-ubi9-minimal
15+
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:kernel-java21-openj9-ubi-minimal
1616
FROM $PARENT_IMAGE AS installBundle
1717

1818
ARG VERBOSE=false
@@ -36,7 +36,7 @@ RUN set -eux; \
3636
rm -rf /output/workarea /output/logs; \
3737
find /opt/ibm/wlp ! -perm -g=rw -print0 | xargs -r -0 chmod g+rw;
3838

39-
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:kernel-java21-openj9-ubi9-minimal
39+
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:kernel-java21-openj9-ubi-minimal
4040
FROM $PARENT_IMAGE
4141
ARG VERBOSE=false
4242

0 commit comments

Comments
 (0)