diff --git a/bitnami/logstash/8/debian-11/Dockerfile b/bitnami/logstash/8/debian-11/Dockerfile index 15451b7b959d..1ef0573c1c93 100644 --- a/bitnami/logstash/8/debian-11/Dockerfile +++ b/bitnami/logstash/8/debian-11/Dockerfile @@ -12,7 +12,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN install_packages acl ca-certificates curl gzip libc6 procps tar zlib1g RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.15-1-1" --checksum 6d176a8b3c894c608106fee2cf10aaf3771015defb0b7e08fe60ce6c9c1cd342 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.26.1-1" --checksum 502f4119e04d7a74508a38d64cccfc332e08fe42335828129d2bf5e694fbec32 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "logstash" "8.3.2-1" --checksum 31dce620518daa7cb013dca504ad4db0ff047b0b6980efcb9f0d7165bfdc292f +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "logstash" "8.3.3-0" --checksum 5a54d84dc907e09d7b5ff6c3c175daff0486a63799cf793a57a6f7ab65d9b7e7 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-152" --checksum 0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0 RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives @@ -21,7 +21,7 @@ RUN chmod g+rwX /opt/bitnami COPY rootfs / RUN /opt/bitnami/scripts/java/postunpack.sh RUN /opt/bitnami/scripts/logstash/postunpack.sh -ENV APP_VERSION="8.3.2" \ +ENV APP_VERSION="8.3.3" \ BITNAMI_APP_NAME="logstash" \ JAVA_HOME="/opt/bitnami/java" \ PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:/opt/bitnami/logstash/bin:$PATH" diff --git a/bitnami/logstash/8/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/logstash/8/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 9cfc888c5439..377c918f5d8a 100644 --- a/bitnami/logstash/8/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/logstash/8/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -15,10 +15,10 @@ }, "logstash": { "arch": "amd64", - "digest": "31dce620518daa7cb013dca504ad4db0ff047b0b6980efcb9f0d7165bfdc292f", + "digest": "5a54d84dc907e09d7b5ff6c3c175daff0486a63799cf793a57a6f7ab65d9b7e7", "distro": "debian-11", "type": "NAMI", - "version": "8.3.2-1" + "version": "8.3.3-0" }, "yq": { "arch": "amd64", diff --git a/bitnami/logstash/README.md b/bitnami/logstash/README.md index eecd3f180ba1..58fd6b12ed1a 100644 --- a/bitnami/logstash/README.md +++ b/bitnami/logstash/README.md @@ -17,7 +17,7 @@ $ docker run --name logstash bitnami/logstash:latest ### Docker Compose ```console -$ curl -sSL https://raw.githubusercontent.com/bitnami/bitnami-docker-logstash/master/docker-compose.yml > docker-compose.yml +$ curl -sSL https://raw.githubusercontent.com/bitnami/containers/main/bitnami/logstash/docker-compose.yml > docker-compose.yml $ docker-compose up -d ``` @@ -45,10 +45,10 @@ 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/). -* [`8`, `8-debian-11`, `8.3.2`, `8.3.2-debian-11-r7`, `latest` (8/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/8.3.2-debian-11-r7/8/debian-11/Dockerfile) -* [`7`, `7-debian-11`, `7.17.5`, `7.17.5-debian-11-r11` (7/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.17.5-debian-11-r11/7/debian-11/Dockerfile) +* [`8`, `8-debian-11`, `8.3.3`, `8.3.3-debian-11-r0`, `latest` (8/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/logstash/8/debian-11/Dockerfile) +* [`7`, `7-debian-11`, `7.17.5`, `7.17.5-debian-11-r11` (7/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/logstash/7/debian-11/Dockerfile) -Subscribe to project updates by watching the [bitnami/logstash GitHub repo](https://github.com/bitnami/bitnami-docker-logstash). +Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers). ## Get this image @@ -64,10 +64,12 @@ To use a specific version, you can pull a versioned tag. You can view the [list $ docker pull bitnami/logstash:[TAG] ``` -If you wish, you can also build the image yourself. +If you wish, you can also build the image yourself by cloning the repository, changing to the directory containing the Dockerfile and executing the `docker build` command. Remember to replace the `APP`, `VERSION` and `OPERATING-SYSTEM` path placeholders in the example command below with the correct values. ```console -$ docker build -t bitnami/logstash:latest 'https://github.com/bitnami/bitnami-docker-logstash.git#master:8/debian-11' +$ git clone https://github.com/bitnami/containers.git +$ cd bitnami/APP/VERSION/OPERATING-SYSTEM +$ docker build -t bitnami/APP:latest . ``` ## Persisting your application @@ -82,7 +84,7 @@ $ docker run \ bitnami/logstash:latest ``` -You can also do this with a minor change to the [`docker-compose.yml`](https://github.com/bitnami/bitnami-docker-logstash/blob/master/docker-compose.yml) file present in this repository: +You can also do this with a minor change to the [`docker-compose.yml`](https://github.com/bitnami/containers/blob/main/bitnami/logstash/docker-compose.yml) file present in this repository: ```yaml logstash: @@ -225,17 +227,11 @@ $ docker run --name logstash bitnami/logstash:latest ## Contributing -We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/bitnami-docker-logstash/issues), or submit a [pull request](https://github.com/bitnami/bitnami-docker-logstash/pulls) with your contribution. +We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues), or submit a [pull request](https://github.com/bitnami/containers/pulls) with your contribution. ## Issues -If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/bitnami-docker-logstash/issues/new). For us to provide better support, be sure to include the following information in your issue: - -- Host OS and version -- Docker version (`docker version`) -- Output of `docker info` -- Version of this container -- The command you used to run the container, and any relevant output you saw (masking any sensitive information) +If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/containers/issues/new/choose). For us to provide better support, be sure to fill the issue template. ## License