mirror of
https://github.com/bitnami/containers.git
synced 2026-04-01 06:48:13 +08:00
[bitnami/telegraf] Release 1.23.4-debian-11-r0 (#3376)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -6,25 +6,25 @@ ENV HOME="/" \
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="1.23.3-debian-11-r9" \
|
||||
org.opencontainers.image.ref.name="1.23.4-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/telegraf" \
|
||||
org.opencontainers.image.title="telegraf" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="1.23.3"
|
||||
org.opencontainers.image.version="1.23.4"
|
||||
|
||||
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.3-1-linux-amd64-debian-11.tar.gz && \
|
||||
echo "5c46b82f87acb9624ec85de182ecef32392cef0380d17259eee0c2a37b51be33 /tmp/bitnami/pkg/cache/telegraf-1.23.3-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/telegraf-1.23.3-1-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/telegraf-1.23.3-1-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/telegraf-1.23.4-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "344ab27d7e86b0b9e94dea3ef1996fa50440a90798b1568add6501f8e093446d /tmp/bitnami/pkg/cache/telegraf-1.23.4-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/telegraf-1.23.4-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/telegraf-1.23.4-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.3" \
|
||||
ENV APP_VERSION="1.23.4" \
|
||||
BITNAMI_APP_NAME="telegraf" \
|
||||
PATH="/opt/bitnami/telegraf/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"telegraf": {
|
||||
"arch": "amd64",
|
||||
"digest": "5c46b82f87acb9624ec85de182ecef32392cef0380d17259eee0c2a37b51be33",
|
||||
"digest": "344ab27d7e86b0b9e94dea3ef1996fa50440a90798b1568add6501f8e093446d",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.23.3-1"
|
||||
"version": "1.23.4-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.3`, `1.23.3-debian-11-r9`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/telegraf/1/debian-11/Dockerfile)
|
||||
* [`1`, `1-debian-11`, `1.23.4`, `1.23.4-debian-11-r0`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/telegraf/1/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user