parent
eed07a9880
commit
521b5347ea
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/minideb-extras:jessie-r32
|
||||
FROM bitnami/minideb-extras:jessie-r33
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
|
|
@ -8,7 +8,7 @@ RUN ln -sf /opt/bitnami/tomcat/data /app
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="tomcat" \
|
||||
BITNAMI_IMAGE_VERSION="9.0.7-r4" \
|
||||
BITNAMI_IMAGE_VERSION="9.0.7-r5" \
|
||||
JAVA_OPTS="-Djava.awt.headless=true -XX:+UseG1GC -Dfile.encoding=UTF-8" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/tomcat/bin:$PATH" \
|
||||
TOMCAT_AJP_PORT_NUMBER="8009" \
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ $ docker-compose up -d
|
|||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`9.0`, `9.0.7-r4` (9.0/Dockerfile)](https://github.com/bitnami/bitnami-docker-tomcat/blob/9.0.7-r4/9.0/Dockerfile)
|
||||
- [`9.0`, `9.0.7-r5` (9.0/Dockerfile)](https://github.com/bitnami/bitnami-docker-tomcat/blob/9.0.7-r5/9.0/Dockerfile)
|
||||
- [`8.5`, `8.5.30-r3`, `latest` (8.5/Dockerfile)](https://github.com/bitnami/bitnami-docker-tomcat/blob/8.5.30-r3/8.5/Dockerfile)
|
||||
- [`8.0`, `8.0.51-r4` (8.0/Dockerfile)](https://github.com/bitnami/bitnami-docker-tomcat/blob/8.0.51-r4/8.0/Dockerfile)
|
||||
- [`7`, `7.0.86-r4` (7/Dockerfile)](https://github.com/bitnami/bitnami-docker-tomcat/blob/7.0.86-r4/7/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue