1.6.10-debian-10-r21 release

This commit is contained in:
Bitnami Bot
2021-02-09 02:00:13 +00:00
parent d7292efaaa
commit 1887a650da
2 changed files with 2 additions and 4 deletions

View File

@@ -13,12 +13,10 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
echo "9238c90c63b01e22cc5c5ba9b9e3c1bf7bbbd8bf395e7b25ca3d2b1e07f77b40 /tmp/bitnami/pkg/cache/fluent-bit-1.6.10-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/fluent-bit-1.6.10-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/fluent-bit-1.6.10-0-linux-amd64-debian-10.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
ENV BITNAMI_APP_NAME="fluent-bit" \
BITNAMI_IMAGE_VERSION="1.6.10-debian-10-r20" \
BITNAMI_IMAGE_VERSION="1.6.10-debian-10-r21" \
PATH="/opt/bitnami/fluent-bit/bin:$PATH"
EXPOSE 2020

View File

@@ -34,7 +34,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-10`, `1.6.10`, `1.6.10-debian-10-r20`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluent-bit/blob/1.6.10-debian-10-r20/1/debian-10/Dockerfile)
* [`1`, `1-debian-10`, `1.6.10`, `1.6.10-debian-10-r21`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluent-bit/blob/1.6.10-debian-10-r21/1/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/fluent-bit GitHub repo](https://github.com/bitnami/bitnami-docker-fluent-bit).