mirror of
https://github.com/bitnami/containers.git
synced 2026-02-20 06:37:24 +08:00
10.0.18-debian-10-r11 release
This commit is contained in:
@@ -24,7 +24,7 @@ RUN /opt/bitnami/scripts/java/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/tomcat/postunpack.sh
|
||||
ENV APP_VERSION="10.0.18" \
|
||||
BITNAMI_APP_NAME="tomcat" \
|
||||
BITNAMI_IMAGE_VERSION="10.0.18-debian-10-r10" \
|
||||
BITNAMI_IMAGE_VERSION="10.0.18-debian-10-r11" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/tomcat/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
|
||||
@@ -392,10 +392,6 @@ web_server_update_app_configuration() {
|
||||
--hosts \
|
||||
| --server-name \
|
||||
| --server-aliases \
|
||||
| --enable-http \
|
||||
| --enable-https \
|
||||
| --disable-http \
|
||||
| --disable-https \
|
||||
| --http-port \
|
||||
| --https-port \
|
||||
)
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
# 4. Environment variables set externally (i.e. current Bash context/Dockerfile/userdata)
|
||||
|
||||
# Load logging library
|
||||
# shellcheck disable=SC1090,SC1091
|
||||
. /opt/bitnami/scripts/liblog.sh
|
||||
|
||||
export BITNAMI_ROOT_DIR="/opt/bitnami"
|
||||
|
||||
@@ -44,7 +44,7 @@ Non-root container images add an extra layer of security and are generally recom
|
||||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`10`, `10-debian-10`, `10.0.18`, `10.0.18-debian-10-r10`, `latest` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-tomcat/blob/10.0.18-debian-10-r10/10/debian-10/Dockerfile)
|
||||
* [`10`, `10-debian-10`, `10.0.18`, `10.0.18-debian-10-r11`, `latest` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-tomcat/blob/10.0.18-debian-10-r11/10/debian-10/Dockerfile)
|
||||
* [`9.0`, `9.0-debian-10`, `9.0.60`, `9.0.60-debian-10-r11` (9.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-tomcat/blob/9.0.60-debian-10-r11/9.0/debian-10/Dockerfile)
|
||||
* [`8.5`, `8.5-debian-10`, `8.5.77`, `8.5.77-debian-10-r9` (8.5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-tomcat/blob/8.5.77-debian-10-r9/8.5/debian-10/Dockerfile)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user