File tree 1 file changed +7
-7
lines changed 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,17 +14,17 @@ DISCLAIMER: This template requires OpenShift to be able to resolve ImageStreams,
14
14
Until the ` jlink-dev ` work is merged, prior to trying out the template, we must first
15
15
prepare UBI9 OpenJDK ImageStreams with ` jlink-dev ` support.
16
16
17
- 1.a. Pull the Tech-Preview image
17
+ 1 . Pull the Tech-Preview image
18
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
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
22
23
23
OR
24
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.
25
+ 1 . Build a suitable OpenJDK container image from [ this
26
+ repository] ( https://github.com/jboss-container-images/openjdk ) ,
27
+ branch ` jlink-dev ` . e.g.
28
28
29
29
cekit --descriptor ubi9-openjdk-21.yaml build podman
30
30
You can’t perform that action at this time.
0 commit comments