Skip to content

Commit 917c545

Browse files
authored
Update README.md: suggest pulling TP image
1 parent d4479a7 commit 917c545

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

templates/jlink/README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,17 @@ DISCLAIMER: This template requires OpenShift to be able to resolve ImageStreams,
1414
Until the `jlink-dev` work is merged, prior to trying out the template, we must first
1515
prepare 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

0 commit comments

Comments
 (0)