Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 3.08 KB

README.md

File metadata and controls

24 lines (19 loc) · 3.08 KB

jdkContainerOsTests

This repository holds the collection of tests run against Red Hat's Build of OpenJDK Containers on different versions of Red Hat Enterprise Linux (RHEL). The supported version of RHEL are 7.9, 8.8 and 9.2

Supported Containers:

Operating System version OpenJDK Version Runtime of Full JDK Link to Container
Rhel 7 8 Full JDK openjdk18-openshift
Rhel 7 11 Full JDK openjdk-11-rhel7
UBI 8 8 Full JDK openjdk-8
UBI 8 11 Full JDK openjdk-11
UBI 8 17 Full JDK openjdk-17
UBI 8 8 Runtime openjdk-8-runtime
UBI 8 11 Runtime openjdk-11-runtime
UBI 8 17 Runtime openjdk-17-runtime
UBI 9 11 Full JDK openjdk-11
UBI 9 17 Full JDK openjdk-17
UBI 9 11 Runtime openjdk-11-runtime
UBI 9 17 Runtime openjdk-17-runtime

How to run the container testsuite.

TODO