Skip to content

Bharathidasan-tech/tomcat-docker-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tomcat Docker Base Image

Apache Tomcat Docker Image (Alpine + JDK17)

A lightweight, production-ready Docker image for running Apache Tomcat 10.1.31, built on Alpine Linux Minirootfs (3.20.0-x86_64) with OpenJDK 17.

This image is designed for minimal size, faster startup, and cloud-native deployments.

Features

Multi-stage build for optimized image size

Apache Tomcat 10.1.31 pre-configured

OpenJDK 17 runtime

Based on Alpine scratch (3.20.0-x86_64)

Minimal and secure footprint

Development environment setup

Follow the steps to bring up the development environment in your local and build Docker Image.

  1. Install Git, Maven and Docker
  2. Clone the Develop branch using "git clone "
  3. Docker build command "docker build -t : -f ."

Example To build Image

docker build -t custom-tomcat-base-image:openjdk17 -f Dockerfile.from-scratch .

About

Apache Tomcat Docker Image form alpine scratch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published