[bitnami/fluent-bit] Release 1.9.10-debian-11-r0 (#15157)

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-27 12:43:20 +01:00 committed by GitHub
parent 5fe8297c94
commit 95c3496416
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -4,11 +4,11 @@ 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.9.9-debian-11-r20" \
org.opencontainers.image.ref.name="1.9.10-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/fluent-bit" \
org.opencontainers.image.title="fluent-bit" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.9.9"
org.opencontainers.image.version="1.9.10"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -21,7 +21,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl libgcc-s1 libgcrypt20 libgpg-error0 liblz4-1 liblzma5 libsasl2-2 libssl1.1 libsystemd0 libyaml-0-2 libzstd1 procps zlib1g
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"fluent-bit-1.9.9-1-linux-${OS_ARCH}-debian-11" \
"fluent-bit-1.9.10-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -38,7 +38,7 @@ RUN apt-get autoremove --purge -y curl && \
RUN chmod g+rwX /opt/bitnami
RUN chown -R 1001:1001 /opt/bitnami/fluent-bit
ENV APP_VERSION="1.9.9" \
ENV APP_VERSION="1.9.10" \
BITNAMI_APP_NAME="fluent-bit" \
PATH="/opt/bitnami/fluent-bit/bin:$PATH"

View File

@ -1,9 +1,9 @@
{
"fluent-bit": {
"arch": "amd64",
"digest": "b11e3fc6469f978386ef7402750cc6f915e645e9ff57aae2266e97a270d4eaf3",
"digest": "59d224c16ed43a94cf732c84ee790bf77323bdaa93b2ab0f16892bf36da435a3",
"distro": "debian-11",
"type": "NAMI",
"version": "1.9.9-1"
"version": "1.9.10-0"
}
}

View File

@ -1,4 +1,4 @@
rolling-tags:
- "1"
- "1-debian-11"
- "1.9.9"
- "1.9.10"