[bitnami/promtail] Release 2.6.1-debian-11-r8 (#2457)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-08-09 06:09:54 +02:00
committed by GitHub
parent 34f1c94c45
commit 98afc32267
3 changed files with 8 additions and 8 deletions

View File

@@ -8,10 +8,10 @@ COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages ca-certificates curl gzip libc6 procps tar wget
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/promtail-2.6.1-0-linux-amd64-debian-11.tar.gz && \
echo "2807614edfdb615dac69ff43e99ed24a5a2c5c2d22ee7a0e9747d0d0d9433b9b /tmp/bitnami/pkg/cache/promtail-2.6.1-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/promtail-2.6.1-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/promtail-2.6.1-0-linux-amd64-debian-11.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/promtail-2.6.1-1-linux-amd64-debian-11.tar.gz && \
echo "485f516b68bf02b865f26c50ffc9888be63a4b348dbfcaa36d53daffbfba347f /tmp/bitnami/pkg/cache/promtail-2.6.1-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/promtail-2.6.1-1-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/promtail-2.6.1-1-linux-amd64-debian-11.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

View File

@@ -1,9 +1,9 @@
{
"promtail": {
"arch": "amd64",
"digest": "2807614edfdb615dac69ff43e99ed24a5a2c5c2d22ee7a0e9747d0d0d9433b9b",
"digest": "485f516b68bf02b865f26c50ffc9888be63a4b348dbfcaa36d53daffbfba347f",
"distro": "debian-11",
"type": "NAMI",
"version": "2.6.1-0"
"version": "2.6.1-1"
}
}

View File

@@ -2,7 +2,7 @@
## What is Promtail?
> Promtail is an agent which ships the contents of local logs to a private Grafana Loki instance or Grafana Cloud. Features log file discovery, label management and exposes a web server.
> Promtail is an agent that ships the contents of local logs to a private Grafana Loki instance or Grafana Cloud. Features log file discovery, and label management, and exposes a web server.
[Overview of Promtail](https://grafana.com/docs/loki/latest/clients/promtail/)
@@ -28,7 +28,7 @@ $ docker run --name promtail bitnami/promtail:latest
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/).
* [`2`, `2-debian-11`, `2.6.1`, `2.6.1-debian-11-r7`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/promtail/2/debian-11/Dockerfile)
* [`2`, `2-debian-11`, `2.6.1`, `2.6.1-debian-11-r8`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/promtail/2/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).