Skip to content

Commit b474239

Browse files
committed
Merge changes from upstream
2 parents 7793e2a + 8e77d86 commit b474239

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/jlink/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ prepare UBI9 OpenJDK ImageStreams with `jlink-dev` support.
4343
6. tag and push the dev image into it. The OpenShift console gives you the
4444
exact URI for your instance
4545

46-
podman tag openjdk-tech-preview/openjdk-21-jlink-rhel9:1.18 default-route-openshift-image-registry.apps-crc.testing/$PROJECT/openjdk-21-jlink-tech-preview:1.18
47-
podman push default-route-openshift-image-registry.apps-crc.testing/$PROJECT/openjdk-21-jlink-tech-preview:1.18
46+
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
47+
podman push default-route-openshift-image-registry.apps-crc.testing/$PROJECT/openjdk-21-jlink-tech-preview:latest
4848

4949
## Stage 1: Load the template into OpenShift and instantiate it
5050

@@ -67,7 +67,7 @@ Some suitable test values for the parameters are
6767
* SERVICE_PORT: 8080
6868

6969
oc process \
70-
-p JDK_VERSION=17 \
70+
-p JDK_VERSION=21 \
7171
-p APP_URI=https://github.com/jboss-container-images/openjdk-test-applications \
7272
-p REF=master \
7373
-p CONTEXT_DIR=quarkus-quickstarts/getting-started-3.9.2-uberjar \

0 commit comments

Comments
 (0)