[bitnami/fluentd] Release 1.15.2-debian-11-r0 (#3906)

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-22 12:36:54 +02:00
committed by GitHub
parent 87d81ba15a
commit 6e7be2fa2d
4 changed files with 8 additions and 8 deletions

View File

@@ -6,11 +6,11 @@ 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.1-debian-11-r11" \
org.opencontainers.image.ref.name="1.15.2-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/fluentd" \
org.opencontainers.image.title="fluentd" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.15.1"
org.opencontainers.image.version="1.15.2"
COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
@@ -18,14 +18,14 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
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 . /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.1-1" --checksum 8a2bc75ced8310bdf284a636ede21aa3597a2c95b1c93551466a95987a16811c
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "fluentd" "1.15.2-0" --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
COPY rootfs /
RUN /opt/bitnami/scripts/fluentd/postunpack.sh
ENV APP_VERSION="1.15.1" \
ENV APP_VERSION="1.15.2" \
BITNAMI_APP_NAME="fluentd" \
GEM_HOME="/opt/bitnami/fluentd" \
PATH="/opt/bitnami/ruby/bin:/opt/bitnami/common/bin:/opt/bitnami/fluentd/bin:$PATH"

View File

@@ -1,10 +1,10 @@
{
"fluentd": {
"arch": "amd64",
"digest": "8a2bc75ced8310bdf284a636ede21aa3597a2c95b1c93551466a95987a16811c",
"digest": "4f3673cd3d9cea37252fc4cdbbd798b01cb211a869d678d149902581c4a8e4e4",
"distro": "debian-11",
"type": "NAMI",
"version": "1.15.1-1"
"version": "1.15.2-0"
},
"gosu": {
"arch": "amd64",

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "1"
- "1-debian-11"
- "1.15.1"
- "1.15.2"
- "latest"