-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #155 from wultra/develop
Merge all changes for release 2022.12
- Loading branch information
Showing
30 changed files
with
200 additions
and
87 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 |
---|---|---|
@@ -1,15 +1,15 @@ | ||
FROM arm64v8/tomcat:9-jre11@sha256:cdf6a9ca2a039f9cfbf0c6546f77c0d6b3664dbdc49a4284a2dd6e84bed2defd | ||
FROM arm64v8/tomcat:9-jre11@sha256:0464902846f45cf1bbcfc52adc2be69cd53d3954569e3c709c346614f19ecad0 | ||
LABEL maintainer="[email protected]" | ||
|
||
# Prepare environment variables | ||
ENV JAVA_HOME /usr/local/openjdk-11 | ||
ENV JAVA_HOME /opt/java/openjdk | ||
ENV TOMCAT_HOME /usr/local/tomcat | ||
|
||
# Clear root context | ||
RUN rm -rf $TOMCAT_HOME/webapps/* | ||
|
||
# Copy libraries | ||
ADD ../deploy/lib/ojdbc6.jar $TOMCAT_HOME/lib/ | ||
ADD ../deploy/lib/ojdbc8.jar $TOMCAT_HOME/lib/ | ||
ADD ../deploy/lib/postgresql.jar $TOMCAT_HOME/lib/ | ||
|
||
# Deploy and run applications | ||
|
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 |
---|---|---|
@@ -1,15 +1,15 @@ | ||
FROM arm64v8/tomcat:9-jre11@sha256:cdf6a9ca2a039f9cfbf0c6546f77c0d6b3664dbdc49a4284a2dd6e84bed2defd | ||
FROM arm64v8/tomcat:9-jre11@sha256:0464902846f45cf1bbcfc52adc2be69cd53d3954569e3c709c346614f19ecad0 | ||
LABEL maintainer="[email protected]" | ||
|
||
# Prepare environment variables | ||
ENV JAVA_HOME /usr/local/openjdk-11 | ||
ENV JAVA_HOME /opt/java/openjdk | ||
ENV TOMCAT_HOME /usr/local/tomcat | ||
|
||
# Clear root context | ||
RUN rm -rf $TOMCAT_HOME/webapps/* | ||
|
||
# Copy libraries | ||
ADD ../deploy/lib/ojdbc6.jar $TOMCAT_HOME/lib/ | ||
ADD ../deploy/lib/ojdbc8.jar $TOMCAT_HOME/lib/ | ||
ADD ../deploy/lib/postgresql.jar $TOMCAT_HOME/lib/ | ||
|
||
# Deploy and run applications | ||
|
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 |
---|---|---|
@@ -1,15 +1,15 @@ | ||
FROM arm64v8/tomcat:9-jre11@sha256:cdf6a9ca2a039f9cfbf0c6546f77c0d6b3664dbdc49a4284a2dd6e84bed2defd | ||
FROM arm64v8/tomcat:9-jre11@sha256:0464902846f45cf1bbcfc52adc2be69cd53d3954569e3c709c346614f19ecad0 | ||
LABEL maintainer="[email protected]" | ||
|
||
# Prepare environment variables | ||
ENV JAVA_HOME /usr/local/openjdk-11 | ||
ENV JAVA_HOME /opt/java/openjdk | ||
ENV TOMCAT_HOME /usr/local/tomcat | ||
|
||
# Clear root context | ||
RUN rm -rf $TOMCAT_HOME/webapps/* | ||
|
||
# Copy libraries | ||
ADD ../deploy/lib/ojdbc6.jar $TOMCAT_HOME/lib/ | ||
ADD ../deploy/lib/ojdbc8.jar $TOMCAT_HOME/lib/ | ||
ADD ../deploy/lib/postgresql.jar $TOMCAT_HOME/lib/ | ||
|
||
# Deploy and run applications | ||
|
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 |
---|---|---|
@@ -1,15 +1,15 @@ | ||
FROM arm64v8/tomcat:9-jre11@sha256:cdf6a9ca2a039f9cfbf0c6546f77c0d6b3664dbdc49a4284a2dd6e84bed2defd | ||
FROM arm64v8/tomcat:9-jre11@sha256:0464902846f45cf1bbcfc52adc2be69cd53d3954569e3c709c346614f19ecad0 | ||
LABEL maintainer="[email protected]" | ||
|
||
# Prepare environment variables | ||
ENV JAVA_HOME /usr/local/openjdk-11 | ||
ENV JAVA_HOME /opt/java/openjdk | ||
ENV TOMCAT_HOME /usr/local/tomcat | ||
|
||
# Clear root context | ||
RUN rm -rf $TOMCAT_HOME/webapps/* | ||
|
||
# Copy libraries | ||
ADD ../deploy/lib/ojdbc6.jar $TOMCAT_HOME/lib/ | ||
ADD ../deploy/lib/ojdbc8.jar $TOMCAT_HOME/lib/ | ||
ADD ../deploy/lib/postgresql.jar $TOMCAT_HOME/lib/ | ||
|
||
# Deploy and run applications | ||
|
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 |
---|---|---|
@@ -1,15 +1,15 @@ | ||
FROM arm64v8/tomcat:9-jre11@sha256:cdf6a9ca2a039f9cfbf0c6546f77c0d6b3664dbdc49a4284a2dd6e84bed2defd | ||
FROM arm64v8/tomcat:9-jre11@sha256:0464902846f45cf1bbcfc52adc2be69cd53d3954569e3c709c346614f19ecad0 | ||
LABEL maintainer="[email protected]" | ||
|
||
# Prepare environment variables | ||
ENV JAVA_HOME /usr/local/openjdk-11 | ||
ENV JAVA_HOME /opt/java/openjdk | ||
ENV TOMCAT_HOME /usr/local/tomcat | ||
|
||
# Clear root context | ||
RUN rm -rf $TOMCAT_HOME/webapps/* | ||
|
||
# Copy libraries | ||
ADD ../deploy/lib/ojdbc6.jar $TOMCAT_HOME/lib/ | ||
ADD ../deploy/lib/ojdbc8.jar $TOMCAT_HOME/lib/ | ||
ADD ../deploy/lib/postgresql.jar $TOMCAT_HOME/lib/ | ||
|
||
# Deploy and run applications | ||
|
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 |
---|---|---|
@@ -1,16 +1,16 @@ | ||
FROM arm64v8/tomcat:9-jre11@sha256:cdf6a9ca2a039f9cfbf0c6546f77c0d6b3664dbdc49a4284a2dd6e84bed2defd | ||
FROM arm64v8/tomcat:9-jre11@sha256:0464902846f45cf1bbcfc52adc2be69cd53d3954569e3c709c346614f19ecad0 | ||
LABEL maintainer="[email protected]" | ||
|
||
# Prepare environment variables | ||
ENV JAVA_HOME /usr/local/openjdk-11 | ||
ENV JAVA_HOME /opt/java/openjdk | ||
ENV TOMCAT_HOME /usr/local/tomcat | ||
ENV WEBFLOW_RESOURCES /opt/ext-resources | ||
|
||
# Clear root context | ||
RUN rm -rf $TOMCAT_HOME/webapps/* | ||
|
||
# Copy libraries | ||
ADD ../deploy/lib/ojdbc6.jar $TOMCAT_HOME/lib/ | ||
ADD ../deploy/lib/ojdbc8.jar $TOMCAT_HOME/lib/ | ||
ADD ../deploy/lib/postgresql.jar $TOMCAT_HOME/lib/ | ||
|
||
# Add valve for proxy with SSL termination | ||
|
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
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
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
Oops, something went wrong.