Commit dda3e667 authored by Robert Butora's avatar Robert Butora
Browse files

docker: adds kestore password file and info on tomcat9-temurin-jammy pack into Dockerfile

parent b554e914
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
FROM tomcat:9-jre17-temurin-jammy
# From: https://hub.docker.com/_/tomcat/
# The default Tomcat environment in the image is:
# CATALINA_BASE:   /usr/local/tomcat
# CATALINA_HOME:   /usr/local/tomcat
# CATALINA_TMPDIR: /usr/local/tomcat/temp
# JRE_HOME:        /usr
# CLASSPATH:       /usr/local/tomcat/bin/bootstrap.jar:/usr/local/tomcat/bin/tomcat-juli.jar
# The configuration files are available in /usr/local/tomcat/conf/.

ENV CATALINA_BASE=/usr/local/tomcat
ENV CATALINA_HOME=/usr/local/tomcat
+1 −0
Original line number Diff line number Diff line
tomcatskassl