1.22.4-debian-11-r4 release
This commit is contained in:
parent
d4140a0e8e
commit
1589221e6c
|
|
@ -9,10 +9,10 @@ ENV HOME="/" \
|
|||
COPY prebuildfs /
|
||||
# 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/telegraf-1.22.4-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "03d16b7714b410fefc64a4f4f0847dd5b7b9cef4f8202c85d82044bb48f82adb /tmp/bitnami/pkg/cache/telegraf-1.22.4-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/telegraf-1.22.4-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/telegraf-1.22.4-0-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/telegraf-1.22.4-150-linux-amd64-debian-11.tar.gz && \
|
||||
echo "03d16b7714b410fefc64a4f4f0847dd5b7b9cef4f8202c85d82044bb48f82adb /tmp/bitnami/pkg/cache/telegraf-1.22.4-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/telegraf-1.22.4-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/telegraf-1.22.4-150-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
|
||||
|
|
|
|||
|
|
@ -4,6 +4,6 @@
|
|||
"digest": "03d16b7714b410fefc64a4f4f0847dd5b7b9cef4f8202c85d82044bb48f82adb",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.22.4-0"
|
||||
"version": "1.22.4-150"
|
||||
}
|
||||
}
|
||||
|
|
@ -28,7 +28,7 @@ $ docker run --name telegraf bitnami/telegraf: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/).
|
||||
|
||||
|
||||
* [`1`, `1-debian-11`, `1.22.4`, `1.22.4-debian-11-r3`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-telegraf/blob/1.22.4-debian-11-r3/1/debian-11/Dockerfile)
|
||||
* [`1`, `1-debian-11`, `1.22.4`, `1.22.4-debian-11-r4`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-telegraf/blob/1.22.4-debian-11-r4/1/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/telegraf GitHub repo](https://github.com/bitnami/bitnami-docker-telegraf).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue