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

Merged
merged 1 commit into from
Jul 19, 2018
Merged

Update telegraf image #4613

merged 1 commit into from
Jul 19, 2018

Conversation

jsternberg
Copy link
Contributor

No description provided.

@yosifkit
Copy link
Member

Diff:
diff --git a/_bashbrew-list b/_bashbrew-list
index ef3b2ee..6287419 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -8,7 +8,7 @@ telegraf:1.6.4
 telegraf:1.6.4-alpine
 telegraf:1.7
 telegraf:1.7-alpine
-telegraf:1.7.1
-telegraf:1.7.1-alpine
+telegraf:1.7.2
+telegraf:1.7.2-alpine
 telegraf:alpine
 telegraf:latest
diff --git a/telegraf_alpine/Dockerfile b/telegraf_alpine/Dockerfile
index 8b6c340..5bc1d66 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.1
+ENV TELEGRAF_VERSION 1.7.2
 
 RUN set -ex && \
     apk add --no-cache --virtual .build-deps wget gnupg tar && \
diff --git a/telegraf_latest/Dockerfile b/telegraf_latest/Dockerfile
index 6923842..7a22760 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.1
+ENV TELEGRAF_VERSION 1.7.2
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
     case "${dpkgArch##*-}" in \
       amd64) ARCH='amd64';; \

@yosifkit
Copy link
Member

Build test of #4613; 932e4ed; amd64 (telegraf):

$ bashbrew build telegraf:1.5
Using bashbrew/cache:72b30834b505ba1acaefe4fae6315e8cd0579c18c1f8f86f4246f69ef2a3a3e9 (telegraf:1.5)
Tagging telegraf:1.5
Tagging telegraf:1.5.3

$ test/run.sh telegraf:1.5
testing telegraf:1.5
	'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.5-alpine
Using bashbrew/cache:bffb47c7e6305ca324761cdcd1e56889d8afac982ca7842f25dd3f32cc671f98 (telegraf:1.5-alpine)
Tagging telegraf:1.5-alpine
Tagging telegraf:1.5.3-alpine

$ test/run.sh telegraf:1.5-alpine
testing telegraf:1.5-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.6
Using bashbrew/cache:774a3c45e3c92a74d3b44759f9d6bbd03b13d304a58bf614f7db111a2cb6f78a (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
Using bashbrew/cache:55e61836e154dbdbf5367827be1a058bf6ea867fd671c4177dbf67c8c59c7523 (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
Using bashbrew/cache:aba4f0d1bc2b07c7dc097d773e031745a7663b2d157a1d0e7153a77aab0b45e5 (telegraf:1.7)
Tagging telegraf:1.7
Tagging telegraf:1.7.2
Tagging telegraf:latest

$ 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
Using bashbrew/cache:cfe55ef894210b13c3a1fc792132e0075ba55c278575350cb04d9f6a74f02d17 (telegraf:1.7-alpine)
Tagging telegraf:1.7-alpine
Tagging telegraf:1.7.2-alpine
Tagging telegraf: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

@yosifkit yosifkit merged commit 0f9d85b into docker-library:master Jul 19, 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