File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,17 @@ DISCLAIMER: This template requires OpenShift to be able to resolve ImageStreams,
1414Until the ` jlink-dev ` work is merged, prior to trying out the template, we must first
1515prepare UBI9 OpenJDK ImageStreams with ` jlink-dev ` support.
1616
17- 1 . Build a suitable OpenJDK container image from [ this
18- repository] ( https://github.com/jboss-container-images/openjdk ) ,
19- branch ` jlink-dev ` . e.g.
17+ 1.a. 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.b. Build a suitable OpenJDK container image from [ this
26+ repository] ( https://github.com/jboss-container-images/openjdk ) ,
27+ branch ` jlink-dev ` . e.g.
2028
2129 cekit --descriptor ubi9-openjdk-21.yaml build podman
2230
You can’t perform that action at this time.
0 commit comments