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

Merged
merged 1 commit into from
Nov 15, 2018
Merged

Update influxdata images #5076

merged 1 commit into from
Nov 15, 2018

Conversation

jsternberg
Copy link
Contributor

No description provided.

@yosifkit
Copy link
Member

Diff:
diff --git a/_bashbrew-list b/_bashbrew-list
index fdf814c..2ef91f9 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.2
-chronograf:1.7.2-alpine
+chronograf:1.7.3
+chronograf:1.7.3-alpine
 chronograf:alpine
 chronograf:latest
 influxdb:1.5
@@ -40,8 +40,8 @@ influxdb:1.6.4-meta
 influxdb:1.6.4-meta-alpine
 influxdb:1.7
 influxdb:1.7-alpine
-influxdb:1.7.0
-influxdb:1.7.0-alpine
+influxdb:1.7.1
+influxdb:1.7.1-alpine
 influxdb:alpine
 influxdb:data
 influxdb:data-alpine
diff --git a/chronograf_alpine/Dockerfile b/chronograf_alpine/Dockerfile
index 9aab586..dba1c82 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.2
+ENV CHRONOGRAF_VERSION 1.7.3
 
 RUN set -ex && \
     apk add --no-cache --virtual .build-deps wget gnupg tar && \
diff --git a/chronograf_latest/Dockerfile b/chronograf_latest/Dockerfile
index 56e3d44..1af142a 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.2
+ENV CHRONOGRAF_VERSION 1.7.3
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
     case "${dpkgArch##*-}" in \
       amd64) ARCH='amd64';; \
diff --git a/influxdb_alpine/Dockerfile b/influxdb_alpine/Dockerfile
index 33b8418..345530a 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.0
+ENV INFLUXDB_VERSION 1.7.1
 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 33f3565..ecbc299 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.0
+ENV INFLUXDB_VERSION 1.7.1
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
     case "${dpkgArch##*-}" in \
       amd64) ARCH='amd64';; \

@yosifkit
Copy link
Member

warning: insecure protocol git:// detected: git://github.com/influxdata/influxdata-docker
Build test of #5076; 7791964; amd64 (chronograf, influxdb):

$ bashbrew build chronograf:1.5
Building bashbrew/cache:33b335c62962ce45573a465677702edb2abc7449cd30abc5ca9028e08a0da25f (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:4849656b0b2c95193247f6a4245efaee3104263eccb3f4a41fb39589e09a58c0 (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:9cc42d78b928cadf8adc3e286ec6723d350cacecc6d21908e781e221bab1cb80 (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:3ffdc6d666a9cc00304383135dd39375f7ce0d42a97a03cdb8ef2c64984ed5bb (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:8af152d3bbc97fb96f6f369043f667bad61708836ada586c82ed45afb3077755 (chronograf:1.7)
Tagging chronograf:1.7
Tagging chronograf:1.7.3
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:7de29ac828b3fcc5462c2a6a4d90e913a9176afb0679234ea3125d47134ef50d (chronograf:1.7-alpine)
Tagging chronograf:1.7-alpine
Tagging chronograf:1.7.3-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:1300f8c4028f425dc3ccdc8d35eaea496c764bfcfbe4d768960773808406df3a (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:a6f1a339d20c5b1679b3fb345c76a09e196fe2a1c86c9b501372c593e06d447d (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:feeefb3d79e0a800cd6b67342492d5fa5d91edff383079d239301ecce6ae1cd8 (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:9237e6cda043227204c3c3e2697e028100062693a89ba073edabe41f57f585d5 (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:6d80ede2040bbd8200e8e3620c496d0a71a4eafeee59c50ce5886868af0be82d (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:d5ff32c0791bdef95bba58473303e265a172c059a2f24bbbe64754ee548cea2a (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:854675a6fe92928e2115abc9168d225180fa8e069c9d2775c1052d5d1843711f (influxdb:1.6)
Tagging influxdb:1.6
Tagging influxdb:1.6.4

$ 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:a7e9b032a4882180a83462da56653f79cb3959826f9eb069f77b9b1ff2099486 (influxdb:1.6-alpine)
Tagging influxdb:1.6-alpine
Tagging influxdb:1.6.4-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:bd96ee5653b480519fe36712b23b9341e7f1436eb9a6ffabf075096dd4660529 (influxdb:1.6-data)
Tagging influxdb:1.6-data
Tagging influxdb:1.6.4-data
Tagging influxdb: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:74cacdc60bc6d7ba772e1b6dfd3cb02a5edb9989ca9659d3bcc5f6f7f0ea6bfa (influxdb:1.6-data-alpine)
Tagging influxdb:1.6-data-alpine
Tagging influxdb:1.6.4-data-alpine
Tagging influxdb: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:9de0bcd5fb4f998ce85906e912f26886791a00bb3fecb4374332bf3a196cb834 (influxdb:1.6-meta)
Tagging influxdb:1.6-meta
Tagging influxdb:1.6.4-meta
Tagging influxdb: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:8ee31cb8b825a64638ab0da17adcf0feb835fcdc3d49b33afa166322b39f2e92 (influxdb:1.6-meta-alpine)
Tagging influxdb:1.6-meta-alpine
Tagging influxdb:1.6.4-meta-alpine
Tagging influxdb: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:673af4bfe33acd138a9dab675aef9f16efe45641b8ac413dfc644a9fa44a6d8c (influxdb:1.7)
Tagging influxdb:1.7
Tagging influxdb:1.7.1
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:483b6abdff5fef786dbf948915011bd01dbd1bb70eadf6a0343dbc79b8cc9386 (influxdb:1.7-alpine)
Tagging influxdb:1.7-alpine
Tagging influxdb:1.7.1-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

@yosifkit yosifkit merged commit bb6f2b9 into docker-library:master Nov 15, 2018
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