Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
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
......
tomcatskassl
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment