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

Merged
merged 1 commit into from
Aug 31, 2018
Merged

Update telegraf image #4795

merged 1 commit into from
Aug 31, 2018

Conversation

jsternberg
Copy link
Contributor

No description provided.

@yosifkit
Copy link
Member

Diff:
diff --git a/_bashbrew-list b/_bashbrew-list
index d70c5f3..391844a 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.3
-telegraf:1.7.3-alpine
+telegraf:1.7.4
+telegraf:1.7.4-alpine
 telegraf:alpine
 telegraf:latest
diff --git a/telegraf_alpine/Dockerfile b/telegraf_alpine/Dockerfile
index 3a72acd..5838509 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.3
+ENV TELEGRAF_VERSION 1.7.4
 
 RUN set -ex && \
     apk add --no-cache --virtual .build-deps wget gnupg tar && \
diff --git a/telegraf_latest/Dockerfile b/telegraf_latest/Dockerfile
index 1733896..997d413 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.3
+ENV TELEGRAF_VERSION 1.7.4
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
     case "${dpkgArch##*-}" in \
       amd64) ARCH='amd64';; \

@yosifkit
Copy link
Member

Build test of #4795; c9af646; amd64 (telegraf):

$ bashbrew build telegraf:1.5
Building bashbrew/cache:bf85422dcf27149ca21efa15216d140f745fff6931d821ce5e59f28c1d1fa06a (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
Building bashbrew/cache:8c08ee2aed738ae01f6aed5a931302e403445e6e87c257cb7db0dd9294bc682e (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
Building bashbrew/cache:5e806df678cb19747e7458ae187141a2a2bfe3aacd3a719b62b87551b6043a33 (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:dabb74f2bac5140514b0c5a1fbc9ec48695ffe1a538b4e2b43b4d2073cb90c8e (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:65a2cf4c47af153041676ce47f1401a4bb3e6287c656ccb777672e64c7538251 (telegraf:1.7)
Tagging telegraf:1.7
Tagging telegraf:1.7.4
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
Building bashbrew/cache:3f672a74d47eb9b99878ef49c19fafe7a26cdee5e4009a0bab31d1739323ffc1 (telegraf:1.7-alpine)
Tagging telegraf:1.7-alpine
Tagging telegraf:1.7.4-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 770ca14 into docker-library:master Aug 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