-
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-2968] JAVA_ARGS has no effect in ubi9/openjdk-17-runtime #483
Comments
@jhuttana Please take a look at this. Thanks! |
Sure |
If I where to guess this is because the ubi9/openjdk-17 uses the source 2 image start script that has support for
But the ubi9/openjdk-17-runtime uses another start script does not have support for
|
@schedin 's analysis looks correct; We should probably move all the logic to |
Corresponding JIRA :https://issues.redhat.com/browse/OPENJDK-2968 |
According to https://jboss-container-images.github.io/openjdk/ubi9/ubi9-openjdk-17-runtime.html, it should be possible to set arguments with JAVA_ARGS in ubi9/openjdk-17-runtime, just as it works in ubi9/openjdk-17. However, JAVA_ARGS has no effect in ubi9/openjdk-17-runtime.
To reproduce:
For ubi9/openjdk-17, this produces:
For ubi9/openjdk-17-runtime, this produces:
The text was updated successfully, but these errors were encountered: