7.13.1-debian-10-r0 release
This commit is contained in:
parent
a378e099c0
commit
f707b50b91
|
|
@ -10,14 +10,14 @@ COPY prebuildfs /
|
|||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libc6 procps tar zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.11-0" --checksum 8cf28afc1090b0fec1ad841012ead25b59d2d5f4212742c3d62e6007ef57850b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "logstash" "7.13.0-0" --checksum 074da7e4040f452c1c4e4eb578879f76ac47263833bc5286decffb6992867b8d
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "logstash" "7.13.1-0" --checksum 7ef110703058b01ed54dcd95fda4e2ce6954e01a4153560fe050b0726f01d41b
|
||||
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/logstash/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="logstash" \
|
||||
BITNAMI_IMAGE_VERSION="7.13.0-debian-10-r8" \
|
||||
BITNAMI_IMAGE_VERSION="7.13.1-debian-10-r0" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/logstash/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -15,9 +15,9 @@
|
|||
},
|
||||
"logstash": {
|
||||
"arch": "amd64",
|
||||
"digest": "074da7e4040f452c1c4e4eb578879f76ac47263833bc5286decffb6992867b8d",
|
||||
"digest": "7ef110703058b01ed54dcd95fda4e2ce6954e01a4153560fe050b0726f01d41b",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "7.13.0-0"
|
||||
"version": "7.13.1-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -177,6 +177,10 @@ web_server_reload() {
|
|||
# --apache-before-vhost-configuration - Configuration to add before the <VirtualHost> directive (no default)
|
||||
# --apache-allow-override - Whether to allow .htaccess files (only allowed when --move-htaccess is set to 'no')
|
||||
# --apache-extra-directory-configuration - Extra configuration for the document root directory
|
||||
# --apache-proxy-address - Address where to proxy requests
|
||||
# --apache-proxy-configuration - Extra configuration for the proxy
|
||||
# --apache-proxy-http-configuration - Extra configuration for the proxy HTTP vhost
|
||||
# --apache-proxy-https-configuration - Extra configuration for the proxy HTTPS vhost
|
||||
# --apache-move-htaccess - Move .htaccess files to a common place so they can be loaded during Apache startup
|
||||
# NGINX-specific flags:
|
||||
# --nginx-additional-configuration - Additional server block configuration (no default)
|
||||
|
|
@ -214,6 +218,9 @@ ensure_web_server_app_configuration_exists() {
|
|||
| --apache-allow-override \
|
||||
| --apache-extra-directory-configuration \
|
||||
| --apache-proxy-address \
|
||||
| --apache-proxy-configuration \
|
||||
| --apache-proxy-http-configuration \
|
||||
| --apache-proxy-https-configuration \
|
||||
| --apache-move-htaccess \
|
||||
)
|
||||
apache_args+=("${1//apache-/}" "${2:?missing value}")
|
||||
|
|
|
|||
|
|
@ -42,7 +42,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/).
|
||||
|
||||
|
||||
* [`7`, `7-debian-10`, `7.13.0`, `7.13.0-debian-10-r8`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.13.0-debian-10-r8/7/debian-10/Dockerfile)
|
||||
* [`7`, `7-debian-10`, `7.13.1`, `7.13.1-debian-10-r0`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.13.1-debian-10-r0/7/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/logstash GitHub repo](https://github.com/bitnami/bitnami-docker-logstash).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue