[bitnami/fluentd] Release 1.15.2-debian-11-r2 (#4253)

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-08-25 07:32:46 +02:00
committed by GitHub
parent a01caa6567
commit 21c414bc42
3 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ ENV HOME="/" \
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="1.15.2-debian-11-r0" \
org.opencontainers.image.ref.name="1.15.2-debian-11-r2" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/fluentd" \
org.opencontainers.image.title="fluentd" \
org.opencontainers.image.vendor="VMware, Inc." \
@@ -15,10 +15,10 @@ LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip libc6 libcrypt1 libgcc-s1 libjemalloc-dev libncurses5-dev libreadline-dev libreadline8 libssl-dev libssl1.1 libstdc++6 libtinfo6 procps sqlite3 tar wget zlib1g
RUN install_packages acl ca-certificates curl gzip libc6 libcrypt1 libgcc-s1 libjemalloc-dev libreadline-dev libreadline8 libssl-dev libssl1.1 libstdc++6 libtinfo6 procps sqlite3 tar zlib1g
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ruby" "3.1.2-152" --checksum 46ef72d87905781f1d7ccd6f91b5f05719ba0caa043255b34f13e14a2e762a21
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-153" --checksum d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "fluentd" "1.15.2-0" --checksum 4f3673cd3d9cea37252fc4cdbbd798b01cb211a869d678d149902581c4a8e4e4
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "fluentd" "1.15.2-1" --checksum 4f3673cd3d9cea37252fc4cdbbd798b01cb211a869d678d149902581c4a8e4e4
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami

View File

@@ -4,7 +4,7 @@
"digest": "4f3673cd3d9cea37252fc4cdbbd798b01cb211a869d678d149902581c4a8e4e4",
"distro": "debian-11",
"type": "NAMI",
"version": "1.15.2-0"
"version": "1.15.2-1"
},
"gosu": {
"arch": "amd64",

View File

@@ -34,7 +34,7 @@ Non-root container images add an extra layer of security and are generally recom
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`1`, `1-debian-11`, `1.15.2`, `1.15.2-debian-11-r0`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/fluentd/1/debian-11/Dockerfile)
* [`1`, `1-debian-11`, `1.15.2`, `1.15.2-debian-11-r2`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/fluentd/1/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).