We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e84cc6d commit b3218d0Copy full SHA for b3218d0
modules/run/artifacts/opt/jboss/container/java/run/run-java.sh
@@ -4,8 +4,8 @@
4
set -eo pipefail
5
6
#These are defined explicitly here to avoid defining them in templates/jlink/Dockerfile
7
-export JBOSS_CONTAINER_UTIL_LOGGING_MODULE="/opt/jboss/container/util/logging"
8
-export JBOSS_CONTAINER_JAVA_RUN_MODULE="/opt/jboss/container/java/run"
+export JBOSS_CONTAINER_UTIL_LOGGING_MODULE="${JBOSS_CONTAINER_UTIL_LOGGING_MODULE-/opt/jboss/container/util/logging}"
+export JBOSS_CONTAINER_JAVA_RUN_MODULE="${JBOSS_CONTAINER_JAVA_RUN_MODULE-/opt/jboss/container/java/run}"
9
10
#This is moved here after deleting run-env.sh
11
# Default the application dir to the S2I deployment dir
0 commit comments