diff --git a/bitnami/fluentd/1/debian-11/Dockerfile b/bitnami/fluentd/1/debian-11/Dockerfile index 5e7848f1dffc..fd7c379875aa 100644 --- a/bitnami/fluentd/1/debian-11/Dockerfile +++ b/bitnami/fluentd/1/debian-11/Dockerfile @@ -9,9 +9,9 @@ ENV HOME="/" \ COPY prebuildfs / # Install required system packages and dependencies RUN install_packages acl ca-certificates curl gzip libc6 libcrypt1 libgcc-s1 libjemalloc-dev libncurses5-dev libreadline-dev libreadline8 libssl-dev libssl1.1 libstdc++6 libtinfo6 procps sqlite3 tar wget zlib1g -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ruby" "3.1.2-0" --checksum 00b238602b8c973e7a85e45f2f24bbe9cf200802ea37578e7689b3cc0a3415b7 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "fluentd" "1.14.6-1" --checksum 76f1a07c13a4fabd97fe452dce8ef135d0c23c5a69e2fdc52db5b86e290a77ad +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ruby" "3.1.2-150" --checksum 00b238602b8c973e7a85e45f2f24bbe9cf200802ea37578e7689b3cc0a3415b7 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "fluentd" "1.14.6-150" --checksum 76f1a07c13a4fabd97fe452dce8ef135d0c23c5a69e2fdc52db5b86e290a77ad RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami diff --git a/bitnami/fluentd/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/fluentd/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 48f52c6da057..ade34adb03cc 100644 --- a/bitnami/fluentd/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/fluentd/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -4,20 +4,20 @@ "digest": "76f1a07c13a4fabd97fe452dce8ef135d0c23c5a69e2fdc52db5b86e290a77ad", "distro": "debian-11", "type": "NAMI", - "version": "1.14.6-1" + "version": "1.14.6-150" }, "gosu": { "arch": "amd64", "digest": "da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b", "distro": "debian-11", "type": "NAMI", - "version": "1.14.0-0" + "version": "1.14.0-150" }, "ruby": { "arch": "amd64", "digest": "00b238602b8c973e7a85e45f2f24bbe9cf200802ea37578e7689b3cc0a3415b7", "distro": "debian-11", "type": "NAMI", - "version": "3.1.2-0" + "version": "3.1.2-150" } } \ No newline at end of file diff --git a/bitnami/fluentd/README.md b/bitnami/fluentd/README.md index 991870fc6d9e..22a0ade74710 100644 --- a/bitnami/fluentd/README.md +++ b/bitnami/fluentd/README.md @@ -34,7 +34,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/). -* [`1`, `1-debian-11`, `1.14.6`, `1.14.6-debian-11-r3`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.14.6-debian-11-r3/1/debian-11/Dockerfile) +* [`1`, `1-debian-11`, `1.14.6`, `1.14.6-debian-11-r4`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.14.6-debian-11-r4/1/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/fluentd GitHub repo](https://github.com/bitnami/bitnami-docker-fluentd).