Skip to content

Commit

Permalink
Publish 3.6.0-pre2 pre release version (early access)
Browse files Browse the repository at this point in the history
  • Loading branch information
tfr42 committed Jun 12, 2024
1 parent 188536a commit 9d4678e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion 3.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9d4678e

Please sign in to comment.