Skip to content

Commit ef76045

Browse files
authored
Merge pull request #575 from jmtd/jlink-README-RHEC
[OPENJDK-3686] update jlink README with RHEC link, customer focus
2 parents 772179b + c5f2d6f commit ef76045

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

templates/jlink/README.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ DISCLAIMER: This template requires OpenShift to be able to resolve ImageStreams,
1111

1212
## Stage 0: UBI9 OpenJDK ImageStreams with jlink-dev changes
1313

14-
Until the `jlink-dev` work is merged, prior to trying out the template, we must first
15-
prepare UBI9 OpenJDK ImageStreams with `jlink-dev` support.
14+
Whilst the `jlink-dev` feature is in Tech Preview, we must prepare separate
15+
UBI9 OpenJDK ImageStreams with `jlink-dev` support.
1616

1717
1. Pull the Tech-Preview image
1818

@@ -44,10 +44,20 @@ OR
4444
"insecure-registries": [ "default-route-openshift-image-registry.apps-crc.testing" ]
4545
}
4646

47+
For podman, add the following to `~/.config/containers/registries.conf`:
48+
49+
[[registry]]
50+
location = "default-route-openshift-image-registry.apps-crc.testing"
51+
insecure = true
52+
4753
5. Log into the OpenShift registry, e.g.
4854

4955
REGISTRY_AUTH_PREFERENCE=docker oc registry login
5056

57+
or
58+
59+
oc registry login
60+
5161
6. tag and push the dev image into it. The OpenShift console gives you the
5262
exact URI for your instance
5363

0 commit comments

Comments
 (0)