Skip to content
Snippets Groups Projects
Commit 4ad7a32b authored by Alan Pope's avatar Alan Pope
Browse files

Telegraf v1.24.0

parent 13aa83b8
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ RUN set -ex && \
gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; \
done
ENV TELEGRAF_VERSION 1.21.4
ENV TELEGRAF_VERSION 1.24.0
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
case "${dpkgArch##*-}" in \
amd64) ARCH='amd64';; \
......
FROM alpine:3.15
FROM alpine:3.16
RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
RUN apk add --no-cache iputils ca-certificates net-snmp-tools procps lm_sensors tzdata su-exec libcap && \
update-ca-certificates
ENV TELEGRAF_VERSION 1.21.4
ENV TELEGRAF_VERSION 1.24.0
RUN set -ex && \
mkdir ~/.gnupg; \
......
File moved
......@@ -8,9 +8,9 @@
"Sven Rebhan <srebhan@influxdata.com> (@srebhan)"
],
"versions": [
"1.21",
"1.22",
"1.23"
"1.23",
"1.24"
],
"architectures": [
"amd64",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment