File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -328,10 +328,3 @@ Feature: Openshift OpenJDK S2I tests
328
328
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from OPENJDK-1549 with env
329
329
| variable | value |
330
330
| MAVEN_ARGS | validate |
331
-
332
- Scenario : Ensure that run-env.sh placed in the JAVA_APP_DIR is sourced in the run script before launching java
333
- Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from quarkus-quickstarts/getting-started-3.0.1.Final-nos2i
334
- | variable | value |
335
- | S2I_SOURCE_DATA_DIR | ./ |
336
- | S2I_TARGET_DATA_DIR | /deployments |
337
- Then container log should contain INFO exec -a "someUniqueString" java
Original file line number Diff line number Diff line change
1
+ @ubi8/openjdk-11
2
+ @ubi8/openjdk-17
3
+ @ubi8/openjdk-21
4
+ Feature : Openshift OpenJDK S2I tests (Quarkus-based )
5
+ Scenario : Ensure that run-env.sh placed in the JAVA_APP_DIR is sourced in the run script before launching java
6
+ Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from quarkus-quickstarts/getting-started-3.0.1.Final-nos2i
7
+ | variable | value |
8
+ | S2I_SOURCE_DATA_DIR | ./ |
9
+ | S2I_TARGET_DATA_DIR | /deployments |
10
+ Then container log should contain INFO exec -a "someUniqueString" java
You can’t perform that action at this time.
0 commit comments