[bitnami/fluent-bit] Release 1.9.7-debian-11-r6 (#4570)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
a3b953cd45
commit
42b3bb035e
|
|
@ -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.9.7-debian-11-r5" \
|
||||
org.opencontainers.image.ref.name="1.9.7-debian-11-r6" \
|
||||
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." \
|
||||
|
|
@ -17,10 +17,12 @@ 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 zlib1g
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/fluent-bit-1.9.7-0-linux-amd64-debian-11.tar.gz -o fluent-bit-1.9.7-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "11c661492a2ff8712940225229dfb1620f07123c30123888fb1afbd6a3daf732 fluent-bit-1.9.7-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf fluent-bit-1.9.7-0-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --wildcards '*/files' && \
|
||||
rm -rf fluent-bit-1.9.7-0-linux-amd64-debian-11.tar.gz
|
||||
if [ ! -f fluent-bit-1.9.7-1-linux-amd64-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/fluent-bit-1.9.7-1-linux-amd64-debian-11.tar.gz -O ; \
|
||||
fi && \
|
||||
echo "84cb6e194d4c17d8e80eb4a4dfe2a79c318d60a10a1b719d5333512f41e9d01b fluent-bit-1.9.7-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf fluent-bit-1.9.7-1-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --wildcards '*/files' && \
|
||||
rm -rf fluent-bit-1.9.7-1-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
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"fluent-bit": {
|
||||
"arch": "amd64",
|
||||
"digest": "11c661492a2ff8712940225229dfb1620f07123c30123888fb1afbd6a3daf732",
|
||||
"digest": "84cb6e194d4c17d8e80eb4a4dfe2a79c318d60a10a1b719d5333512f41e9d01b",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.9.7-0"
|
||||
"version": "1.9.7-1"
|
||||
}
|
||||
}
|
||||
|
|
@ -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.7`, `1.9.7-debian-11-r5`, `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-r6`, `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).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue