We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8598530 commit 9de7882Copy full SHA for 9de7882
tests/features/java/openjdk.feature
@@ -5,6 +5,8 @@ Feature: Container only has one OpenJDK version installed
5
@redhat-openjdk-18/openjdk18-openshift
6
@openjdk/openjdk-1.8-ubi8
7
@openj9/openj9-8-rhel8
8
+ @ubi8/openjdk-8
9
+ @ubi8/openjdk-8-runtime
10
Scenario: Check that only OpenJDK 8 is installed
11
When container is started with args
12
| arg | value |
@@ -14,6 +16,8 @@ Feature: Container only has one OpenJDK version installed
14
16
@openjdk/openjdk-11-rhel7
15
17
@openjdk/openjdk-11-ubi8
18
@openj9/openj9-11-rhel8
19
+ @ubi8/openjdk-11
20
+ @ubi8/openjdk-11-runtime
21
Scenario: Check that only OpenJDK 11 is installed
22
23
0 commit comments