1.9.1-debian-10-r0 release
This commit is contained in:
parent
7f74c4360a
commit
90aed47160
|
|
@ -9,18 +9,18 @@ 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.9.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "e63f490e10f607dd35e5caa1bf0aaa633c4fb841fec4af22b9ccfdd24f6338ff /tmp/bitnami/pkg/cache/fluent-bit-1.9.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/fluent-bit-1.9.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/fluent-bit-1.9.0-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/fluent-bit-1.9.1-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "27f99317a36fdaff6abbf6ffacb4321f0e947bacf1fbbdc52fbdb2e821613d79 /tmp/bitnami/pkg/cache/fluent-bit-1.9.1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/fluent-bit-1.9.1-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/fluent-bit-1.9.1-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
|
||||
RUN chown -R 1001:1001 /opt/bitnami/fluent-bit
|
||||
|
||||
ENV APP_VERSION="1.9.0" \
|
||||
ENV APP_VERSION="1.9.1" \
|
||||
BITNAMI_APP_NAME="fluent-bit" \
|
||||
BITNAMI_IMAGE_VERSION="1.9.0-debian-10-r8" \
|
||||
BITNAMI_IMAGE_VERSION="1.9.1-debian-10-r0" \
|
||||
PATH="/opt/bitnami/fluent-bit/bin:$PATH"
|
||||
|
||||
EXPOSE 2020
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"fluent-bit": {
|
||||
"arch": "amd64",
|
||||
"digest": "e63f490e10f607dd35e5caa1bf0aaa633c4fb841fec4af22b9ccfdd24f6338ff",
|
||||
"digest": "27f99317a36fdaff6abbf6ffacb4321f0e947bacf1fbbdc52fbdb2e821613d79",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.9.0-0"
|
||||
"version": "1.9.1-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.9.0`, `1.9.0-debian-10-r8`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluent-bit/blob/1.9.0-debian-10-r8/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.9.1`, `1.9.1-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluent-bit/blob/1.9.1-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).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue