Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update redhat java builder-images from out-of-support RHEL7 versions #50

Merged
merged 2 commits into from
Mar 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions builder-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ Here is a non-exhaustive list of well maintained S2I builder images. Many more S
- `registry.access.redhat.com/devtools/go-toolset-rhel7`

- **java**
- `registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift`
- `registry.access.redhat.com/openjdk/openjdk-11-rhel7`
- `registry.access.redhat.com/ubi8/openjdk-8`
- `registry.access.redhat.com/ubi9/openjdk-11`
- `registry.access.redhat.com/ubi9/openjdk-17`
- `fabric8/s2i-java`

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

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