[bitnami/fluentd] Release 1.19.2-debian-12-r4 (#92754)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2026-05-02 21:44:34 +02:00 committed by GitHub
parent e80d343afc
commit 8e20130c71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 12 deletions

View File

@ -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

View File

@ -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