-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Telegraf v1.17.0 #9322
Telegraf v1.17.0 #9322
Conversation
|
||
Tags: 1.17, 1.17.0, latest | ||
Architectures: amd64, arm32v7, arm64v8 | ||
Directory: telegraf/1.17 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking at https://github.com/influxdata/influxdata-docker/tree/22528387700ac8e119269db2adf5ad26a3e3efee/telegraf, either this Directory:
or the GitCommit:
above doesn't seem to be quite right? 😬
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed in 636da53f332fd930ea15b2d4d54614571cbeff2d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was that a commit you meant to push here? 😇 ❤️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated, thanks for assist :)
e28cda0
to
88e51fe
Compare
Diff for 88e51fe:diff --git a/_bashbrew-cat b/_bashbrew-cat
index f77204e..c4cb315 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,13 +1,6 @@
Maintainers: David Reimschussel <dreimschussel@influxdata.com> (@reimda), Steven Soroka <ssoroka@influxdata.com> (@ssoroka)
GitRepo: git://github.com/influxdata/influxdata-docker
-GitCommit: da900619b14ddbf221e639b5108a7219af8b0bbc
-
-Tags: 1.14, 1.14.5
-Architectures: amd64, arm32v7, arm64v8
-Directory: telegraf/1.14
-
-Tags: 1.14-alpine, 1.14.5-alpine
-Directory: telegraf/1.14/alpine
+GitCommit: 636da53f332fd930ea15b2d4d54614571cbeff2d
Tags: 1.15, 1.15.4
Architectures: amd64, arm32v7, arm64v8
@@ -16,9 +9,16 @@ Directory: telegraf/1.15
Tags: 1.15-alpine, 1.15.4-alpine
Directory: telegraf/1.15/alpine
-Tags: 1.16, 1.16.3, latest
+Tags: 1.16, 1.16.3
Architectures: amd64, arm32v7, arm64v8
Directory: telegraf/1.16
-Tags: 1.16-alpine, 1.16.3-alpine, alpine
+Tags: 1.16-alpine, 1.16.3-alpine
Directory: telegraf/1.16/alpine
+
+Tags: 1.17, 1.17.0, latest
+Architectures: amd64, arm32v7, arm64v8
+Directory: telegraf/1.17
+
+Tags: 1.17-alpine, 1.17.0-alpine, alpine
+Directory: telegraf/1.17/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index f4b8f9d..3a308da 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,7 +1,3 @@
-telegraf:1.14
-telegraf:1.14-alpine
-telegraf:1.14.5
-telegraf:1.14.5-alpine
telegraf:1.15
telegraf:1.15-alpine
telegraf:1.15.4
@@ -10,5 +6,9 @@ telegraf:1.16
telegraf:1.16-alpine
telegraf:1.16.3
telegraf:1.16.3-alpine
+telegraf:1.17
+telegraf:1.17-alpine
+telegraf:1.17.0
+telegraf:1.17.0-alpine
telegraf:alpine
telegraf:latest
diff --git a/telegraf_1.14.5-alpine/Dockerfile b/telegraf_1.14.5-alpine/Dockerfile
deleted file mode 100644
index f4b9a3d..0000000
diff --git a/telegraf_1.14.5/Dockerfile b/telegraf_1.14.5/Dockerfile
deleted file mode 100644
index d0ba2b4..0000000
diff --git a/telegraf_alpine/Dockerfile b/telegraf_1.16.3-alpine/Dockerfile
similarity index 100%
copy from telegraf_alpine/Dockerfile
copy to telegraf_1.16.3-alpine/Dockerfile
diff --git a/telegraf_1.14.5-alpine/entrypoint.sh b/telegraf_1.16.3-alpine/entrypoint.sh
similarity index 100%
rename from telegraf_1.14.5-alpine/entrypoint.sh
rename to telegraf_1.16.3-alpine/entrypoint.sh
diff --git a/telegraf_latest/Dockerfile b/telegraf_1.16.3/Dockerfile
similarity index 100%
copy from telegraf_latest/Dockerfile
copy to telegraf_1.16.3/Dockerfile
diff --git a/telegraf_1.14.5/entrypoint.sh b/telegraf_1.16.3/entrypoint.sh
similarity index 100%
rename from telegraf_1.14.5/entrypoint.sh
rename to telegraf_1.16.3/entrypoint.sh
diff --git a/telegraf_alpine/Dockerfile b/telegraf_alpine/Dockerfile
index 5bc724b..0379242 100644
--- a/telegraf_alpine/Dockerfile
+++ b/telegraf_alpine/Dockerfile
@@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
RUN apk add --no-cache iputils ca-certificates net-snmp-tools procps lm_sensors tzdata && \
update-ca-certificates
-ENV TELEGRAF_VERSION 1.16.3
+ENV TELEGRAF_VERSION 1.17.0
RUN set -ex && \
mkdir ~/.gnupg; \
diff --git a/telegraf_latest/Dockerfile b/telegraf_latest/Dockerfile
index 3a84dd2..f1512c9 100644
--- a/telegraf_latest/Dockerfile
+++ b/telegraf_latest/Dockerfile
@@ -15,7 +15,7 @@ RUN set -ex && \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
done
-ENV TELEGRAF_VERSION 1.16.3
+ENV TELEGRAF_VERSION 1.17.0
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
case "${dpkgArch##*-}" in \
amd64) ARCH='amd64';; \
|
No description provided.