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 influxdata images #5755

Merged
merged 1 commit into from
Apr 17, 2019
Merged

Update influxdata images #5755

merged 1 commit into from
Apr 17, 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 1fb5fa7..b98c998 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -10,8 +10,8 @@ chronograf:1.6.2
 chronograf:1.6.2-alpine
 chronograf:1.7
 chronograf:1.7-alpine
-chronograf:1.7.8
-chronograf:1.7.8-alpine
+chronograf:1.7.10
+chronograf:1.7.10-alpine
 chronograf:alpine
 chronograf:latest
 influxdb:1.5
@@ -44,12 +44,12 @@ influxdb:1.7-data
 influxdb:1.7-data-alpine
 influxdb:1.7-meta
 influxdb:1.7-meta-alpine
-influxdb:1.7.5
-influxdb:1.7.5-alpine
 influxdb:1.7.5-data
 influxdb:1.7.5-data-alpine
 influxdb:1.7.5-meta
 influxdb:1.7.5-meta-alpine
+influxdb:1.7.6
+influxdb:1.7.6-alpine
 influxdb:alpine
 influxdb:data
 influxdb:data-alpine
@@ -66,7 +66,7 @@ telegraf:1.9.5
 telegraf:1.9.5-alpine
 telegraf:1.10
 telegraf:1.10-alpine
-telegraf:1.10.1
-telegraf:1.10.1-alpine
+telegraf:1.10.3
+telegraf:1.10.3-alpine
 telegraf:alpine
 telegraf:latest
diff --git a/chronograf_alpine/Dockerfile b/chronograf_alpine/Dockerfile
index 4c7917c..03c984e 100644
--- a/chronograf_alpine/Dockerfile
+++ b/chronograf_alpine/Dockerfile
@@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
 RUN apk add --no-cache ca-certificates && \
     update-ca-certificates
 
-ENV CHRONOGRAF_VERSION 1.7.8
+ENV CHRONOGRAF_VERSION 1.7.10
 
 RUN set -ex && \
     apk add --no-cache --virtual .build-deps wget gnupg tar && \
diff --git a/chronograf_latest/Dockerfile b/chronograf_latest/Dockerfile
index ce87fc6..08c8d55 100644
--- a/chronograf_latest/Dockerfile
+++ b/chronograf_latest/Dockerfile
@@ -11,7 +11,7 @@ RUN set -ex && \
         gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
     done
 
-ENV CHRONOGRAF_VERSION 1.7.8
+ENV CHRONOGRAF_VERSION 1.7.10
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
     case "${dpkgArch##*-}" in \
       amd64) ARCH='amd64';; \
diff --git a/influxdb_alpine/Dockerfile b/influxdb_alpine/Dockerfile
index 16e234a..73890f3 100644
--- a/influxdb_alpine/Dockerfile
+++ b/influxdb_alpine/Dockerfile
@@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
 RUN apk add --no-cache tzdata bash ca-certificates && \
     update-ca-certificates
 
-ENV INFLUXDB_VERSION 1.7.5
+ENV INFLUXDB_VERSION 1.7.6
 RUN set -ex && \
     apk add --no-cache --virtual .build-deps wget gnupg tar && \
     for key in \
diff --git a/influxdb_latest/Dockerfile b/influxdb_latest/Dockerfile
index 73d3ea0..c7b1687 100644
--- a/influxdb_latest/Dockerfile
+++ b/influxdb_latest/Dockerfile
@@ -9,7 +9,7 @@ RUN set -ex && \
         gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
     done
 
-ENV INFLUXDB_VERSION 1.7.5
+ENV INFLUXDB_VERSION 1.7.6
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
     case "${dpkgArch##*-}" in \
       amd64) ARCH='amd64';; \
diff --git a/telegraf_alpine/Dockerfile b/telegraf_alpine/Dockerfile
index beffc66..411bc0d 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.1
+ENV TELEGRAF_VERSION 1.10.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 db1e6eb..f6e7213 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.1
+ENV TELEGRAF_VERSION 1.10.3
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
     case "${dpkgArch##*-}" in \
       amd64) ARCH='amd64';; \

@yosifkit
Copy link
Member

Build test of #5755; 58bf722; amd64 (chronograf, influxdb, telegraf):

$ bashbrew build chronograf:1.5
Building bashbrew/cache:a734044253309955941a287b4fc51e565643623233bfc7dcdcf38645b4486d1c (chronograf:1.5)
Tagging chronograf:1.5
Tagging chronograf:1.5.0
Tagging chronograf:1.5.0.1

$ test/run.sh chronograf:1.5
testing chronograf: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 chronograf:1.5-alpine
Building bashbrew/cache:d2f61e73c148a0791c4b6a8ea0982e666d0461d012e2c1b4b8b696c979247ce3 (chronograf:1.5-alpine)
Tagging chronograf:1.5-alpine
Tagging chronograf:1.5.0-alpine
Tagging chronograf:1.5.0.1-alpine

$ test/run.sh chronograf:1.5-alpine
testing chronograf: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 chronograf:1.6
Building bashbrew/cache:7673065fc07dccf58f8d919a0cb87194a6145e95f3fd083faff3d10fefee35b3 (chronograf:1.6)
Tagging chronograf:1.6
Tagging chronograf:1.6.2

$ test/run.sh chronograf:1.6
testing chronograf: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 chronograf:1.6-alpine
Building bashbrew/cache:9c5fccdb9d03f4c603d30c043b9cb11a1c3893dbae168db9e94be44349746d7d (chronograf:1.6-alpine)
Tagging chronograf:1.6-alpine
Tagging chronograf:1.6.2-alpine

$ test/run.sh chronograf:1.6-alpine
testing chronograf: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 chronograf:1.7
Building bashbrew/cache:54df703b87c38d2339d814cb2fa01df649c4b95b553d379bced7f987767cc283 (chronograf:1.7)
Tagging chronograf:1.7
Tagging chronograf:1.7.10
Tagging chronograf:latest

$ test/run.sh chronograf:1.7
testing chronograf: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 chronograf:1.7-alpine
Building bashbrew/cache:dd4fe9ba356ec796a3d830a53af5bb1c1c556200de53b815dd3710dfb4d5c1d6 (chronograf:1.7-alpine)
Tagging chronograf:1.7-alpine
Tagging chronograf:1.7.10-alpine
Tagging chronograf:alpine

$ test/run.sh chronograf:1.7-alpine
testing chronograf: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 influxdb:1.5
Building bashbrew/cache:28c13a06f616ca10d6ef19511d1b807048710e8e4b567980502f93fcb06cbcd6 (influxdb:1.5)
Tagging influxdb:1.5
Tagging influxdb:1.5.4

$ test/run.sh influxdb:1.5
testing influxdb: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 influxdb:1.5-alpine
Building bashbrew/cache:255fe706fde748dd072e3a37acde44ca665090a851d0abd0904f89670f3e5252 (influxdb:1.5-alpine)
Tagging influxdb:1.5-alpine
Tagging influxdb:1.5.4-alpine

$ test/run.sh influxdb:1.5-alpine
testing influxdb: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 influxdb:1.5-data
Building bashbrew/cache:b90de05ee8025673e99c1f20f78bf192a29d7d616ecfa0853f45ff7c1e5c889e (influxdb:1.5-data)
Tagging influxdb:1.5-data
Tagging influxdb:1.5.4-data

$ test/run.sh influxdb:1.5-data
testing influxdb:1.5-data
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build influxdb:1.5-data-alpine
Building bashbrew/cache:57616f8a6ceb8b3ec23ad45a41151cd4c6671900876b8ce3212e0c2dfa4a7b32 (influxdb:1.5-data-alpine)
Tagging influxdb:1.5-data-alpine
Tagging influxdb:1.5.4-data-alpine

$ test/run.sh influxdb:1.5-data-alpine
testing influxdb:1.5-data-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 influxdb:1.5-meta
Building bashbrew/cache:c6eb36e8a3d0ef343f56e9a165e3133624a9436bc8257758c481423c476ea76f (influxdb:1.5-meta)
Tagging influxdb:1.5-meta
Tagging influxdb:1.5.4-meta

$ test/run.sh influxdb:1.5-meta
testing influxdb:1.5-meta
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build influxdb:1.5-meta-alpine
Building bashbrew/cache:c2c39ba29e606fe75351b977aeed2071f999623ede0233ec19ed475899824bf4 (influxdb:1.5-meta-alpine)
Tagging influxdb:1.5-meta-alpine
Tagging influxdb:1.5.4-meta-alpine

$ test/run.sh influxdb:1.5-meta-alpine
testing influxdb:1.5-meta-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 influxdb:1.6
Building bashbrew/cache:0fc924e19c84a1905d33c1a5bdf3ee65a57fc1b22310acb835822fbb5f94ac60 (influxdb:1.6)
Tagging influxdb:1.6
Tagging influxdb:1.6.6

$ test/run.sh influxdb:1.6
testing influxdb: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 influxdb:1.6-alpine
Building bashbrew/cache:4c9fb5376b86a030ae22cf5fa46aa307b95e858fdad6e654cf861411d84e3fb6 (influxdb:1.6-alpine)
Tagging influxdb:1.6-alpine
Tagging influxdb:1.6.6-alpine

$ test/run.sh influxdb:1.6-alpine
testing influxdb: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 influxdb:1.6-data
Building bashbrew/cache:d44ba1b688f3f6febd0f22ac8f1ba9705789bb0c391e621d01c7fc7584647dad (influxdb:1.6-data)
Tagging influxdb:1.6-data
Tagging influxdb:1.6.6-data

$ test/run.sh influxdb:1.6-data
testing influxdb:1.6-data
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build influxdb:1.6-data-alpine
Building bashbrew/cache:89d3a5945ec69e8376d8a46239f6bd8a298a78aa95899b0564e48e02cfc1c8b8 (influxdb:1.6-data-alpine)
Tagging influxdb:1.6-data-alpine
Tagging influxdb:1.6.6-data-alpine

$ test/run.sh influxdb:1.6-data-alpine
testing influxdb:1.6-data-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 influxdb:1.6-meta
Building bashbrew/cache:73890c54746fd14d82918d658f05c69da3e1563ba581dac8d17942f439a39181 (influxdb:1.6-meta)
Tagging influxdb:1.6-meta
Tagging influxdb:1.6.6-meta

$ test/run.sh influxdb:1.6-meta
testing influxdb:1.6-meta
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build influxdb:1.6-meta-alpine
Building bashbrew/cache:08b7e6ede2c3f4603dbfff8c11df48cf56ea2b5d316896faa12c2b03e2d68cf2 (influxdb:1.6-meta-alpine)
Tagging influxdb:1.6-meta-alpine
Tagging influxdb:1.6.6-meta-alpine

$ test/run.sh influxdb:1.6-meta-alpine
testing influxdb:1.6-meta-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 influxdb:1.7
Building bashbrew/cache:b7decf43f8383e675efd40cc48edbed04faa62e9baa71a50f9e80f52d201ef82 (influxdb:1.7)
Tagging influxdb:1.7
Tagging influxdb:1.7.6
Tagging influxdb:latest

$ test/run.sh influxdb:1.7
testing influxdb: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 influxdb:1.7-alpine
Building bashbrew/cache:09074767f89375304d6bde06734fe3ab819ffb702eb0aff853187005b2cf3c90 (influxdb:1.7-alpine)
Tagging influxdb:1.7-alpine
Tagging influxdb:1.7.6-alpine
Tagging influxdb:alpine

$ test/run.sh influxdb:1.7-alpine
testing influxdb: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 influxdb:1.7-data
Building bashbrew/cache:25332b4a75bc37c157a24cd2c47ed454edfd7b643695dc2f754b05661236f6c6 (influxdb:1.7-data)
Tagging influxdb:1.7-data
Tagging influxdb:1.7.5-data
Tagging influxdb:data

$ test/run.sh influxdb:1.7-data
testing influxdb:1.7-data
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build influxdb:1.7-data-alpine
Building bashbrew/cache:f306e16eb7ccc6f90b54753c027988dfccd7ce84c44cee0c51774e1ff273e9bb (influxdb:1.7-data-alpine)
Tagging influxdb:1.7-data-alpine
Tagging influxdb:1.7.5-data-alpine
Tagging influxdb:data-alpine

$ test/run.sh influxdb:1.7-data-alpine
testing influxdb:1.7-data-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 influxdb:1.7-meta
Building bashbrew/cache:f6d320282865228e7ce84ab80a62b559e39fbd9b61abc422e355ae31b31f292d (influxdb:1.7-meta)
Tagging influxdb:1.7-meta
Tagging influxdb:1.7.5-meta
Tagging influxdb:meta

$ test/run.sh influxdb:1.7-meta
testing influxdb:1.7-meta
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build influxdb:1.7-meta-alpine
Building bashbrew/cache:4d7b68dd33264adf6c22a1dcde1026d327c12596e64a0ee05b1c2473c51a97c7 (influxdb:1.7-meta-alpine)
Tagging influxdb:1.7-meta-alpine
Tagging influxdb:1.7.5-meta-alpine
Tagging influxdb:meta-alpine

$ test/run.sh influxdb:1.7-meta-alpine
testing influxdb:1.7-meta-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:f2a64ed21f5ff1547b29f1b306cbaf8cf24bd2381d203dce70ca3e76b0235513 (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:39f638d50f100629cc6b80dc0482e94b525d8abc69723d5cc6c5ace54ade5696 (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:ed798138000e3df5bc580cf553d0b5175ecc8e4c10ecafbaee4c634d04ba2994 (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:abd5c685d9ddd0ee59b24e59305e232553baa80dc6dc199c5f9f741f03494428 (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:2be5969b6420dbdbca24a6f3b42d54123530e59d6a1c3aacf1f8904e07a9f75a (telegraf:1.10)
Tagging telegraf:1.10
Tagging telegraf:1.10.3
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:95b59f73f2bfb677372f4aa9b032196e72c043f7e3a0ad1a83e00c1e33a15b21 (telegraf:1.10-alpine)
Tagging telegraf:1.10-alpine
Tagging telegraf:1.10.3-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 a1ec47e into docker-library:master Apr 17, 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