Skip to content

Files

Latest commit

71ddacc · Oct 15, 2021

History

History

tomcat

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Tomcat

Quick reference

Build reference

  1. Build images and push:
docker buildx build -t "openeuler/tomcat:$VERSION" --platform linux/amd64,linux/arm64 . --push

We are using buildx in here to generate multi-arch images, see more in Docker Buildx

  1. Run:
docker run -d openeuler/tomcat:9.0.10-20.03-lts-sp1

Supported tags and respective Dockerfile links

  • 9.0.10-20.03-lts-sp1: tomcat v9.0.10, openEuler 20.03 LTS SP1

Operating System

Linux/Unix, ARM64 or x86-64 architecture.