mirror of
https://github.com/bitnami/containers.git
synced 2026-03-15 06:48:04 +08:00
2.6.0-debian-11-r2 release
This commit is contained in:
committed by
Bitnami Containers
parent
fc3da17ad0
commit
172df2c421
@@ -8,10 +8,10 @@ COPY prebuildfs /
|
|||||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
# Install required system packages and dependencies
|
# Install required system packages and dependencies
|
||||||
RUN install_packages ca-certificates curl gzip libc6 procps tar wget
|
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.0-0-linux-amd64-debian-11.tar.gz && \
|
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/promtail-2.6.0-1-linux-amd64-debian-11.tar.gz && \
|
||||||
echo "69df125f441c5b5c3c0862818b95ecf9982b0871699692fd476711e0968270f0 /tmp/bitnami/pkg/cache/promtail-2.6.0-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
echo "a57888647ee89132114f55ab0f44e51bb5c886c40958fd74d47b0a5eb3919a0d /tmp/bitnami/pkg/cache/promtail-2.6.0-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||||
tar -zxf /tmp/bitnami/pkg/cache/promtail-2.6.0-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
tar -zxf /tmp/bitnami/pkg/cache/promtail-2.6.0-1-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||||
rm -rf /tmp/bitnami/pkg/cache/promtail-2.6.0-0-linux-amd64-debian-11.tar.gz
|
rm -rf /tmp/bitnami/pkg/cache/promtail-2.6.0-1-linux-amd64-debian-11.tar.gz
|
||||||
RUN apt-get update && apt-get upgrade -y && \
|
RUN apt-get update && apt-get upgrade -y && \
|
||||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||||
RUN chmod g+rwX /opt/bitnami
|
RUN chmod g+rwX /opt/bitnami
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"promtail": {
|
"promtail": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "69df125f441c5b5c3c0862818b95ecf9982b0871699692fd476711e0968270f0",
|
"digest": "a57888647ee89132114f55ab0f44e51bb5c886c40958fd74d47b0a5eb3919a0d",
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "2.6.0-0"
|
"version": "2.6.0-1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -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/).
|
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.0`, `2.6.0-debian-11-r1`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-promtail/blob/2.6.0-debian-11-r1/2/debian-11/Dockerfile)
|
* [`2`, `2-debian-11`, `2.6.0`, `2.6.0-debian-11-r2`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-promtail/blob/2.6.0-debian-11-r2/2/debian-11/Dockerfile)
|
||||||
|
|
||||||
Subscribe to project updates by watching the [bitnami/promtail GitHub repo](https://github.com/bitnami/bitnami-docker-promtail).
|
Subscribe to project updates by watching the [bitnami/promtail GitHub repo](https://github.com/bitnami/bitnami-docker-promtail).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user