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

Merged
merged 1 commit into from
Oct 9, 2019
Merged

Update telegraf image #6743

merged 1 commit into from
Oct 9, 2019

Conversation

jsternberg
Copy link
Contributor

No description provided.

@yosifkit
Copy link
Member

yosifkit commented Oct 7, 2019

Diff:
warning: insecure protocol git:// detected: git://github.com/influxdata/influxdata-docker
diff --git a/_bashbrew-list b/_bashbrew-list
index a0bf0fa..8fe90d5 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -8,7 +8,7 @@ telegraf:1.11.5
 telegraf:1.11.5-alpine
 telegraf:1.12
 telegraf:1.12-alpine
-telegraf:1.12.2
-telegraf:1.12.2-alpine
+telegraf:1.12.3
+telegraf:1.12.3-alpine
 telegraf:alpine
 telegraf:latest
diff --git a/telegraf_alpine/Dockerfile b/telegraf_alpine/Dockerfile
index 7eca044..ad755a7 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 tzdata && \
     update-ca-certificates
 
-ENV TELEGRAF_VERSION 1.12.2
+ENV TELEGRAF_VERSION 1.12.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 8ec80d7..7e7dcef 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.12.2
+ENV TELEGRAF_VERSION 1.12.3
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
     case "${dpkgArch##*-}" in \
       amd64) ARCH='amd64';; \

@yosifkit
Copy link
Member

yosifkit commented Oct 9, 2019

Build test of #6743; c1f61f3; amd64 (telegraf):

$ bashbrew build telegraf:1.10
Building bashbrew/cache:9bb5908b3e3f5b2eafbb078f455162e2ebc6bfb3b6c4453d8b5e53df51325c5e (telegraf:1.10)
Tagging telegraf:1.10
Tagging telegraf:1.10.4

$ 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:f82ee00651778188cafbcaa9c44d5d9a92090b65dfb8610a5db08df365b83592 (telegraf:1.10-alpine)
Tagging telegraf:1.10-alpine
Tagging telegraf:1.10.4-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


$ bashbrew build telegraf:1.11
Building bashbrew/cache:c12bbbb85ad051b8cf9600eebfe32b0da694f2493aadfc471eeb8895097e209f (telegraf:1.11)
Tagging telegraf:1.11
Tagging telegraf:1.11.5

$ test/run.sh telegraf:1.11
testing telegraf:1.11
	'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.11-alpine
Building bashbrew/cache:00393c073c3d20690cdffdbf24d01857a1e10ecb25fc08f4aa998ee262f6c015 (telegraf:1.11-alpine)
Tagging telegraf:1.11-alpine
Tagging telegraf:1.11.5-alpine

$ test/run.sh telegraf:1.11-alpine
testing telegraf:1.11-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.12
Building bashbrew/cache:fce939e2b8af408febbbddd64b83d8bbe0017fc2c55197b3f95dca06206d7245 (telegraf:1.12)
Tagging telegraf:1.12
Tagging telegraf:1.12.3
Tagging telegraf:latest

$ test/run.sh telegraf:1.12
testing telegraf:1.12
	'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.12-alpine
Building bashbrew/cache:df677d5ae676ba9dead0fd2e50275ef1cc5814285c03e1c7ff0ae967d3992ef8 (telegraf:1.12-alpine)
Tagging telegraf:1.12-alpine
Tagging telegraf:1.12.3-alpine
Tagging telegraf:alpine

$ test/run.sh telegraf:1.12-alpine
testing telegraf:1.12-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 1d86437 into docker-library:master Oct 9, 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