-
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.
Publish 3.6.0-pre2 pre release version (early access)
- Loading branch information
Showing
1 changed file
with
6 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,12 @@ LABEL maintainer="deegree TMC <[email protected]>" \ | |
org.opencontainers.image.revision=$VCS_REF | ||
|
||
# set deegree version | ||
ARG DEEGREE_VERSION=3.6.0-pre1 | ||
ARG DEEGREE_VERSION=3.6.0-pre2 | ||
|
||
# API key to use; if empty will not change API key | ||
ENV DEEGREE_API_KEY= | ||
ENV DEEGREE_CONSOLE_PWD= | ||
|
||
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/com.sun.imageio.spi=ALL-UNNAMED --add-opens java.desktop/javax.imageio.spi=ALL-UNNAMED --add-exports java.desktop/sun.awt=ALL-UNNAMED --add-exports java.desktop/com.sun.imageio.spi=ALL-UNNAMED --add-exports java.desktop/sun.swing=ALL-UNNAMED --add-opens java.desktop/javax.imageio.spi=ALL-UNNAMED" | ||
|