[bitnami/promtail] Release 2.6.1-debian-11-r14 (#4428)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-08-29 10:57:54 +02:00
committed by GitHub
parent 6703389c9b
commit 33ae7ffc4d
3 changed files with 12 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ ENV HOME="/" \
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="2.6.1-debian-11-r13" \
org.opencontainers.image.ref.name="2.6.1-debian-11-r14" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/promtail" \
org.opencontainers.image.title="promtail" \
org.opencontainers.image.vendor="VMware, Inc." \
@@ -15,11 +15,14 @@ LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
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-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 install_packages ca-certificates curl gzip libc6 procps tar
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
if [ ! -f promtail-2.6.1-2-linux-amd64-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/promtail-2.6.1-2-linux-amd64-debian-11.tar.gz -O ; \
fi && \
echo "d0df301a461f976cd829c96bfa898b53badd00df49850b8d15ecc561e330f1cf promtail-2.6.1-2-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf promtail-2.6.1-2-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --wildcards '*/files' && \
rm -rf promtail-2.6.1-2-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": "485f516b68bf02b865f26c50ffc9888be63a4b348dbfcaa36d53daffbfba347f",
"digest": "d0df301a461f976cd829c96bfa898b53badd00df49850b8d15ecc561e330f1cf",
"distro": "debian-11",
"type": "NAMI",
"version": "2.6.1-1"
"version": "2.6.1-2"
}
}

View File

@@ -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-r13`, `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-r14`, `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).