You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,10 @@ This test suite is designed to be executed against current versions of Red Hat's
9
9
| UBI 8 | 8 |[openjdk-8](https://catalog.redhat.com/software/containers/ubi8/openjdk-8/5dd6a48dbed8bd164a09589a)|
10
10
| UBI 8 | 11 |[openjdk-11](https://catalog.redhat.com/software/containers/ubi8/openjdk-11/5dd6a4b45a13461646f677f4)|
11
11
| UBI 8 | 17 |[openjdk-17](https://catalog.redhat.com/software/containers/ubi8/openjdk-17/618bdbf34ae3739687568813)|
12
+
| UBI 8 | 21 | TBD |
12
13
| UBI 9 | 11 |[openjdk-11](https://catalog.redhat.com/software/containers/ubi9/openjdk-11/61ee7bafed74b2ffb22b07ab)|
13
14
| UBI 9 | 17 |[openjdk-17](https://catalog.redhat.com/software/containers/ubi9/openjdk-17/61ee7c26ed74b2ffb22b07f6)|
15
+
| UBI 9 | 21 | TBD |
14
16
**Note**: `OpenJDK runtime images are not currently supported by this test suite.`
15
17
16
18
***
@@ -31,6 +33,7 @@ To execute the test suite by hand against a defined version of Red Hat's OpenJDK
31
33
*`MAVEN_HOME=/usr/bin/ mvn clean test -P 8 -P smoke -Dmaven.home=/usr/bin/`
32
34
*`MAVEN_HOME=/usr/bin/ mvn clean test -P 11 -P smoke -Dmaven.home=/usr/bin/`
33
35
*`MAVEN_HOME=/usr/bin/ mvn clean test -P 17 -P smoke -Dmaven.home=/usr/bin/`
36
+
*`MAVEN_HOME=/usr/bin/ mvn clean test -P 21 -P smoke -Dmaven.home=/usr/bin/`
34
37
35
38
Notice this will execute the test for OpenJDK version 8, 11, or 17. These are the only versions that are supported for testing. To simplify the test execution a `run.sh` has been added. This is the preferred approach to executing tests against the UBI 8 and UBI 9 images.
36
39
@@ -39,6 +42,7 @@ For UBI 8 and UBI 9 images it is recommended to use the bash script for the exec
0 commit comments