diff --git a/bitnami/promtail/2/debian-11/Dockerfile b/bitnami/promtail/2/debian-11/Dockerfile index 8ab811fb10c3..479ec9611078 100644 --- a/bitnami/promtail/2/debian-11/Dockerfile +++ b/bitnami/promtail/2/debian-11/Dockerfile @@ -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 diff --git a/bitnami/promtail/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/promtail/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 8be5b52834d8..37e59724dfd3 100644 --- a/bitnami/promtail/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/promtail/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -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" } } \ No newline at end of file diff --git a/bitnami/promtail/README.md b/bitnami/promtail/README.md index 5209271272b9..71c97be14388 100644 --- a/bitnami/promtail/README.md +++ b/bitnami/promtail/README.md @@ -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).