Skip to content

Commit 9c94e84

Browse files
committed
Rename ubi9/openjdk21 images to reflect tech preview
1 parent 3dd45b2 commit 9c94e84

16 files changed

+23
-23
lines changed

.github/workflows/ubi9-openjdk-21-runtime.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: UBI9 OpenJDK 21 Runtime S2I Image CI
22
on: [push, pull_request]
33
env:
44
LANG: en_US.UTF-8
5-
IMAGE: ubi9-openjdk-21-runtime
5+
IMAGE: openjdk-21-jlink-rhel9-runtime
66
jobs:
77
call-openjdkci:
88
uses: ./.github/workflows/image-workflow-template.yml
99
with:
10-
image: ubi9-openjdk-21-runtime
10+
image: openjdk-21-jlink-rhel9-runtime

.github/workflows/ubi9-openjdk-21.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: UBI9 OpenJDK 21 S2I Image CI
22
on: [push, pull_request]
33
env:
44
LANG: en_US.UTF-8
5-
IMAGE: ubi9-openjdk-21
5+
IMAGE: openjdk-21-jlink-rhel9
66
jobs:
77
call-openjdkci:
88
uses: ./.github/workflows/image-workflow-template.yml
99
with:
10-
image: ubi9-openjdk-21
10+
image: openjdk-21-jlink-rhel9

modules/jlink/tests/features/jlink.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@ubi9/openjdk-17
2-
@ubi9/openjdk-21
2+
@openjdk-tech-preview/openjdk-21-jlink-rhel9
33
Feature: Openshift OpenJDK S2I tests (jlink specific)
44
Scenario: Ensure jlinked builder is used to build the containerized application image
55
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from quarkus-quickstarts/getting-started-3.0.1.Final-nos2i

redhat/ubi9-openjdk-21.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ osbs:
1010
signing_intent: release
1111
repository:
1212
name: containers/openjdk
13-
branch: openjdk-21-ubi9
13+
branch: openjdk-21-jlink-rhel9-runtime
1414

1515
packages:
1616
manager: microdnf

tests/features/java.security.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@ubi9/openjdk-11
22
@ubi9/openjdk-17
3-
@ubi9/openjdk-21
3+
@openjdk-tech-preview/openjdk-21-jlink-rhel9
44
Feature: Openshift S2I tests
55
Scenario: Check networkaddress.cache.negative.ttl has been set correctly
66
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from binary-cli-security-property

tests/features/java/java_s2i.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@ignore
33
@ubi9/openjdk-11
44
@ubi9/openjdk-17
5-
@ubi9/openjdk-21
5+
@openjdk-tech-preview/openjdk-21-jlink-rhel9
66
Feature: Openshift OpenJDK S2I tests
77
# NOTE: these tests should be usable with the other images once we have refactored the JDK scripts.
88
# These builds do not actually run maven. This is important, because the proxy

tests/features/java/java_s2i_inc.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@ubi9/openjdk-11
22
@ubi9/openjdk-17
3-
@ubi9/openjdk-21
3+
@openjdk-tech-preview/openjdk-21-jlink-rhel9
44
Feature: Openshift OpenJDK S2I tests
55

66
# test incremental builds

tests/features/java/memory.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Feature: OPENJDK-559 JVM Memory tests
3535
# Not the runtime images
3636
@ubi9/openjdk-11
3737
@ubi9/openjdk-17
38-
@ubi9/openjdk-21
38+
@openjdk-tech-preview/openjdk-21-jlink-rhel9
3939
Scenario: Ensure Maven doesn't use MaxRAMPercentage=80
4040
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from spring-boot-sample-simple
4141
Then s2i build log should match regex INFO Using MAVEN_OPTS.*-XX:MaxRAMPercentage=25.0$

tests/features/java/openjdk.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Feature: Miscellaneous OpenJDK-related unit tests
2020
Then available container log should not contain java-11
2121
Then available container log should not contain java-21
2222

23-
@ubi9/openjdk-21
24-
@ubi9/openjdk-21-runtime
23+
@openjdk-tech-preview/openjdk-21-jlink-rhel9
24+
@openjdk-tech-preview/openjdk-21-jlink-rhel9-runtime
2525
Scenario: Check that only OpenJDK 21 is installed
2626
When container is started with args
2727
| arg | value |
@@ -66,8 +66,8 @@ Feature: Miscellaneous OpenJDK-related unit tests
6666
Then available container log should not contain java-11
6767
Then available container log should not contain java-21
6868

69-
@ubi9/openjdk-21
70-
@ubi9/openjdk-21-runtime
69+
@openjdk-tech-preview/openjdk-21-jlink-rhel9
70+
@openjdk-tech-preview/openjdk-21-jlink-rhel9-runtime
7171
Scenario: Check that directories from other JDKs are not present (JDK21)
7272
When container is started with args
7373
| arg | value |

tests/features/java/openjdk_s2i.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# builder only
22
@ubi9/openjdk-11
33
@ubi9/openjdk-17
4-
@ubi9/openjdk-21
4+
@openjdk-tech-preview/openjdk-21-jlink-rhel9
55
Feature: Openshift OpenJDK-only S2I tests
66

77
@ignore

0 commit comments

Comments
 (0)