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

Merged
merged 1 commit into from
Mar 26, 2019
Merged

Update telegraf image #5608

merged 1 commit into from
Mar 26, 2019

Conversation

jsternberg
Copy link
Contributor

No description provided.

@yosifkit
Copy link
Member

Diff:
warning: insecure protocol git:// detected: git://github.com/influxdata/influxdata-docker
diff --git a/_bashbrew-list b/_bashbrew-list
index e197505..03f0c56 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -8,7 +8,7 @@ telegraf:1.9.5
 telegraf:1.9.5-alpine
 telegraf:1.10
 telegraf:1.10-alpine
-telegraf:1.10.0
-telegraf:1.10.0-alpine
+telegraf:1.10.1
+telegraf:1.10.1-alpine
 telegraf:alpine
 telegraf:latest
diff --git a/telegraf_alpine/Dockerfile b/telegraf_alpine/Dockerfile
index 5a91e3b..beffc66 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.10.0
+ENV TELEGRAF_VERSION 1.10.1
 
 RUN set -ex && \
     apk add --no-cache --virtual .build-deps wget gnupg tar && \
diff --git a/telegraf_latest/Dockerfile b/telegraf_latest/Dockerfile
index 03bce9d..db1e6eb 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.10.0
+ENV TELEGRAF_VERSION 1.10.1
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
     case "${dpkgArch##*-}" in \
       amd64) ARCH='amd64';; \

@yosifkit
Copy link
Member

Build test of #5608; 7b136b6; amd64 (telegraf):

$ bashbrew build telegraf:1.8
Building bashbrew/cache:16098f2766d0a94c461e6a983d1579a23ba69accf826d18ff8a17048e4bcf32b (telegraf:1.8)
Tagging telegraf:1.8
Tagging telegraf:1.8.3

$ 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:90c8c333ad3b9d45b6c75927db77872b1b43825afa0fc537a251b3abfa267d19 (telegraf:1.8-alpine)
Tagging telegraf:1.8-alpine
Tagging telegraf:1.8.3-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


$ bashbrew build telegraf:1.9
Building bashbrew/cache:65356d7479ae36280637b8fcdeb7f76774a6f86868abe13aa7be7c1075b43a87 (telegraf:1.9)
Tagging telegraf:1.9
Tagging telegraf:1.9.5

$ test/run.sh telegraf:1.9
testing telegraf:1.9
	'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.9-alpine
Building bashbrew/cache:14dfbbaa2e2378ef1d95cc342143f38c145d0cfb66068b48ea3fc495a35a360d (telegraf:1.9-alpine)
Tagging telegraf:1.9-alpine
Tagging telegraf:1.9.5-alpine

$ test/run.sh telegraf:1.9-alpine
testing telegraf:1.9-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.10
Building bashbrew/cache:70d90dc2ac049db019b2fcc24544ad4fb66669beb310b46ce1f466e8dec9cd74 (telegraf:1.10)
Tagging telegraf:1.10
Tagging telegraf:1.10.1
Tagging telegraf:latest

$ test/run.sh telegraf:1.10
testing telegraf:1.10
	'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.10-alpine
Building bashbrew/cache:2194384560e5fc4de18c614c90eb1259cfd680188bd83bd6a958e41f6569b318 (telegraf:1.10-alpine)
Tagging telegraf:1.10-alpine
Tagging telegraf:1.10.1-alpine
Tagging telegraf:alpine

$ test/run.sh telegraf:1.10-alpine
testing telegraf:1.10-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 563e7df into docker-library:master Mar 26, 2019
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