From 8e20130c7109353fb3650c6d7c1e2e9aecb01c05 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sat, 2 May 2026 21:44:34 +0200 Subject: [PATCH] [bitnami/fluentd] Release 1.19.2-debian-12-r4 (#92754) Signed-off-by: Bitnami Bot --- bitnami/fluentd/1/debian-12/Dockerfile | 6 +++--- bitnami/fluentd/README.md | 10 +--------- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/bitnami/fluentd/1/debian-12/Dockerfile b/bitnami/fluentd/1/debian-12/Dockerfile index 6c778cfb0b3c..ba7cd83a9371 100644 --- a/bitnami/fluentd/1/debian-12/Dockerfile +++ b/bitnami/fluentd/1/debian-12/Dockerfile @@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2026-04-08T19:10:20Z" \ + org.opencontainers.image.created="2026-05-02T19:02:19Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/fluentd/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/fluentd" \ @@ -28,7 +28,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ - "ruby-3.4.9-0-linux-${OS_ARCH}-debian-12" \ + "ruby-3.4.9-2-linux-${OS_ARCH}-debian-12" \ "fluentd-1.19.2-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ @@ -51,7 +51,7 @@ RUN /opt/bitnami/scripts/fluentd/postunpack.sh ENV APP_VERSION="1.19.2" \ BITNAMI_APP_NAME="fluentd" \ GEM_HOME="/opt/bitnami/fluentd" \ - IMAGE_REVISION="3" \ + IMAGE_REVISION="4" \ PATH="/opt/bitnami/ruby/bin:/opt/bitnami/fluentd/bin:$PATH" EXPOSE 5140 24224 diff --git a/bitnami/fluentd/README.md b/bitnami/fluentd/README.md index dd248e995507..25a6b2e5d8e7 100644 --- a/bitnami/fluentd/README.md +++ b/bitnami/fluentd/README.md @@ -11,8 +11,6 @@ Trademarks: This software listing is packaged by Bitnami. The respective tradema docker run --name fluentd bitnami/fluentd:latest ``` -You can find the available configuration options in the [Environment Variables](#environment-variables) section. - ## Why use Bitnami Secure Images? Those are hardened, minimal CVE images built and maintained by Bitnami. Bitnami Secure Images are based on the cloud-optimized, security-hardened enterprise [OS Photon Linux](https://vmware.github.io/photon/). Why choose BSI images? @@ -120,13 +118,7 @@ The Bitnami Fluentd Docker image from the [Bitnami Secure Images](https://go-vmw ## Logging -The Bitnami fluentd Docker image sends the container logs to the `stdout`. To view the logs: - -```console -docker logs fluentd -``` - -You can configure the containers [logging driver](https://docs.docker.com/engine/admin/logging/overview/) using the `--log-driver` option if you wish to consume the container logs differently. In the default configuration docker uses the `json-file` driver. +The Bitnami Fluentd Docker image sends the container logs to the `stdout`. You can configure the containers [logging driver](https://docs.docker.com/engine/admin/logging/overview/) using the `--log-driver` option if you wish to consume the container logs differently. In the default configuration docker uses the `json-file` driver. ## Customize this image