tomcat
tomcat copied to clipboard
Docker Official Image packaging for Apache Tomcat
Closes #247 Adds openj9 builds of tomcat based on ibm-semeru-runtimes
Closes #281
The Amazon Corretto team offers alpine-based base images; would you take a PR to add these as another source? https://hub.docker.com/_/amazoncorretto
With the change of adopenjdk tomcat misses openj9 builds. [ibm-semeru-runtimes](https://hub.docker.com/_/ibm-semeru-runtimes) provides openj9 versions, maybe it makes sense to use this as base for the builds.
java18 released 4 weeks ago
Hi I would like to add support for SAP Machine. #256
When running as non-root, I'm getting the following error in the log: `Unable to create directory for deployment: [/usr/local/tomcat/conf/Catalina/localhost]` As this directory is not part of the Tomcat distribution, tomcat...
Attempting to run ‘unzip’ in the container results in an error. This impacts deployments that use the container for various operations involving decompressing ZIP archives.
Please considering providing a docker image that would be ready for production use. Guides https://tomcat.apache.org/tomcat-7.0-doc/security-howto.html https://www.owasp.org/index.php/Securing_tomcat Also related to using the native library https://github.com/docker-library/tomcat/issues/7
Trying to write docker file to download Tomcat for windows containers. Unfortunately, openJDK too is not available for Windows containers. Anyone, has created image for windows containers or can give...