This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 004a45f Mention Panama there
004a45f is described below
commit 004a45f45c50f5cff765159c200e0ce339d0e972
Author: remm <[email protected]>
AuthorDate: Thu Dec 9 10:28:48 2021 +0100
Mention Panama there
Having to use tomcat-native there can often be a big problem, so look
ahead.
---
modules/stuffed/Dockerfile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/modules/stuffed/Dockerfile b/modules/stuffed/Dockerfile
index acb6c89..22fc34d 100644
--- a/modules/stuffed/Dockerfile
+++ b/modules/stuffed/Dockerfile
@@ -15,6 +15,8 @@
# limitations under the License.
FROM openjdk:8-jre
+# FROM openjdk:11-jre
+# FROM openjdk:17-jdk
VOLUME /tmp
USER root
@@ -37,6 +39,8 @@ ENV JAVA_OPTS="-Dcatalina.base=.
-Djava.security.egd=file:/dev/urandom"
# Add JULI logging configuration
ENV JAVA_OPTS="${JAVA_OPTS}
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
-Djava.util.logging.config.file=conf/logging.properties"
+# OpenSSL integration for Java 17
+#ENV JAVA_OPTS="${JAVA_OPTS} --enable-native-access=ALL-UNNAMED --add-modules
jdk.incubator.foreign"
RUN sh -c 'touch app.jar'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]