7.13.4-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2021-07-20 16:08:56 +00:00
parent f205f5cae9
commit 05d5f451d3
3 changed files with 5 additions and 5 deletions

View File

@ -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.3-0" --checksum 54f50a55fab682d62494ce4dd066f5a290066b162d7e99cf32d9f3fdffbd4a34
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "logstash" "7.13.4-0" --checksum ba266a2aee6eedca9a7d84235b7d6c8095717231ce654728a19be7d30e61ac0f
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.13.0-0" --checksum fd7257c2736164d02832dbf72e2c1ed9d875bf3e32f0988520796bc503330129
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.3-debian-10-r11" \
BITNAMI_IMAGE_VERSION="7.13.4-debian-10-r0" \
JAVA_HOME="/opt/bitnami/java" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/logstash/bin:/opt/bitnami/common/bin:$PATH"

View File

@ -15,9 +15,9 @@
},
"logstash": {
"arch": "amd64",
"digest": "54f50a55fab682d62494ce4dd066f5a290066b162d7e99cf32d9f3fdffbd4a34",
"digest": "ba266a2aee6eedca9a7d84235b7d6c8095717231ce654728a19be7d30e61ac0f",
"distro": "debian-10",
"type": "NAMI",
"version": "7.13.3-0"
"version": "7.13.4-0"
}
}

View File

@ -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.3`, `7.13.3-debian-10-r11`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.13.3-debian-10-r11/7/debian-10/Dockerfile)
* [`7`, `7-debian-10`, `7.13.4`, `7.13.4-debian-10-r0`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.13.4-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).