Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 834 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 834 Bytes

Alpine Tomcat

This is a Docker image for running Tomcat on Alpine Linux. Continued from davidcaste/docker-alpine-tomcat but using Eclipse Temurin instead of OpenJDK.

Usage

Image is available on Docker Hub and GitHub Container Registry. Using cyb3rjak3/alpine-tomcat and ghcr.io/cyb3rjak3/alpine-tomcat respectively.

Version tag is template of <JAVA_VERSION>-<JAVA_RUNTIME>-<TOMCAT_VERSION> where JAVA_VERSION is the version of Java, JAVA_RUNTIME is the runtime used (either jre or jdk) and TOMCAT_VERSION is the version of Tomcat.

Java Version: 11, 17, 20 Java Runtime: jdk, jre Tomcat Version: 10.1.8 - 10.1.17