Skip to content

Commit 7bd07a9

Browse files
committed
Telegraf v1.29.0
1 parent d636186 commit 7bd07a9

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

telegraf/1.26/Dockerfile renamed to telegraf/1.29/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM buildpack-deps:bullseye-curl
1+
FROM buildpack-deps:bookworm-curl
22

33
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
44
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends iputils-ping snmp procps lm-sensors libcap2-bin && \
@@ -13,7 +13,7 @@ RUN set -ex && \
1313
gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; \
1414
done
1515

16-
ENV TELEGRAF_VERSION 1.26.3
16+
ENV TELEGRAF_VERSION 1.29.0
1717
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
1818
case "${dpkgArch##*-}" in \
1919
amd64) ARCH='amd64';; \

telegraf/1.26/alpine/Dockerfile renamed to telegraf/1.29/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM alpine:3.17
1+
FROM alpine:3.19
22

33
RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
44
RUN apk add --no-cache iputils ca-certificates net-snmp-tools procps lm_sensors tzdata su-exec libcap && \
55
update-ca-certificates
66

7-
ENV TELEGRAF_VERSION 1.26.3
7+
ENV TELEGRAF_VERSION 1.29.0
88

99
RUN ARCH= && \
1010
case "$(apk --print-arch)" in \
File renamed without changes.

telegraf/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"Sven Rebhan <[email protected]> (@srebhan)"
66
],
77
"versions": [
8-
"1.26",
98
"1.27",
10-
"1.28"
9+
"1.28",
10+
"1.29"
1111
],
1212
"architectures": [
1313
"amd64",

telegraf/nightly/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.18
1+
FROM alpine:3.19
22

33
RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
44
RUN apk add --no-cache iputils ca-certificates net-snmp-tools procps lm_sensors tzdata su-exec libcap && \

0 commit comments

Comments
 (0)