mirror of
https://github.com/bitnami/containers.git
synced 2026-02-11 22:47:20 +08:00
[bitnami/fluent-bit] Release 1.9.7-debian-11-r0 (#2679)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -4,20 +4,27 @@ ENV HOME="/" \
|
||||
OS_FLAVOUR="debian-11" \
|
||||
OS_NAME="linux"
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
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.7"
|
||||
|
||||
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 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.6-1-linux-amd64-debian-11.tar.gz && \
|
||||
echo "b75bbb8fa0fd36a1ab456e4f0b29245a68e602c28c518f1c76dd893a18b5865e /tmp/bitnami/pkg/cache/fluent-bit-1.9.6-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/fluent-bit-1.9.6-1-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/fluent-bit-1.9.6-1-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/fluent-bit-1.9.7-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "11c661492a2ff8712940225229dfb1620f07123c30123888fb1afbd6a3daf732 /tmp/bitnami/pkg/cache/fluent-bit-1.9.7-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/fluent-bit-1.9.7-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.7-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.6" \
|
||||
ENV APP_VERSION="1.9.7" \
|
||||
BITNAMI_APP_NAME="fluent-bit" \
|
||||
PATH="/opt/bitnami/fluent-bit/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"fluent-bit": {
|
||||
"arch": "amd64",
|
||||
"digest": "b75bbb8fa0fd36a1ab456e4f0b29245a68e602c28c518f1c76dd893a18b5865e",
|
||||
"digest": "11c661492a2ff8712940225229dfb1620f07123c30123888fb1afbd6a3daf732",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.9.6-1"
|
||||
"version": "1.9.7-0"
|
||||
}
|
||||
}
|
||||
@@ -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.6`, `1.9.6-debian-11-r10`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/fluent-bit/1/debian-11/Dockerfile)
|
||||
* [`1`, `1-debian-11`, `1.9.7`, `1.9.7-debian-11-r0`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/fluent-bit/1/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user