diff --git a/bitnami/logstash/7/ol-7/Dockerfile b/bitnami/logstash/7/ol-7/Dockerfile index 6e7112c89604..3d9df50b1f7c 100644 --- a/bitnami/logstash/7/ol-7/Dockerfile +++ b/bitnami/logstash/7/ol-7/Dockerfile @@ -8,13 +8,13 @@ ENV HOME="/" \ # Install required system packages and dependencies RUN install_packages glibc libgcc zlib -RUN . ./libcomponent.sh && component_unpack "logstash" "7.4.1-0" --checksum 3d2839f304a00d7cc7198c1220d4e2cbe784f5f3ba9180860186a093f14fc901 +RUN . ./libcomponent.sh && component_unpack "logstash" "7.4.2-0" --checksum 18116ea58e294ed3e16585bdd619c3e322ba11de97164ef834d5baeeef9c4d8f RUN . ./libcomponent.sh && component_unpack "java" "1.8.232-0" --checksum fbac74363c807fce14538c5f9a9232602adc7883c1c5936571c741625de2479e COPY rootfs / RUN /postunpack.sh ENV BITNAMI_APP_NAME="logstash" \ - BITNAMI_IMAGE_VERSION="7.4.1-ol-7-r8" \ + BITNAMI_IMAGE_VERSION="7.4.2-ol-7-r0" \ PATH="/opt/bitnami/logstash/bin:/opt/bitnami/java/bin:$PATH" EXPOSE 8080 diff --git a/bitnami/logstash/README.md b/bitnami/logstash/README.md index 80f4ff22245c..71ad6e180823 100644 --- a/bitnami/logstash/README.md +++ b/bitnami/logstash/README.md @@ -1,6 +1,6 @@ # What is Logstash? -Logstash is an open source, server-side data processing pipeline that ingests data from a multitude of sources simultaneously, transforms it, and then sends it to your favorite "stash." +Logstash is an open source, server-side data processing pipeline that ingests data from a multitude of sources simultaneously, transforms it, and then sends it to your favorite "stash." [https://www.elastic.co/products/logstash](https://www.elastic.co/products/logstash) # TL;DR; @@ -44,9 +44,9 @@ 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-ol-7`, `7.4.1-ol-7-r8` (7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.4.1-ol-7-r8/7/ol-7/Dockerfile) +* [`7-ol-7`, `7.4.2-ol-7-r0` (7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.4.2-ol-7-r0/7/ol-7/Dockerfile) +* [`7-centos-7`, `7.4.2-centos-7-r0` (7/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.4.2-centos-7-r0/7/centos-7/Dockerfile) * [`7-debian-9`, `7.4.1-debian-9-r6`, `7`, `7.4.1`, `7.4.1-r6`, `latest` (7/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.4.1-debian-9-r6/7/debian-9/Dockerfile) -* [`7-centos-7`, `7.4.1-centos-7-r0` (7/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.4.1-centos-7-r0/7/centos-7/Dockerfile) Subscribe to project updates by watching the [bitnami/logstash GitHub repo](https://github.com/bitnami/bitnami-docker-logstash). @@ -92,6 +92,8 @@ logstash: ... ``` +> NOTE: As this is a non-root container, the mounted files and directories must have the proper permissions for the UID `1001`. + # Connecting to other containers Using [Docker container networking](https://docs.docker.com/engine/userguide/networking/), a different server running inside a container can easily be accessed by your application containers and vice-versa.