7.6.1-debian-10-r8 release

This commit is contained in:
Bitnami Bot
2020-03-11 23:20:35 +00:00
parent 8d44594e13
commit a4b163086e
2 changed files with 4 additions and 4 deletions

View File

@@ -11,16 +11,16 @@ COPY prebuildfs /
RUN install_packages ca-certificates curl libc6 libgcc1 procps sudo unzip zlib1g
RUN . ./libcomponent.sh && component_unpack "logstash" "7.6.1-0" --checksum e7f3eb4734b7ccc6ba0297a1b48bc3c321b254ce73c722d29b94a74f2a2b752b
RUN . ./libcomponent.sh && component_unpack "java" "1.8.242-0" --checksum 3a70f3d1c3cd9bc6ec581b2a10373a2b323c0b9af40402ce8d19aeb0b3d02400
RUN . ./libcomponent.sh && component_unpack "gosu" "1.11.0-3" --checksum c18bb8bcc95aa2494793ed5a506c4d03acc82c8c60ad061d5702e0b4048f0cb1
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN useradd -r -u 1001 -g root logstash
RUN /build/install-gosu.sh
COPY rootfs /
RUN /postunpack.sh
ENV BITNAMI_APP_NAME="logstash" \
BITNAMI_IMAGE_VERSION="7.6.1-debian-10-r7" \
PATH="/opt/bitnami/logstash/bin:/opt/bitnami/java/bin:$PATH"
BITNAMI_IMAGE_VERSION="7.6.1-debian-10-r8" \
PATH="/opt/bitnami/logstash/bin:/opt/bitnami/java/bin:/opt/bitnami/gosu/bin:$PATH"
EXPOSE 8080

View File

@@ -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/containers/how-to/understand-rolling-tags-containers/).
* [`7-debian-10`, `7.6.1-debian-10-r7`, `7`, `7.6.1`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.6.1-debian-10-r7/7/debian-10/Dockerfile)
* [`7-debian-10`, `7.6.1-debian-10-r8`, `7`, `7.6.1`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.6.1-debian-10-r8/7/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/logstash GitHub repo](https://github.com/bitnami/bitnami-docker-logstash).