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 ae44c5b commit 841e93eCopy full SHA for 841e93e
Dockerfile
@@ -35,7 +35,7 @@ WORKDIR /opengrok-source
35
RUN mvn -DskipTests=true -Dmaven.javadoc.skip=true -B -V package
36
RUN cp distribution/target/*.tar.gz /opengrok.tar.gz
37
38
-FROM tomcat:9-jre8
+FROM tomcat:9-jdk11
39
LABEL maintainer="[email protected]"
40
41
# install dependencies and Python tools
@@ -67,7 +67,7 @@ ENV CATALINA_HOME /usr/local/tomcat
67
ENV CATALINA_BASE /usr/local/tomcat
68
ENV CATALINA_TMPDIR /usr/local/tomcat/temp
69
ENV PATH $CATALINA_HOME/bin:$PATH
70
-ENV JRE_HOME /usr
+# ENV JRE_HOME /usr
71
ENV CLASSPATH /usr/local/tomcat/bin/bootstrap.jar:/usr/local/tomcat/bin/tomcat-juli.jar
72
73
# custom deployment to / with redirect from /source
0 commit comments