@@ -14,9 +14,16 @@ DISCLAIMER: This template requires OpenShift to be able to resolve ImageStreams,
14
14
Whilst the ` jlink-dev ` feature is in Tech Preview, we must prepare separate
15
15
UBI9 OpenJDK ImageStreams with ` jlink-dev ` support.
16
16
17
- 1 . Obtain a suitable OpenJDK container image with Jlink integration.
18
- Either download [ the Tech Preview Image] ( https://catalog.redhat.com/software/containers/openjdk-tech-preview/openjdk-21-jlink-rhel9/678e61ffd77a3837d6962f3f? ) ,
19
- or build your own from [ this repository] ( https://github.com/jboss-container-images/openjdk ) ,
17
+ 1 . Pull the Tech-Preview image
18
+
19
+ podman pull registry.access.redhat.com/openjdk-tech-preview/openjdk-21-jlink-rhel9:latest
20
+ podman tag registry.access.redhat.com/openjdk-tech-preview/openjdk-21-jlink-rhel9:latest \
21
+ openjdk-tech-preview/openjdk-21-jlink-rhel9:latest
22
+
23
+ OR
24
+
25
+ 1 . Build a suitable OpenJDK container image from [ this
26
+ repository] ( https://github.com/jboss-container-images/openjdk ) ,
20
27
branch ` jlink-dev ` . e.g.
21
28
22
29
cekit --descriptor ubi9-openjdk-21.yaml build podman
@@ -70,18 +77,18 @@ Process it to create the needed objects. You can list the parameters using
70
77
Some suitable test values for the parameters are
71
78
72
79
* JDK_VERSION: 21
73
- * APP_URI: https://github.com/jboss-container-images /openjdk-test-applications
80
+ * APP_URI: https://github.com/rh-openjdk /openjdk-container -test-applications
74
81
* REF: master
75
- * CONTEXT_DIR: quarkus-quickstarts/getting-started-3.9 .2-uberjar
82
+ * CONTEXT_DIR: quarkus-quickstarts/getting-started-3.21 .2-uberjar
76
83
* APPNAME: quarkus-quickstart
77
84
* TARGET_PORT: 8080
78
85
* SERVICE_PORT: 8080
79
86
80
87
oc process \
81
88
-p JDK_VERSION=21 \
82
- -p APP_URI=https://github.com/jboss-container-images /openjdk-test-applications \
89
+ -p APP_URI=https://github.com/rh-openjdk /openjdk-container -test-applications \
83
90
-p REF=master \
84
- -p CONTEXT_DIR=quarkus-quickstarts/getting-started-3.9 .2-uberjar \
91
+ -p CONTEXT_DIR=quarkus-quickstarts/getting-started-3.21 .2-uberjar \
85
92
-p APPNAME=quarkus-quickstart \
86
93
-p TARGET_PORT=8080 \
87
94
-p SERVICE_PORT=8080 \
0 commit comments