[bitnami/telegraf] Release 1.23.2-debian-11-r1 (#663)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
b14dcd8f32
commit
dad4db7af9
|
|
@ -8,15 +8,15 @@ 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/telegraf-1.23.0-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "b9d08076c9811de6c0cbee6e42a2e89f4549d1b6f8f4987ce2be680a6ac1409f /tmp/bitnami/pkg/cache/telegraf-1.23.0-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/telegraf-1.23.0-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/telegraf-1.23.0-0-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/telegraf-1.23.2-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "cffc262aecb01a24bad76f0371c23d2a6118d6fe23646d2fb9279db32a244dcc /tmp/bitnami/pkg/cache/telegraf-1.23.2-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/telegraf-1.23.2-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/telegraf-1.23.2-0-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
|
||||
|
||||
ENV APP_VERSION="1.23.0" \
|
||||
ENV APP_VERSION="1.23.2" \
|
||||
BITNAMI_APP_NAME="telegraf" \
|
||||
PATH="/opt/bitnami/telegraf/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"telegraf": {
|
||||
"arch": "amd64",
|
||||
"digest": "b9d08076c9811de6c0cbee6e42a2e89f4549d1b6f8f4987ce2be680a6ac1409f",
|
||||
"digest": "cffc262aecb01a24bad76f0371c23d2a6118d6fe23646d2fb9279db32a244dcc",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.23.0-0"
|
||||
"version": "1.23.2-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -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.23.0`, `1.23.0-debian-11-r8`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-telegraf/blob/1.23.0-debian-11-r8/1/debian-11/Dockerfile)
|
||||
* [`1`, `1-debian-11`, `1.23.2`, `1.23.2-debian-11-r1`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-telegraf/blob/1.23.2-debian-11-r1/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