1.8.11-debian-10-r39 release
This commit is contained in:
parent
a85e46036b
commit
da42cd02c4
|
|
@ -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-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "7e1c7f9f57eb0a0f49f114c95874522c73d54a0dda89bb29fcfc3aeddb463071 /tmp/bitnami/pkg/cache/fluent-bit-1.8.11-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/fluent-bit-1.8.11-1-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-1-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/fluent-bit-1.8.11-2-linux-amd64-debian-10.tar.gz && \
|
||||
echo "2c20d9bccdc0d3fb50e3b6494cc327ecaf32295c48a69d53b73cc5286fa63e36 /tmp/bitnami/pkg/cache/fluent-bit-1.8.11-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/fluent-bit-1.8.11-2-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-2-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-r38" \
|
||||
BITNAMI_IMAGE_VERSION="1.8.11-debian-10-r39" \
|
||||
PATH="/opt/bitnami/fluent-bit/bin:$PATH"
|
||||
|
||||
EXPOSE 2020
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"fluent-bit": {
|
||||
"arch": "amd64",
|
||||
"digest": "7e1c7f9f57eb0a0f49f114c95874522c73d54a0dda89bb29fcfc3aeddb463071",
|
||||
"digest": "2c20d9bccdc0d3fb50e3b6494cc327ecaf32295c48a69d53b73cc5286fa63e36",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.8.11-1"
|
||||
"version": "1.8.11-2"
|
||||
}
|
||||
}
|
||||
|
|
@ -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-r38`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluent-bit/blob/1.8.11-debian-10-r38/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.8.11`, `1.8.11-debian-10-r39`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluent-bit/blob/1.8.11-debian-10-r39/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