parent
cfd4a4adaf
commit
67d4ce908a
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/minideb-extras:jessie-r23
|
||||
FROM bitnami/minideb-extras:jessie-r24
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
|
|
@ -9,7 +9,7 @@ RUN ln -sf /opt/bitnami/tomcat/data /app
|
|||
COPY rootfs /
|
||||
|
||||
ENV BITNAMI_APP_NAME="tomcat" \
|
||||
BITNAMI_IMAGE_VERSION="8.5.28-r0" \
|
||||
BITNAMI_IMAGE_VERSION="8.5.28-r1" \
|
||||
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" \
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ $ docker-compose up -d
|
|||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`9.0`, `9.0.5-r1` (9.0/Dockerfile)](https://github.com/bitnami/bitnami-docker-tomcat/blob/9.0.5-r1/9.0/Dockerfile)
|
||||
- [`8.5`, `8.5.28-r0`, `latest` (8.5/Dockerfile)](https://github.com/bitnami/bitnami-docker-tomcat/blob/8.5.28-r0/8.5/Dockerfile)
|
||||
- [`8.5`, `8.5.28-r1`, `latest` (8.5/Dockerfile)](https://github.com/bitnami/bitnami-docker-tomcat/blob/8.5.28-r1/8.5/Dockerfile)
|
||||
- [`8.0`, `8.0.50-r0` (8.0/Dockerfile)](https://github.com/bitnami/bitnami-docker-tomcat/blob/8.0.50-r0/8.0/Dockerfile)
|
||||
- [`7`, `7.0.85-r0` (7/Dockerfile)](https://github.com/bitnami/bitnami-docker-tomcat/blob/7.0.85-r0/7/Dockerfile)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue