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

Merged
merged 1 commit into from
Jan 30, 2019
Merged

Update telegraf image #5366

merged 1 commit into from
Jan 30, 2019

Conversation

jsternberg
Copy link
Contributor

No description provided.

@tianon
Copy link
Member

tianon commented Jan 30, 2019

Diff:
warning: insecure protocol git:// detected: git://github.com/influxdata/influxdata-docker
diff --git a/_bashbrew-list b/_bashbrew-list
index 45acae6..ad7bffb 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -8,7 +8,7 @@ telegraf:1.8.3
 telegraf:1.8.3-alpine
 telegraf:1.9
 telegraf:1.9-alpine
-telegraf:1.9.2
-telegraf:1.9.2-alpine
+telegraf:1.9.3
+telegraf:1.9.3-alpine
 telegraf:alpine
 telegraf:latest
diff --git a/telegraf_alpine/Dockerfile b/telegraf_alpine/Dockerfile
index 3027723..7a39a3b 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.9.2
+ENV TELEGRAF_VERSION 1.9.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 9e64dd3..dd95716 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.9.2
+ENV TELEGRAF_VERSION 1.9.3
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
     case "${dpkgArch##*-}" in \
       amd64) ARCH='amd64';; \

@tianon
Copy link
Member

tianon commented Jan 30, 2019

LGTM

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

$ bashbrew build telegraf:1.7
Building bashbrew/cache:f9e30abb537030932e5d7646b1d2051bd0cb04eae58ff077fa13e8699682d534 (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:3adfbee0fc88c6a38a3cf3b72851048b714af7f1cea880e2a395d04da11a3430 (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:0557a20df9439d630e0b6edbd87cc0dfadb8799297e869e9e8ba8082d887fde7 (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:974cf1a07ba7d72ca2cecf135f4c4311189464e5a3f9a8ca46615b85f2b78dbb (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:b8fd2333d51a733414e35ec6fa3de9348d84104e908841f7773c80d41b8b551f (telegraf:1.9)
Tagging telegraf:1.9
Tagging telegraf:1.9.3
Tagging telegraf:latest

$ 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:472bde2112f8524c57951e4f058ce97f26f0310aa0cd3dff84ad00595c90d12a (telegraf:1.9-alpine)
Tagging telegraf:1.9-alpine
Tagging telegraf:1.9.3-alpine
Tagging telegraf: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

@tianon tianon merged commit 60124ec into docker-library:master Jan 30, 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