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

Merged
merged 1 commit into from
Mar 9, 2018
Merged

Conversation

jsternberg
Copy link
Contributor

No description provided.

@yosifkit
Copy link
Member

yosifkit commented Mar 9, 2018

Diff:
warning: insecure protocol git:// detected: git://github.com/influxdata/influxdata-docker
diff --git a/_bashbrew-list b/_bashbrew-list
index e530e46..aeeba81 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -8,7 +8,7 @@ chronograf:1.4
 chronograf:1.4-alpine
 chronograf:1.4.2
 chronograf:1.4.2-alpine
-chronograf:1.4.2.1
-chronograf:1.4.2.1-alpine
+chronograf:1.4.2.3
+chronograf:1.4.2.3-alpine
 chronograf:alpine
 chronograf:latest
diff --git a/chronograf_alpine/Dockerfile b/chronograf_alpine/Dockerfile
index 36e58cd..5709580 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.4.2.1
+ENV CHRONOGRAF_VERSION 1.4.2.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 42668fb..6672bf7 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.4.2.1
+ENV CHRONOGRAF_VERSION 1.4.2.3
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
     case "${dpkgArch##*-}" in \
       amd64) ARCH='amd64';; \

@yosifkit
Copy link
Member

yosifkit commented Mar 9, 2018

Build test of #4112; 148b48e; amd64 (chronograf):

$ bashbrew build chronograf:1.3
Building bashbrew/cache:fe47846accdd6063d46fbc53b578b5680ada33df02ccf4a19a11aab64c90eb77 (chronograf:1.3)
Tagging chronograf:1.3
Tagging chronograf:1.3.10
Tagging chronograf:1.3.10.0

$ test/run.sh chronograf:1.3
testing chronograf: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 chronograf:1.3-alpine
Building bashbrew/cache:92274a7b6ca39267e1db2030cfc62e2ca5969362ed3f674b3d433e574ceb5bdc (chronograf:1.3-alpine)
Tagging chronograf:1.3-alpine
Tagging chronograf:1.3.10-alpine
Tagging chronograf:1.3.10.0-alpine

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


$ bashbrew build chronograf:1.4
Building bashbrew/cache:3217691b7f7f86f7583a5ea76d221765c32afda8deccc96cbb581205b37e369d (chronograf:1.4)
Tagging chronograf:1.4
Tagging chronograf:1.4.2
Tagging chronograf:1.4.2.3
Tagging chronograf:latest

$ test/run.sh chronograf:1.4
testing chronograf:1.4
	'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.4-alpine
Building bashbrew/cache:4f40de7088a4514094ac2c65ad8f6b4e30d1b332075dce514678a3fc3ae179b6 (chronograf:1.4-alpine)
Tagging chronograf:1.4-alpine
Tagging chronograf:1.4.2-alpine
Tagging chronograf:1.4.2.3-alpine
Tagging chronograf:alpine

$ test/run.sh chronograf:1.4-alpine
testing chronograf:1.4-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 1cd4c5c into docker-library:master Mar 9, 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