1.9.5-debian-11-r0 release

This commit is contained in:
Bitnami Bot 2022-07-14 17:08:59 +00:00 committed by Bitnami Containers
parent 95699164fb
commit b8cc6f589c
3 changed files with 9 additions and 9 deletions

View File

@ -7,17 +7,17 @@ ENV HOME="/" \
COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages ca-certificates curl gzip libc6 libgcc-s1 libgcrypt20 libgpg-error0 liblz4-1 liblzma5 libsasl2-2 libssl1.1 libsystemd0 libzstd1 procps tar wget zlib1g
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/fluent-bit-1.9.4-150-linux-amd64-debian-11.tar.gz && \
echo "d4315c561d5fd3f96b912a1a064cb58e657798844cd4ee53fb6aa54137894d52 /tmp/bitnami/pkg/cache/fluent-bit-1.9.4-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/fluent-bit-1.9.4-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/fluent-bit-1.9.4-150-linux-amd64-debian-11.tar.gz
RUN install_packages ca-certificates curl gzip libc6 libgcc-s1 libgcrypt20 libgpg-error0 liblz4-1 liblzma5 libsasl2-2 libssl1.1 libsystemd0 libyaml-0-2 libzstd1 procps tar wget zlib1g
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/fluent-bit-1.9.5-0-linux-amd64-debian-11.tar.gz && \
echo "fa89096e996743d0f33f71863762e3cee692133479380e2840d50f65ef5ec465 /tmp/bitnami/pkg/cache/fluent-bit-1.9.5-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/fluent-bit-1.9.5-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/fluent-bit-1.9.5-0-linux-amd64-debian-11.tar.gz
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
RUN chown -R 1001:1001 /opt/bitnami/fluent-bit
ENV APP_VERSION="1.9.4" \
ENV APP_VERSION="1.9.5" \
BITNAMI_APP_NAME="fluent-bit" \
PATH="/opt/bitnami/fluent-bit/bin:$PATH"

View File

@ -1,9 +1,9 @@
{
"fluent-bit": {
"arch": "amd64",
"digest": "d4315c561d5fd3f96b912a1a064cb58e657798844cd4ee53fb6aa54137894d52",
"digest": "fa89096e996743d0f33f71863762e3cee692133479380e2840d50f65ef5ec465",
"distro": "debian-11",
"type": "NAMI",
"version": "1.9.4-150"
"version": "1.9.5-0"
}
}

View File

@ -32,7 +32,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.9.4`, `1.9.4-debian-11-r12`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluent-bit/blob/1.9.4-debian-11-r12/1/debian-11/Dockerfile)
* [`1`, `1-debian-11`, `1.9.5`, `1.9.5-debian-11-r0`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluent-bit/blob/1.9.5-debian-11-r0/1/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/fluent-bit GitHub repo](https://github.com/bitnami/bitnami-docker-fluent-bit).