Skip to content

[OPENJDK-3686] update jlink README with RHEC link, customer focus #575

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 29, 2025
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