mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 21:27:26 +08:00
[bitnami/fluentd] Release 1.19.0-debian-12-r5 (#87008)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -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="2025-09-24T08:12:41Z" \
|
||||
org.opencontainers.image.created="2025-10-07T12:27:03Z" \
|
||||
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" \
|
||||
@@ -51,7 +51,7 @@ RUN /opt/bitnami/scripts/fluentd/postunpack.sh
|
||||
ENV APP_VERSION="1.19.0" \
|
||||
BITNAMI_APP_NAME="fluentd" \
|
||||
GEM_HOME="/opt/bitnami/fluentd" \
|
||||
IMAGE_REVISION="4" \
|
||||
IMAGE_REVISION="5" \
|
||||
PATH="/opt/bitnami/ruby/bin:/opt/bitnami/fluentd/bin:$PATH"
|
||||
|
||||
EXPOSE 5140 24224
|
||||
|
||||
@@ -141,6 +141,12 @@ Environment variable below are configurable to control how to execute fluentd pr
|
||||
- `FLUENTD_DAEMON_USER`: The user that will run the `fluentd` process when the container is run as root.
|
||||
- `FLUENTD_DAEMON_GROUP`: The group of the user that will run the `fluentd` process when the container is run as root.
|
||||
|
||||
### FIPS configuration in Bitnami Secure Images
|
||||
|
||||
The Bitnami Fluentd Docker image from the [Bitnami Secure Images](https://www.arrow.com/globalecs/uk/products/bitnami-secure-images/) catalog includes extra features and settings to configure the container with FIPS capabilities. You can configure the next environment variables:
|
||||
|
||||
- `OPENSSL_FIPS`: whether OpenSSL runs in FIPS mode or not. `yes` (default), `no`.
|
||||
|
||||
## Logging
|
||||
|
||||
The Bitnami fluentd Docker image sends the container logs to the `stdout`. To view the logs:
|
||||
|
||||
Reference in New Issue
Block a user