Apache Tomcat image based on AL2023-minimal and Custom JRE (slim)
355
A custom Apache Tomcat image optimized for enterprise-grade Java workloads, built on Amazon Linux 2023 minimal with support for dynamic runtime configuration, enhanced observability, and performance. It uses minimal jre (version 21).
Custom Base Image
Based on Amazon Linux 2023 with Corretto JDK/JRE split for optimized multi-stage builds.
Tomcat Native Integration
Compiled and included libtcnative-1.so for improved SSL and performance via APR.
JMX Exporter Support
Preconfigured Prometheus JMX Exporter for JVM metrics collection.
External Config Support
Designed to allow runtime injection of application.properties, log4j2.properties, etc., using entrypoint.sh.
Container-Optimized Logging
Logs to STDOUT/STDERR using log4j2 configuration, suitable for container log aggregation tools.
Security Hardening
server.xml configurationsFROM sidh4u/tomcat:latest
COPY configuration /configuration
COPY target/*.war /usr/local/tomcat/webapps/
ENTRYPOINT ["/entrypoint.sh"]
CMD ["catalina.sh", "run"]
Content type
Image
Digest
sha256:28c2a062b…
Size
114.2 MB
Last updated
over 1 year ago
docker pull sidh4u/tomcat