/tomcat9-alpine-jre12-openj9

Docker image for Tomcat 9, Alpine Linux, JRE 12, OpenJ9 JVM

Primary LanguageDockerfileApache License 2.0Apache-2.0

tomcat9-alpine-jre12-openj9

Dockerfile for creating an docker image with:

  • Tomcat 9.0.24
  • Alpine Linux 3.10
  • JRE 12.0.2
  • OpenJ9 JVM 0.15.1

License

The Dockerfile found in this project is licensed under the Apache License 2.0.

Running

docker pull nirmata/tomcat9-alpine-jre12-openj9

Extending

FROM nirmata/tomcat9-alpine-jre12-openj9

   ...

The image sets the user to tomcat. To operate as root switch the user to root before your build instructions, and then back to tomcat.

References