forked from martin-vi/deegree-docker
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get -yq install zip | |
LABEL maintainer="Torsten Friebe <[email protected]>" | ||
|
||
# set deegree version | ||
ARG DEEGREE_VERSION=3.5.2 | ||
ARG DEEGREE_VERSION=3.5.4 | ||
ENV DEEGREE_WORKSPACE_ROOT=/root/.deegree | ||
ENV CATALINA_OPTS="-Djavax.xml.transform.TransformerFactory=net.sf.saxon.TransformerFactoryImpl -Dlog.dir=$CATALINA_HOME/logs" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,9 +19,9 @@ FROM tomcat:10.1.12-jdk17 AS runner | |
|
||
LABEL maintainer="Torsten Friebe <[email protected]>" | ||
|
||
ENV DEEGREE_WORKSPACE_ROOT=/root/.deegree | ||
ENV CATALINA_OPTS="-Djavax.xml.transform.TransformerFactory=net.sf.saxon.TransformerFactoryImpl -Dlog.dir=$CATALINA_HOME/logs" | ||
ENV JAVA_OPTS="--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.desktop/javax.imageio.spi=ALL-UNNAMED --add-exports=java.desktop/com.sun.imageio.spi=ALL-UNNAMED --add-exports java.desktop/sun.swing=ALL-UNNAMED --add-exports java.desktop/sun.awt=ALL-UNNAMED" | ||
ENV DEEGREE_WORKSPACE_ROOT=/root/.deegree | ||
VOLUME $DEEGREE_WORKSPACE_ROOT | ||
WORKDIR /usr/local/tomcat/webapps/ | ||
# copy deegree war file from builder | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters