You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/jlink/README.md
+18-8Lines changed: 18 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ you need:
7
7
2. UBI9 OpenJDK ImageStreams that include `jlink-dev` changes (see below)
8
8
3. The template [jlinked-app.yaml](jlinked-app.yaml).
9
9
10
+
DISCLAIMER: This template requires OpenShift to be able to resolve ImageStreams, as such it can only be used in projects where the openshift.io/run-level label set to 0 or 1. This means it cannot be used with default, kube-public, kube-system, openshift, openshift-infra, openshift-node, and other system-created projects.
11
+
10
12
## Stage 0: UBI9 OpenJDK ImageStreams with jlink-dev changes
11
13
12
14
Until the `jlink-dev` work is merged, prior to trying out the template, we must first
5. tag and push the dev image into it. The OpenShift console gives you the
43
+
6. tag and push the dev image into it. The OpenShift console gives you the
38
44
exact URI for your instance
39
45
40
-
docker tag openjdk-tech-preview/openjdk-21-jlink-rhel9:latest default-route-openshift-image-registry.apps-crc.testing/jlink1/openjdk-21-jlink-tech-preview:latest
podman tag openjdk-tech-preview/openjdk-21-jlink-rhel9:latest default-route-openshift-image-registry.apps-crc.testing/$PROJECT/openjdk-21-jlink-tech-preview:latest
0 commit comments