docker-alpine-tomcat icon indicating copy to clipboard operation
docker-alpine-tomcat copied to clipboard

Apache Tomcat 7/8 using Oracle Java 7/8 with GLIBC 2.21 over Alpine with unlimited JCE patch applied

Results 3 docker-alpine-tomcat issues
Sort by recently updated
recently updated
newest added

The last commit seems to be 2 years old and the Tomcat version mentioned is 8.5.3. The latest version [at the time of writing] is [8.5.29](https://tomcat.apache.org/tomcat-8.5-doc/changelog.html#Tomcat_8.5.29_(markt)). Can we upgrade the...

FROM davidcaste/alpine-java-unlimited-jce:jre8 MAINTAINER David Castellanos ENV TOMCAT_MAJOR=8 \ TOMCAT_VERSION=8.5.3 \ TOMCAT_HOME=/opt/tomcat \ CATALINA_HOME=/opt/tomcat \ CATALINA_OUT=/dev/null RUN apk upgrade --update && \ apk add --update curl && \ curl -jksSL -o...