mirror of
https://github.com/bitnami/containers.git
synced 2026-02-26 15:48:43 +08:00
1.8.12-debian-10-r0 release
This commit is contained in:
@@ -9,16 +9,16 @@ ENV HOME="/" \
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip libc6 libgcc1 libgcrypt20 libgpg-error0 liblz4-1 liblzma5 libsasl2-2 libssl1.1 libsystemd0 procps tar wget zlib1g
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/fluent-bit-1.8.11-3-linux-amd64-debian-10.tar.gz && \
|
||||
echo "ad8e288add969bd48c1160f734895b6c9a27c5e618f4124e9590841e4d55de8c /tmp/bitnami/pkg/cache/fluent-bit-1.8.11-3-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/fluent-bit-1.8.11-3-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/fluent-bit-1.8.11-3-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/fluent-bit-1.8.12-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "e9eb87e3c1c49062ae979f64de37d128a52bd17610628faae1a60e1fd56d1167 /tmp/bitnami/pkg/cache/fluent-bit-1.8.12-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/fluent-bit-1.8.12-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/fluent-bit-1.8.12-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.8.11-debian-10-r46" \
|
||||
BITNAMI_IMAGE_VERSION="1.8.12-debian-10-r0" \
|
||||
PATH="/opt/bitnami/fluent-bit/bin:$PATH"
|
||||
|
||||
EXPOSE 2020
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"fluent-bit": {
|
||||
"arch": "amd64",
|
||||
"digest": "ad8e288add969bd48c1160f734895b6c9a27c5e618f4124e9590841e4d55de8c",
|
||||
"digest": "e9eb87e3c1c49062ae979f64de37d128a52bd17610628faae1a60e1fd56d1167",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.8.11-3"
|
||||
"version": "1.8.12-0"
|
||||
}
|
||||
}
|
||||
@@ -35,7 +35,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.8.11`, `1.8.11-debian-10-r46`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluent-bit/blob/1.8.11-debian-10-r46/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.8.12`, `1.8.12-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluent-bit/blob/1.8.12-debian-10-r0/1/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/fluent-bit GitHub repo](https://github.com/bitnami/bitnami-docker-fluent-bit).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user