Skip to content
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

Update telegraf image #4871

Merged
merged 1 commit into from
Sep 24, 2018
Merged

Update telegraf image #4871

merged 1 commit into from
Sep 24, 2018

Conversation

jsternberg
Copy link
Contributor

No description provided.

@tianon
Copy link
Member

tianon commented Sep 24, 2018

Diff:
warning: insecure protocol git:// detected: git://github.com/influxdata/influxdata-docker
diff --git a/_bashbrew-arches b/_bashbrew-arches
index 3033834..9a40059 100644
--- a/_bashbrew-arches
+++ b/_bashbrew-arches
@@ -1,11 +1,11 @@
-telegraf:1.5.3 @ amd64
-telegraf:1.5.3 @ arm32v7
-telegraf:1.5.3 @ arm64v8
-telegraf:1.5.3-alpine @ amd64
 telegraf:1.6.4 @ amd64
 telegraf:1.6.4 @ arm32v7
 telegraf:1.6.4 @ arm64v8
 telegraf:1.6.4-alpine @ amd64
+telegraf:1.7.4 @ amd64
+telegraf:1.7.4 @ arm32v7
+telegraf:1.7.4 @ arm64v8
+telegraf:1.7.4-alpine @ amd64
 telegraf:alpine @ amd64
 telegraf:latest @ amd64
 telegraf:latest @ arm32v7
diff --git a/_bashbrew-list b/_bashbrew-list
index 391844a..5526fe4 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,7 +1,3 @@
-telegraf:1.5
-telegraf:1.5-alpine
-telegraf:1.5.3
-telegraf:1.5.3-alpine
 telegraf:1.6
 telegraf:1.6-alpine
 telegraf:1.6.4
@@ -10,5 +6,9 @@ telegraf:1.7
 telegraf:1.7-alpine
 telegraf:1.7.4
 telegraf:1.7.4-alpine
+telegraf:1.8
+telegraf:1.8-alpine
+telegraf:1.8.0
+telegraf:1.8.0-alpine
 telegraf:alpine
 telegraf:latest
diff --git a/telegraf_1.5.3-alpine/Dockerfile b/telegraf_1.5.3-alpine/Dockerfile
deleted file mode 100644
index 85fdd22..0000000
diff --git a/telegraf_1.5.3/Dockerfile b/telegraf_1.5.3/Dockerfile
deleted file mode 100644
index ad8607c..0000000
diff --git a/telegraf_alpine/Dockerfile b/telegraf_1.7.4-alpine/Dockerfile
similarity index 100%
copy from telegraf_alpine/Dockerfile
copy to telegraf_1.7.4-alpine/Dockerfile
diff --git a/telegraf_1.5.3-alpine/entrypoint.sh b/telegraf_1.7.4-alpine/entrypoint.sh
similarity index 100%
rename from telegraf_1.5.3-alpine/entrypoint.sh
rename to telegraf_1.7.4-alpine/entrypoint.sh
diff --git a/telegraf_latest/Dockerfile b/telegraf_1.7.4/Dockerfile
similarity index 100%
copy from telegraf_latest/Dockerfile
copy to telegraf_1.7.4/Dockerfile
diff --git a/telegraf_1.5.3/entrypoint.sh b/telegraf_1.7.4/entrypoint.sh
similarity index 100%
rename from telegraf_1.5.3/entrypoint.sh
rename to telegraf_1.7.4/entrypoint.sh
diff --git a/telegraf_alpine/Dockerfile b/telegraf_alpine/Dockerfile
index 5838509..c766060 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 && \
     update-ca-certificates
 
-ENV TELEGRAF_VERSION 1.7.4
+ENV TELEGRAF_VERSION 1.8.0
 
 RUN set -ex && \
     apk add --no-cache --virtual .build-deps wget gnupg tar && \
diff --git a/telegraf_latest/Dockerfile b/telegraf_latest/Dockerfile
index 997d413..9290c6b 100644
--- a/telegraf_latest/Dockerfile
+++ b/telegraf_latest/Dockerfile
@@ -13,7 +13,7 @@ RUN set -ex && \
         gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
     done
 
-ENV TELEGRAF_VERSION 1.7.4
+ENV TELEGRAF_VERSION 1.8.0
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
     case "${dpkgArch##*-}" in \
       amd64) ARCH='amd64';; \

@tianon
Copy link
Member

tianon commented Sep 24, 2018

LGTM

Build test of #4871; ad42880; amd64 (telegraf):
warning: insecure protocol git:// detected: git://github.com/influxdata/influxdata-docker

$ bashbrew build telegraf:1.6
Building bashbrew/cache:a75d7b79f30cfb0c6bc87c40c56891fdc4b5f92bd283ce62bab69507d07913f6 (telegraf:1.6)
Tagging telegraf:1.6
Tagging telegraf:1.6.4

$ test/run.sh telegraf:1.6
testing telegraf:1.6
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build telegraf:1.6-alpine
Building bashbrew/cache:30c0a194082586992993ab9ede58ec6a36d5f198a0dc602efc14ab62efdb5d95 (telegraf:1.6-alpine)
Tagging telegraf:1.6-alpine
Tagging telegraf:1.6.4-alpine

$ test/run.sh telegraf:1.6-alpine
testing telegraf:1.6-alpine
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build telegraf:1.7
Building bashbrew/cache:fbe4e0dadea8bf4fc4453c219ee452beae1c1c555155575c5aacc837e7bba6df (telegraf:1.7)
Tagging telegraf:1.7
Tagging telegraf:1.7.4

$ test/run.sh telegraf:1.7
testing telegraf:1.7
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build telegraf:1.7-alpine
Building bashbrew/cache:eb1926c4da1b86300d7d7d2ee03aa557f54b8605218fca270b395ed1f15128b7 (telegraf:1.7-alpine)
Tagging telegraf:1.7-alpine
Tagging telegraf:1.7.4-alpine

$ test/run.sh telegraf:1.7-alpine
testing telegraf:1.7-alpine
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build telegraf:1.8
Building bashbrew/cache:3adf266a1dec76ab0dfcf4dd2b96859eed028355fcbc8f3c34da25de0d902e3d (telegraf:1.8)
Tagging telegraf:1.8
Tagging telegraf:1.8.0
Tagging telegraf:latest

$ test/run.sh telegraf:1.8
testing telegraf:1.8
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build telegraf:1.8-alpine
Building bashbrew/cache:8ca4c475a06c2823c9217852860ed1899934620d28e9df8fc36b93e531277467 (telegraf:1.8-alpine)
Tagging telegraf:1.8-alpine
Tagging telegraf:1.8.0-alpine
Tagging telegraf:alpine

$ test/run.sh telegraf:1.8-alpine
testing telegraf:1.8-alpine
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed

@tianon tianon merged commit 66b3e67 into docker-library:master Sep 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants