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 chronograf image #7927

Merged
merged 1 commit into from
May 2, 2020
Merged

Conversation

hoorayimhelping
Copy link
Contributor

1.8.4

@yosifkit
Copy link
Member

yosifkit commented May 2, 2020

Diff:
warning: insecure protocol git:// detected: git://github.com/influxdata/influxdata-docker
diff --git a/_bashbrew-list b/_bashbrew-list
index cc0dd1e..f8bf9ab 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -8,7 +8,7 @@ chronograf:1.7.17
 chronograf:1.7.17-alpine
 chronograf:1.8
 chronograf:1.8-alpine
-chronograf:1.8.2
-chronograf:1.8.2-alpine
+chronograf:1.8.4
+chronograf:1.8.4-alpine
 chronograf:alpine
 chronograf:latest
diff --git a/chronograf_alpine/Dockerfile b/chronograf_alpine/Dockerfile
index c00e449..19bc772 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.8.2
+ENV CHRONOGRAF_VERSION 1.8.4
 
 RUN set -ex && \
     apk add --no-cache --virtual .build-deps wget gnupg tar && \
diff --git a/chronograf_latest/Dockerfile b/chronograf_latest/Dockerfile
index f5450db..8986338 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.8.2
+ENV CHRONOGRAF_VERSION 1.8.4
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
     case "${dpkgArch##*-}" in \
       amd64) ARCH='amd64';; \

@yosifkit
Copy link
Member

yosifkit commented May 2, 2020

Build test of #7927; 749c6b4; amd64 (chronograf):

$ bashbrew build chronograf:1.6
Building bashbrew/cache:4ed6acd4122e82ef87c2a312a00757f9b331a94bbd368b80fdaf297c25b766cc (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:ab5a6db758c8a527a71b3441a33fa4c1d536438b4618dfc5c0fc32fc54bfbe62 (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:4ce95327d9e45c50c1a8516db04531a96cee5097a6841fcb91e0782f56c94811 (chronograf:1.7)
Tagging chronograf:1.7
Tagging chronograf:1.7.17

$ 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:8c4ccd52f66567d94d40de0f434f16ddd2983eed5c609359accbfe9dd1af32bf (chronograf:1.7-alpine)
Tagging chronograf:1.7-alpine
Tagging chronograf:1.7.17-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 chronograf:1.8
Building bashbrew/cache:76dcde2de2ef77166e0f518dff05e607739b46db5977f1f5a584456965162afb (chronograf:1.8)
Tagging chronograf:1.8
Tagging chronograf:1.8.4
Tagging chronograf:latest

$ test/run.sh chronograf:1.8
testing chronograf: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 chronograf:1.8-alpine
Building bashbrew/cache:74e9ade3555ff753b5af6a3b064b080079888d01e53420891861817322d1a4db (chronograf:1.8-alpine)
Tagging chronograf:1.8-alpine
Tagging chronograf:1.8.4-alpine
Tagging chronograf:alpine

$ test/run.sh chronograf:1.8-alpine
testing chronograf: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

@yosifkit yosifkit merged commit 71c00b8 into docker-library:master May 2, 2020
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