-
Bug
-
Resolution: Done
-
Major
-
UBI8 Containers 1.15.GA
-
None
https://github.com/jboss-openshift/cct_module/blob/master/os-java-run/added/run-java.sh#L217
is not interpreted by shell, but instead just passed as argument, so
- JAVA_APP_NAME=foo means the process name will be 'foo' (with the single quotes included
- JAVA_APP_NAME=foo bar will cause the container to crash loop with exec: bar': not found
- is cloned by
-
OPENJDK-1551 [RHEL-9] JAVA_APP_NAME breaks if contains whitespace, incorrectly wraps with quotes
- Closed
- links to
- mentioned in
-
Page Loading...