File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 5
5
#
6
6
FROM ubuntu:focal
7
7
8
- LABEL name="Silverpeas Build" description="An image to build a Silverpeas project" vendor="Silverpeas" version=6.2 build=2
8
+ LABEL name="Silverpeas Build" description="An image to build a Silverpeas project" vendor="Silverpeas" version=6.2 build=3
9
9
MAINTAINER Miguel Moquillon "miguel.moquillon@silverpeas.org"
10
10
11
11
ENV TERM=xterm
@@ -95,6 +95,9 @@ ENV LC_ALL ${DEFAULT_LOCALE}
95
95
ENV MAVEN_HOME /usr/share/maven
96
96
ENV JAVA_HOME /usr/lib/jvm/java-${JAVA_VERSION}-openjdk-amd64
97
97
98
+ # Ensure signals are forwarded to the JVM process correctly for graceful shutdown
99
+ ENV LAUNCH_JBOSS_IN_BACKGROUND true
100
+
98
101
USER silverbuild
99
102
100
103
# The GPG and SSL keys to use for respectively signing and then deploying the built artifact to
You can’t perform that action at this time.
0 commit comments