mirror of
https://github.com/bitnami/containers.git
synced 2026-03-13 06:48:08 +08:00
1.7.3-debian-10-r0 release
This commit is contained in:
@@ -9,14 +9,14 @@ ENV HOME="/" \
|
|||||||
COPY prebuildfs /
|
COPY prebuildfs /
|
||||||
# Install required system packages and dependencies
|
# 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 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.7.2-0-linux-amd64-debian-10.tar.gz && \
|
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/fluent-bit-1.7.3-0-linux-amd64-debian-10.tar.gz && \
|
||||||
echo "afd5716eeb5c88ead428609c793a118debe3ae046e0c68765aafa102f462b284 /tmp/bitnami/pkg/cache/fluent-bit-1.7.2-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
echo "84930f48971d99948a7251578b759e95d7b8f655569cf586a3ba68a33478e974 /tmp/bitnami/pkg/cache/fluent-bit-1.7.3-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||||
tar -zxf /tmp/bitnami/pkg/cache/fluent-bit-1.7.2-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
tar -zxf /tmp/bitnami/pkg/cache/fluent-bit-1.7.3-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||||
rm -rf /tmp/bitnami/pkg/cache/fluent-bit-1.7.2-0-linux-amd64-debian-10.tar.gz
|
rm -rf /tmp/bitnami/pkg/cache/fluent-bit-1.7.3-0-linux-amd64-debian-10.tar.gz
|
||||||
RUN chmod g+rwX /opt/bitnami
|
RUN chmod g+rwX /opt/bitnami
|
||||||
|
|
||||||
ENV BITNAMI_APP_NAME="fluent-bit" \
|
ENV BITNAMI_APP_NAME="fluent-bit" \
|
||||||
BITNAMI_IMAGE_VERSION="1.7.2-debian-10-r32" \
|
BITNAMI_IMAGE_VERSION="1.7.3-debian-10-r0" \
|
||||||
PATH="/opt/bitnami/fluent-bit/bin:$PATH"
|
PATH="/opt/bitnami/fluent-bit/bin:$PATH"
|
||||||
|
|
||||||
EXPOSE 2020
|
EXPOSE 2020
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"fluent-bit": {
|
"fluent-bit": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "afd5716eeb5c88ead428609c793a118debe3ae046e0c68765aafa102f462b284",
|
"digest": "84930f48971d99948a7251578b759e95d7b8f655569cf586a3ba68a33478e974",
|
||||||
"distro": "debian-10",
|
"distro": "debian-10",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "1.7.2-0"
|
"version": "1.7.3-0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -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/).
|
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.7.2`, `1.7.2-debian-10-r32`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluent-bit/blob/1.7.2-debian-10-r32/1/debian-10/Dockerfile)
|
* [`1`, `1-debian-10`, `1.7.3`, `1.7.3-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluent-bit/blob/1.7.3-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).
|
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