Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions templates/jlink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ DISCLAIMER: This template requires OpenShift to be able to resolve ImageStreams,

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

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

1. Pull the Tech-Preview image

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

For podman, add the following to `~/.config/containers/registries.conf`:

[[registry]]
location = "default-route-openshift-image-registry.apps-crc.testing"
insecure = true

5. Log into the OpenShift registry, e.g.

REGISTRY_AUTH_PREFERENCE=docker oc registry login

or

oc registry login

6. tag and push the dev image into it. The OpenShift console gives you the
exact URI for your instance

Expand Down
Loading