[bitnami/fluentd] Release 1.15.3-debian-11-r3 (#13149)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-11-09 18:39:35 +01:00
committed by GitHub
parent afb560e3b3
commit f268e2f73a
2 changed files with 5 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="1.15.3-debian-11-r2" \
org.opencontainers.image.ref.name="1.15.3-debian-11-r3" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/fluentd" \
org.opencontainers.image.title="fluentd" \
org.opencontainers.image.vendor="VMware, Inc." \

View File

@@ -22,3 +22,7 @@ for dir in "$FLUENTD_CONF_DIR" "$FLUENTD_LOG_DIR" "$FLUENTD_PLUGINS_DIR"; do
ensure_dir_exists "$dir"
chmod -R g+rwX "$dir"
done
# Fluentd requires the /tmp directory to not be world-writable
# This ensures the sticky bit (t) is set
chmod +t /tmp