10.0.5-debian-10-r15 release
This commit is contained in:
parent
c91253a6f9
commit
6472ff30ad
|
|
@ -10,15 +10,15 @@ ENV HOME="/" \
|
|||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libc6 libssl1.1 procps tar zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.10-0" --checksum 68b909cfb5c98625e7d0db5c6eb82a34eca9b8940ada38b7eaa0c238bb510b57
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tomcat" "10.0.5-1" --checksum 03d65bd2fb169d8a78e92a44b8e23e1c967a2b1b63f7643d327a60d6abacf798
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.11-0" --checksum 8cf28afc1090b0fec1ad841012ead25b59d2d5f4212742c3d62e6007ef57850b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tomcat" "10.0.5-2" --checksum 03746390efe687fa160009418adf8e76838d483d209173cdb2d7140fa52d2a73
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/tomcat/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="tomcat" \
|
||||
BITNAMI_IMAGE_VERSION="10.0.5-debian-10-r14"
|
||||
BITNAMI_IMAGE_VERSION="10.0.5-debian-10-r15"
|
||||
|
||||
EXPOSE 8080 8443
|
||||
|
||||
|
|
|
|||
|
|
@ -8,16 +8,16 @@
|
|||
},
|
||||
"java": {
|
||||
"arch": "amd64",
|
||||
"digest": "68b909cfb5c98625e7d0db5c6eb82a34eca9b8940ada38b7eaa0c238bb510b57",
|
||||
"digest": "8cf28afc1090b0fec1ad841012ead25b59d2d5f4212742c3d62e6007ef57850b",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "11.0.10-0"
|
||||
"version": "11.0.11-0"
|
||||
},
|
||||
"tomcat": {
|
||||
"arch": "amd64",
|
||||
"digest": "03d65bd2fb169d8a78e92a44b8e23e1c967a2b1b63f7643d327a60d6abacf798",
|
||||
"digest": "03746390efe687fa160009418adf8e76838d483d209173cdb2d7140fa52d2a73",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "10.0.5-1"
|
||||
"version": "10.0.5-2"
|
||||
}
|
||||
}
|
||||
|
|
@ -212,6 +212,7 @@ ensure_web_server_app_configuration_exists() {
|
|||
| --apache-before-vhost-configuration \
|
||||
| --apache-allow-override \
|
||||
| --apache-extra-directory-configuration \
|
||||
| --apache-proxy-address \
|
||||
| --apache-move-htaccess \
|
||||
)
|
||||
apache_args+=("${1//apache-/}" "${2:?missing value}")
|
||||
|
|
|
|||
|
|
@ -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.5`, `10.0.5-debian-10-r14` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-tomcat/blob/10.0.5-debian-10-r14/10/debian-10/Dockerfile)
|
||||
* [`10`, `10-debian-10`, `10.0.5`, `10.0.5-debian-10-r15` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-tomcat/blob/10.0.5-debian-10-r15/10/debian-10/Dockerfile)
|
||||
* [`9.0`, `9.0-debian-10`, `9.0.45`, `9.0.45-debian-10-r15`, `latest` (9.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-tomcat/blob/9.0.45-debian-10-r15/9.0/debian-10/Dockerfile)
|
||||
* [`8.5`, `8.5-debian-10`, `8.5.65`, `8.5.65-debian-10-r13` (8.5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-tomcat/blob/8.5.65-debian-10-r13/8.5/debian-10/Dockerfile)
|
||||
* [`7`, `7-debian-10`, `7.0.108`, `7.0.108-debian-10-r72` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-tomcat/blob/7.0.108-debian-10-r72/7/debian-10/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue