mirror of
https://github.com/bitnami/containers.git
synced 2026-03-06 06:58:01 +08:00
[bitnami/fluentd] Release 1.15.3-debian-11-r36 (#24207)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -2,11 +2,11 @@ FROM docker.io/bitnami/minideb:bullseye
|
||||
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-02-17T14:24:12Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="1.15.3-debian-11-r35" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/fluentd" \
|
||||
org.opencontainers.image.ref.name="1.15.3-debian-11-r36" \
|
||||
org.opencontainers.image.title="fluentd" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="1.15.3"
|
||||
@@ -22,9 +22,9 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
RUN install_packages ca-certificates curl libcrypt1 libgcc-s1 libjemalloc-dev libreadline-dev libreadline8 libssl-dev libssl1.1 libstdc++6 libtinfo6 procps sqlite3 zlib1g
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"ruby-3.1.3-2-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"fluentd-1.15.3-2-linux-${OS_ARCH}-debian-11" \
|
||||
"ruby-3.1.3-3-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
"fluentd-1.15.3-3-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
||||
@@ -1,23 +1,23 @@
|
||||
{
|
||||
"fluentd": {
|
||||
"arch": "amd64",
|
||||
"digest": "0dec8c5564a20a57a28e5e09f32186a26cd3a921d40990507e57aaf828d8c649",
|
||||
"digest": "4c41c7ab996bbc07de4bb4b11b58d9c7476531043b15212112baa88e9d6f2510",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.15.3-2"
|
||||
"version": "1.15.3-3"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "9ab9654690d90d3c49ff66fb1eb286487e318adc899d036bc45922f6b176865b",
|
||||
"digest": "f6056076afb745fd7d9d87d20f71e7248d63330352cf5ae0be2130b7f44a8cfa",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.16.0-1"
|
||||
"version": "1.16.0-2"
|
||||
},
|
||||
"ruby": {
|
||||
"arch": "amd64",
|
||||
"digest": "018311553ee6d7ca0e4827cac79ea383256bd6661ded14c88c02b07e0d87cdab",
|
||||
"digest": "8569375388a058f8cc6639a45b29b87d922c825f2879f13d16e6757a33787dbd",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.1.3-2"
|
||||
"version": "3.1.3-3"
|
||||
}
|
||||
}
|
||||
@@ -134,7 +134,7 @@ fluentd:
|
||||
|
||||
Find more information about this feature, consult [official documentation](https://docs.fluentd.org/configuration/config-file)
|
||||
|
||||
## Environment Variables
|
||||
### Environment variables
|
||||
|
||||
Environment variable below are configurable to control how to execute fluentd process:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user