8.5.31-r15 release
This commit is contained in:
parent
f658a103d0
commit
cb46bd57d2
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/minideb-extras:jessie-r54
|
||||
FROM bitnami/minideb-extras:jessie-r55
|
||||
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="8.5.31-r14" \
|
||||
BITNAMI_IMAGE_VERSION="8.5.31-r15" \
|
||||
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" \
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ $ docker-compose up -d
|
|||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`9.0`, `9.0.8-r14` (9.0/Dockerfile)](https://github.com/bitnami/bitnami-docker-tomcat/blob/9.0.8-r14/9.0/Dockerfile)
|
||||
- [`8.5`, `8.5.31-r14`, `latest` (8.5/Dockerfile)](https://github.com/bitnami/bitnami-docker-tomcat/blob/8.5.31-r14/8.5/Dockerfile)
|
||||
- [`8.5`, `8.5.31-r15`, `latest` (8.5/Dockerfile)](https://github.com/bitnami/bitnami-docker-tomcat/blob/8.5.31-r15/8.5/Dockerfile)
|
||||
- [`8.0`, `8.0.52-r10` (8.0/Dockerfile)](https://github.com/bitnami/bitnami-docker-tomcat/blob/8.0.52-r10/8.0/Dockerfile)
|
||||
- [`7`, `7.0.86-r25` (7/Dockerfile)](https://github.com/bitnami/bitnami-docker-tomcat/blob/7.0.86-r25/7/Dockerfile)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue