-
Notifications
You must be signed in to change notification settings - Fork 60
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
[OPENJDK-2686] Jlink stage 1 - BuildConfig and Imagestream for creating a builder image with the jmods rpm installed #454
Conversation
…to run a build on each in an openshift environment
Runtime GHA test failures are likely unrelated to this PR and due to the issue under #455. |
I think we should add a dependency on an OpenJDK imageStream, the problem is we don't provide any UBI9 ones yet. We provide
I've filed https://issues.redhat.com/browse/OPENJDK-2811 to get some added. In the meantime we should probably add a rudimentary one to this branch; I've filed https://issues.redhat.com/browse/OPENJDK-2812 for that. |
This is awesome! |
Signed-off-by: Jonathan Dowland <[email protected]>
In particular explicit namespace references Signed-off-by: Jonathan Dowland <[email protected]>
Signed-off-by: Jonathan Dowland <[email protected]>
Signed-off-by: Jonathan Dowland <[email protected]>
I think it's slightly clearer (to a human) to see the template's parameters prior to the objects into which they are interpolated. Signed-off-by: Jonathan Dowland <[email protected]>
Addresses stage 1 of the planned multi-stage jlink build
The script currently works off of a local crc instance (getting oc from crc oc-env), this can probably be generalized later if needed but for local testing it should do the trick. Requires you to be logged into the crc environment (i,e, having run oc login)