Skip to content

Commit a066715

Browse files
jmtddivyansh42
andauthored
Update redhat java builder-images.md (#50)
Replace the older RHEL7-based Red Hat OpenJDK container java images with three newer ones: one for each of JDK8, 11, and 17, preferring the latest RHEL version where possible (RHEL UBI9) and using RHEL UBI8 where there is not a RHEL9 version (JDK8). Co-authored-by: Divyanshu Agrawal <diagrawa@redhat.com>
1 parent 1a7c319 commit a066715

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

builder-images.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ Here is a non-exhaustive list of well maintained S2I builder images. Many more S
77
- `registry.access.redhat.com/devtools/go-toolset-rhel7`
88

99
- **java**
10-
- `registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift`
11-
- `registry.access.redhat.com/openjdk/openjdk-11-rhel7`
10+
- `registry.access.redhat.com/ubi8/openjdk-8`
11+
- `registry.access.redhat.com/ubi9/openjdk-11`
12+
- `registry.access.redhat.com/ubi9/openjdk-17`
1213
- `fabric8/s2i-java`
1314

1415
- **nodejs**
@@ -44,4 +45,4 @@ Here is a non-exhaustive list of well maintained S2I builder images. Many more S
4445
- `registry.access.redhat.com/dotnet/dotnet-22-rhel7`
4546
- `registry.access.redhat.com/dotnet/dotnetcore-11-rhel7`
4647

47-
*Note: The `centos` images above are also available with RHEL as a base. Just replace `centos7` with `rhel7` or `rhel8`*.
48+
*Note: The `centos` images above are also available with RHEL as a base. Just replace `centos7` with `rhel7` or `rhel8`*.

0 commit comments

Comments
 (0)