Skip to content

Commit

Permalink
fix jvm arg syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Jul 12, 2023
1 parent 224b01c commit 5aafb00
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion builds/alpine/Adobe2018.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"
#Hard Code our engine environment
ENV BOX_SERVER_APP_CFENGINE adobe@2018.0.17+330143

ENV JAVA_TOOL_OPTIONS '-Djdk.serialFilter= !org.mozilla.**;!com.sun.syndication.**;!org.apache.commons.beanutils.**; !org.jgroups.**'
ENV JAVA_TOOL_OPTIONS '-Djdk.serialFilter=!org.mozilla.**;!com.sun.syndication.**;!org.apache.commons.beanutils.**; !org.jgroups.**'

# WARM UP THE SERVER
RUN ${BUILD_DIR}/util/warmup-server.sh
2 changes: 1 addition & 1 deletion builds/alpine/Adobe2021.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"
#Hard Code our engine environment
ENV BOX_SERVER_APP_CFENGINE adobe@2021.0.7+330142

ENV JAVA_TOOL_OPTIONS '-Djdk.serialFilter= !org.mozilla.**;!com.sun.syndication.**;!org.apache.commons.beanutils.**; !org.jgroups.**'
ENV JAVA_TOOL_OPTIONS '-Djdk.serialFilter=!org.mozilla.**;!com.sun.syndication.**;!org.apache.commons.beanutils.**; !org.jgroups.**'

# WARM UP THE SERVER
RUN ${BUILD_DIR}/util/warmup-server.sh
2 changes: 1 addition & 1 deletion builds/alpine/Adobe2023.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"
#Hard Code our engine environment
ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.1+330480

ENV JAVA_TOOL_OPTIONS '-Djdk.serialFilter= !org.mozilla.**;!com.sun.syndication.**;!org.apache.commons.beanutils.**; !org.jgroups.**'
ENV JAVA_TOOL_OPTIONS '-Djdk.serialFilter=!org.mozilla.**;!com.sun.syndication.**;!org.apache.commons.beanutils.**; !org.jgroups.**'

# WARM UP THE SERVER
RUN ${BUILD_DIR}/util/warmup-server.sh
2 changes: 1 addition & 1 deletion builds/debian/Adobe2018.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"
#Hard Code our engine environment
ENV BOX_SERVER_APP_CFENGINE adobe@2018.0.17+330143

ENV JAVA_TOOL_OPTIONS '-Djdk.serialFilter= !org.mozilla.**;!com.sun.syndication.**;!org.apache.commons.beanutils.**; !org.jgroups.**'
ENV JAVA_TOOL_OPTIONS '-Djdk.serialFilter=!org.mozilla.**;!com.sun.syndication.**;!org.apache.commons.beanutils.**; !org.jgroups.**'

# WARM UP THE SERVER
RUN ${BUILD_DIR}/util/warmup-server.sh
2 changes: 1 addition & 1 deletion builds/debian/Adobe2021.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"
#Hard Code our engine environment
ENV BOX_SERVER_APP_CFENGINE adobe@2021.0.7+330142

ENV JAVA_TOOL_OPTIONS '-Djdk.serialFilter= !org.mozilla.**;!com.sun.syndication.**;!org.apache.commons.beanutils.**; !org.jgroups.**'
ENV JAVA_TOOL_OPTIONS '-Djdk.serialFilter=!org.mozilla.**;!com.sun.syndication.**;!org.apache.commons.beanutils.**; !org.jgroups.**'

# WARM UP THE SERVER
RUN ${BUILD_DIR}/util/warmup-server.sh
2 changes: 1 addition & 1 deletion builds/debian/Adobe2023.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"
#Hard Code our engine environment
ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.1+330480

ENV JAVA_TOOL_OPTIONS '-Djdk.serialFilter= !org.mozilla.**;!com.sun.syndication.**;!org.apache.commons.beanutils.**; !org.jgroups.**'
ENV JAVA_TOOL_OPTIONS '-Djdk.serialFilter=!org.mozilla.**;!com.sun.syndication.**;!org.apache.commons.beanutils.**; !org.jgroups.**'

# WARM UP THE SERVER
RUN ${BUILD_DIR}/util/warmup-server.sh
2 changes: 1 addition & 1 deletion builds/ubi9/Adobe2018.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"
#Hard Code our engine environment
ENV BOX_SERVER_APP_CFENGINE adobe@2018.0.17+330143

ENV JAVA_TOOL_OPTIONS '-Djdk.serialFilter= !org.mozilla.**;!com.sun.syndication.**;!org.apache.commons.beanutils.**; !org.jgroups.**'
ENV JAVA_TOOL_OPTIONS '-Djdk.serialFilter=!org.mozilla.**;!com.sun.syndication.**;!org.apache.commons.beanutils.**; !org.jgroups.**'

# WARM UP THE SERVER
RUN ${BUILD_DIR}/util/warmup-server.sh
2 changes: 1 addition & 1 deletion builds/ubi9/Adobe2021.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"
#Hard Code our engine environment
ENV BOX_SERVER_APP_CFENGINE adobe@2021.0.7+330142

ENV JAVA_TOOL_OPTIONS '-Djdk.serialFilter= !org.mozilla.**;!com.sun.syndication.**;!org.apache.commons.beanutils.**; !org.jgroups.**'
ENV JAVA_TOOL_OPTIONS '-Djdk.serialFilter=!org.mozilla.**;!com.sun.syndication.**;!org.apache.commons.beanutils.**; !org.jgroups.**'

# WARM UP THE SERVER
RUN ${BUILD_DIR}/util/warmup-server.sh
2 changes: 1 addition & 1 deletion builds/ubi9/Adobe2023.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"
#Hard Code our engine environment
ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.1+330480

ENV JAVA_TOOL_OPTIONS '-Djdk.serialFilter= !org.mozilla.**;!com.sun.syndication.**;!org.apache.commons.beanutils.**; !org.jgroups.**'
ENV JAVA_TOOL_OPTIONS '-Djdk.serialFilter=!org.mozilla.**;!com.sun.syndication.**;!org.apache.commons.beanutils.**; !org.jgroups.**'

# WARM UP THE SERVER
RUN ${BUILD_DIR}/util/warmup-server.sh

0 comments on commit 5aafb00

Please sign in to comment.