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

telegraf 1.3.1 #3008

Merged
merged 1 commit into from
Jun 1, 2017
Merged

telegraf 1.3.1 #3008

merged 1 commit into from
Jun 1, 2017

Conversation

jsternberg
Copy link
Contributor

No description provided.

@yosifkit
Copy link
Member

yosifkit commented Jun 1, 2017

Diff:
warning: insecure protocol git:// detected: git://github.com/influxdata/influxdata-docker
diff --git a/_bashbrew-list b/_bashbrew-list
index 3b053c8..1b08858 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -4,7 +4,7 @@ telegraf:1.2.1
 telegraf:1.2.1-alpine
 telegraf:1.3
 telegraf:1.3-alpine
-telegraf:1.3.0
-telegraf:1.3.0-alpine
+telegraf:1.3.1
+telegraf:1.3.1-alpine
 telegraf:alpine
 telegraf:latest
diff --git a/telegraf_alpine/Dockerfile b/telegraf_alpine/Dockerfile
index 6fe45e4..e8041c2 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 && \
     update-ca-certificates
 
-ENV TELEGRAF_VERSION 1.3.0
+ENV TELEGRAF_VERSION 1.3.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 a0dc2b5..4b3b365 100644
--- a/telegraf_latest/Dockerfile
+++ b/telegraf_latest/Dockerfile
@@ -9,7 +9,7 @@ RUN set -ex && \
         gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
     done
 
-ENV TELEGRAF_VERSION 1.3.0
+ENV TELEGRAF_VERSION 1.3.1
 RUN wget -q https://dl.influxdata.com/telegraf/releases/telegraf_${TELEGRAF_VERSION}-1_amd64.deb.asc && \
     wget -q https://dl.influxdata.com/telegraf/releases/telegraf_${TELEGRAF_VERSION}-1_amd64.deb && \
     gpg --batch --verify telegraf_${TELEGRAF_VERSION}-1_amd64.deb.asc telegraf_${TELEGRAF_VERSION}-1_amd64.deb && \

@yosifkit
Copy link
Member

yosifkit commented Jun 1, 2017

Build test of #3008; 88a3ee7 (telegraf):

$ bashbrew build telegraf:1.2
Using bashbrew/cache:cc3653c7fe415ea5a78fdefa956e738dd60b7575dcedc0971d7a2557e2bb116b (telegraf:1.2)
Tagging telegraf:1.2
Tagging telegraf:1.2.1

$ test/run.sh telegraf:1.2
testing telegraf:1.2
	'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.2-alpine
Building bashbrew/cache:ba52b30399b59893218aa42d7f7cf123d673a9565f9d7abc495f593700fdf6ee (telegraf:1.2-alpine)
Tagging telegraf:1.2-alpine
Tagging telegraf:1.2.1-alpine

$ test/run.sh telegraf:1.2-alpine
testing telegraf:1.2-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.3
Building bashbrew/cache:27c86f78f8899b817e8f5a0279fa24ea9a65547ef484faf96517e1bb58fb6b1e (telegraf:1.3)
Tagging telegraf:1.3
Tagging telegraf:1.3.1
Tagging telegraf:latest

$ test/run.sh telegraf:1.3
testing telegraf:1.3
	'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.3-alpine
Building bashbrew/cache:c73b58ba4608db1d542320b39036bf454a42988ad21bd85af7f6f298f3a2daad (telegraf:1.3-alpine)
Tagging telegraf:1.3-alpine
Tagging telegraf:1.3.1-alpine
Tagging telegraf:alpine

$ test/run.sh telegraf:1.3-alpine
testing telegraf:1.3-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 5f4e3c0 into docker-library:master Jun 1, 2017
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