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 #5019

Merged
merged 1 commit into from
Oct 31, 2018
Merged

Update telegraf image #5019

merged 1 commit into from
Oct 31, 2018

Conversation

jsternberg
Copy link
Contributor

No description provided.

@yosifkit
Copy link
Member

warning: insecure protocol git:// detected: git://github.com/influxdata/influxdata-docker

Diff:
diff --git a/_bashbrew-list b/_bashbrew-list
index 89241b5..9b98081 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -8,7 +8,7 @@ telegraf:1.7.4
 telegraf:1.7.4-alpine
 telegraf:1.8
 telegraf:1.8-alpine
-telegraf:1.8.2
-telegraf:1.8.2-alpine
+telegraf:1.8.3
+telegraf:1.8.3-alpine
 telegraf:alpine
 telegraf:latest
diff --git a/telegraf_alpine/Dockerfile b/telegraf_alpine/Dockerfile
index 72d3948..5154dd2 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.8.2
+ENV TELEGRAF_VERSION 1.8.3
 
 RUN set -ex && \
     apk add --no-cache --virtual .build-deps wget gnupg tar && \
diff --git a/telegraf_latest/Dockerfile b/telegraf_latest/Dockerfile
index 615bd2b..045de10 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.8.2
+ENV TELEGRAF_VERSION 1.8.3
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
     case "${dpkgArch##*-}" in \
       amd64) ARCH='amd64';; \

@yosifkit
Copy link
Member

Build test of #5019; e824350; amd64 (telegraf):

$ bashbrew build telegraf:1.6
Building bashbrew/cache:87ce27dc34f8a3141e02c724988ca647191331d0fbc5ad7aa4318e72472523ce (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:46a3376caa30f7d355dca260f987edd2d9a203e6b392f7392d9bdb2aba67ed3a (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:1691f62227b584300a65bd9717f29b4708e10a539dcb74d32e22a19a721f63a7 (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:aebdafdc664fdcc998281a016790f28cce602aff03fe191ee93196f35b36c6c7 (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:f0b30f67aa38e5f3bb22ef6415a9e8d4765aefe7cea96cd0c133f4c046b72169 (telegraf:1.8)
Tagging telegraf:1.8
Tagging telegraf:1.8.3
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:b76db41480d2728c4e67e4e2b97eb9b73f03cd3ceda229930a1ed7217e051c5b (telegraf:1.8-alpine)
Tagging telegraf:1.8-alpine
Tagging telegraf:1.8.3-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

@yosifkit yosifkit merged commit 5d43a22 into docker-library:master Oct 31, 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