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

Releasing Neo4j 3.3.8 #5018

Merged
merged 1 commit into from
Nov 1, 2018
Merged

Releasing Neo4j 3.3.8 #5018

merged 1 commit into from
Nov 1, 2018

Conversation

jennyowen
Copy link
Contributor

No description provided.

@yosifkit
Copy link
Member

Diff:
diff --git a/_bashbrew-arches b/_bashbrew-arches
index a48162f..841281b 100644
--- a/_bashbrew-arches
+++ b/_bashbrew-arches
@@ -112,6 +112,8 @@ neo4j:3.3.5 @ amd64
 neo4j:3.3.5-enterprise @ amd64
 neo4j:3.3.6 @ amd64
 neo4j:3.3.6-enterprise @ amd64
+neo4j:3.3.7 @ amd64
+neo4j:3.3.7-enterprise @ amd64
 neo4j:3.4.0 @ amd64
 neo4j:3.4.0-enterprise @ amd64
 neo4j:3.4.1 @ amd64
diff --git a/_bashbrew-list b/_bashbrew-list
index 1a45ff1..ffafa7d 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -122,6 +122,8 @@ neo4j:3.3.6
 neo4j:3.3.6-enterprise
 neo4j:3.3.7
 neo4j:3.3.7-enterprise
+neo4j:3.3.8
+neo4j:3.3.8-enterprise
 neo4j:3.4
 neo4j:3.4-enterprise
 neo4j:3.4.0
diff --git a/neo4j_3.3-enterprise/Dockerfile b/neo4j_3.3-enterprise/Dockerfile
index 00a8bc4..90fd4f6 100644
--- a/neo4j_3.3-enterprise/Dockerfile
+++ b/neo4j_3.3-enterprise/Dockerfile
@@ -2,10 +2,10 @@ FROM openjdk:8-jre-alpine
 
 RUN addgroup -S neo4j && adduser -S -H -h /var/lib/neo4j -G neo4j neo4j
 
-ENV NEO4J_SHA256=15d5e074197ad9e0c78e5284ee65994bcc9a6ac9a45c9757cbab5e58bca03cb2 \
-    NEO4J_TARBALL=neo4j-enterprise-3.3.7-unix.tar.gz \
+ENV NEO4J_SHA256=f97e2cdfe62bd1ec86dea446d6e0846792ba50f5e4e17f12435c8de17ffdc7d4 \
+    NEO4J_TARBALL=neo4j-enterprise-3.3.8-unix.tar.gz \
     NEO4J_EDITION=enterprise
-ARG NEO4J_URI=http://dist.neo4j.org/neo4j-enterprise-3.3.7-unix.tar.gz
+ARG NEO4J_URI=http://dist.neo4j.org/neo4j-enterprise-3.3.8-unix.tar.gz
 
 COPY ./local-package/* /tmp/
 
diff --git a/neo4j_3.3-enterprise/Dockerfile b/neo4j_3.3.7-enterprise/Dockerfile
similarity index 100%
copy from neo4j_3.3-enterprise/Dockerfile
copy to neo4j_3.3.7-enterprise/Dockerfile
diff --git a/neo4j_3.3-enterprise/docker-entrypoint.sh b/neo4j_3.3.7-enterprise/docker-entrypoint.sh
similarity index 100%
copy from neo4j_3.3-enterprise/docker-entrypoint.sh
copy to neo4j_3.3.7-enterprise/docker-entrypoint.sh
diff --git a/neo4j_2.3-enterprise/local-package/.sentinel b/neo4j_3.3.7-enterprise/local-package/.sentinel
similarity index 100%
copy from neo4j_2.3-enterprise/local-package/.sentinel
copy to neo4j_3.3.7-enterprise/local-package/.sentinel
diff --git a/neo4j_3.3/Dockerfile b/neo4j_3.3.7/Dockerfile
similarity index 100%
copy from neo4j_3.3/Dockerfile
copy to neo4j_3.3.7/Dockerfile
diff --git a/neo4j_3.3-enterprise/docker-entrypoint.sh b/neo4j_3.3.7/docker-entrypoint.sh
similarity index 100%
copy from neo4j_3.3-enterprise/docker-entrypoint.sh
copy to neo4j_3.3.7/docker-entrypoint.sh
diff --git a/neo4j_2.3-enterprise/local-package/.sentinel b/neo4j_3.3.7/local-package/.sentinel
similarity index 100%
copy from neo4j_2.3-enterprise/local-package/.sentinel
copy to neo4j_3.3.7/local-package/.sentinel
diff --git a/neo4j_3.3/Dockerfile b/neo4j_3.3/Dockerfile
index 8effd60..bbbd9a5 100644
--- a/neo4j_3.3/Dockerfile
+++ b/neo4j_3.3/Dockerfile
@@ -2,10 +2,10 @@ FROM openjdk:8-jre-alpine
 
 RUN addgroup -S neo4j && adduser -S -H -h /var/lib/neo4j -G neo4j neo4j
 
-ENV NEO4J_SHA256=8fbd688ad05b02860310d5b1f4ffc172f6a966a597b7d5b3ef1609d1d0125003 \
-    NEO4J_TARBALL=neo4j-community-3.3.7-unix.tar.gz \
+ENV NEO4J_SHA256=1a6bc266806823b1fc2b3ec55e2f21b19a81617fffb45781d20a69f8a98e30be \
+    NEO4J_TARBALL=neo4j-community-3.3.8-unix.tar.gz \
     NEO4J_EDITION=community
-ARG NEO4J_URI=http://dist.neo4j.org/neo4j-community-3.3.7-unix.tar.gz
+ARG NEO4J_URI=http://dist.neo4j.org/neo4j-community-3.3.8-unix.tar.gz
 
 COPY ./local-package/* /tmp/
 

@tianon
Copy link
Member

tianon commented Oct 31, 2018

Copying my comment from #1864 (comment) here too, just for completeness/full visibility:

I think we need to revisit this. We're currently at 130 unique "supported" neo4j tags (with #5018 adding two more), and running the entire test suite across all of them takes a very long time (going on nearly two hours now for the build test on that latest PR), which seems to be roughly how long it takes our official server to build them all too.

@tianon
Copy link
Member

tianon commented Oct 31, 2018

(Not to mention how ridiculous https://hub.docker.com/_/neo4j/ ends up looking.)

@yosifkit
Copy link
Member

Build test of #5018; 0d8b0ac; amd64 (neo4j):

$ bashbrew build neo4j:3.4.9
Using bashbrew/cache:b69377d0d86065f4d766c19db215951562a77522fd1b2fe8ccb8532e80593162 (neo4j:3.4.9)
Tagging neo4j:3.4.9
Tagging neo4j:3.4
Tagging neo4j:latest

$ test/run.sh neo4j:3.4.9
testing neo4j:3.4.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 neo4j:3.4.9-enterprise
Using bashbrew/cache:8fe0065408130e68d432b66601c6f3af2086d4dbad0e9662cdfab0c05dab21fd (neo4j:3.4.9-enterprise)
Tagging neo4j:3.4.9-enterprise
Tagging neo4j:3.4-enterprise
Tagging neo4j:enterprise

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


$ bashbrew build neo4j:3.4.8
Using bashbrew/cache:42e62dbd87957002437d80f2b87f1594ee698522754b68602241dde1a0f95446 (neo4j:3.4.8)
Tagging neo4j:3.4.8

$ test/run.sh neo4j:3.4.8
testing neo4j:3.4.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 neo4j:3.4.8-enterprise
Using bashbrew/cache:28fc061e633f4a18942edd2a76b90ec6ad5c02b3ff4ec7f8eb2512043b46d2ad (neo4j:3.4.8-enterprise)
Tagging neo4j:3.4.8-enterprise

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


$ bashbrew build neo4j:3.4.7
Using bashbrew/cache:419b54b446a69ebaabd422e92808e2064250d3b7856a6101e9df03624d063a4a (neo4j:3.4.7)
Tagging neo4j:3.4.7

$ test/run.sh neo4j:3.4.7
testing neo4j:3.4.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 neo4j:3.4.7-enterprise
Using bashbrew/cache:2ef71fb3b6bd61febd8b74d7178e7850789104c3fc7dab460f37b86f1ba65970 (neo4j:3.4.7-enterprise)
Tagging neo4j:3.4.7-enterprise

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


$ bashbrew build neo4j:3.4.6
Using bashbrew/cache:3554d3498473d98ec6b03d2fd41b42b28630363c16ca3e14ef5f5dd6ab76448b (neo4j:3.4.6)
Tagging neo4j:3.4.6

$ test/run.sh neo4j:3.4.6
testing neo4j:3.4.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 neo4j:3.4.6-enterprise
Using bashbrew/cache:ac43f9bc55762da0b93c025e58fab71a63156c3a81d8a987569a95a54b052170 (neo4j:3.4.6-enterprise)
Tagging neo4j:3.4.6-enterprise

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


$ bashbrew build neo4j:3.4.5
Using bashbrew/cache:6613f416427ee59c5818162ffbda8232e2c7c1a84e0b1bd849cd3c94ebf2a50c (neo4j:3.4.5)
Tagging neo4j:3.4.5

$ test/run.sh neo4j:3.4.5
testing neo4j:3.4.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 neo4j:3.4.5-enterprise
Using bashbrew/cache:be190bfc792f7d0f978c7bdc58db70c1396fbd9df406a57c3fc21293cbcd47ee (neo4j:3.4.5-enterprise)
Tagging neo4j:3.4.5-enterprise

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


$ bashbrew build neo4j:3.4.4
Using bashbrew/cache:94e612b4e9a858eb9c9c0772cd60260981765a626854ae01fa3a1a1c0f883c6d (neo4j:3.4.4)
Tagging neo4j:3.4.4

$ test/run.sh neo4j:3.4.4
testing neo4j:3.4.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 neo4j:3.4.4-enterprise
Using bashbrew/cache:4e61e3356027d59fc04773485d7009b541f897fc1e6c486c70b461e53a2601ec (neo4j:3.4.4-enterprise)
Tagging neo4j:3.4.4-enterprise

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


$ bashbrew build neo4j:3.4.1
Using bashbrew/cache:fc14906d6560b8f18475b6f6b70f3356fd5e70a2668d4c74cc69160cb6948054 (neo4j:3.4.1)
Tagging neo4j:3.4.1

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


$ bashbrew build neo4j:3.4.1-enterprise
Using bashbrew/cache:f86852ddbc4f57529e3f44c381b04407c943fabd940e994d6f5938a286543ff7 (neo4j:3.4.1-enterprise)
Tagging neo4j:3.4.1-enterprise

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


$ bashbrew build neo4j:3.4.0
Using bashbrew/cache:a24e7d223332a8f7a98c9d979c83191c071d69e2c5242b1c347c0348713b21c8 (neo4j:3.4.0)
Tagging neo4j:3.4.0

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


$ bashbrew build neo4j:3.4.0-enterprise
Using bashbrew/cache:9ce6b5dc56c6feeb37c454730167988b9c50c0b94c1e4cacd152983a7686243e (neo4j:3.4.0-enterprise)
Tagging neo4j:3.4.0-enterprise

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


$ bashbrew build neo4j:3.3.8
Using bashbrew/cache:14550de238c79a480e0dd6e7d65bb4a6ba60a864fa72834a2b738adbe80c0aef (neo4j:3.3.8)
Tagging neo4j:3.3.8
Tagging neo4j:3.3

$ test/run.sh neo4j:3.3.8
testing neo4j:3.3.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 neo4j:3.3.8-enterprise
Using bashbrew/cache:814d0eb3936fce9a304dfca36f01dd938e1cda5e922bbeabb43d8607ad309db6 (neo4j:3.3.8-enterprise)
Tagging neo4j:3.3.8-enterprise
Tagging neo4j:3.3-enterprise

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


$ bashbrew build neo4j:3.3.7
Using bashbrew/cache:b77ac4ee0a5cb52103cf7cfda342d485b41d46b3129bf3bb3fc045efb58eafd3 (neo4j:3.3.7)
Tagging neo4j:3.3.7

$ test/run.sh neo4j:3.3.7
testing neo4j:3.3.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 neo4j:3.3.7-enterprise
Using bashbrew/cache:9b53783075b3defc20ba68227d4df853e36c4a44cd92c8e1d7d7993925c2bca6 (neo4j:3.3.7-enterprise)
Tagging neo4j:3.3.7-enterprise

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


$ bashbrew build neo4j:3.3.6
Using bashbrew/cache:d9b2179f3f64d21ee42c9e5a6be7d13b3e68ba7db3b06b7dc6f0cb87525cbb3c (neo4j:3.3.6)
Tagging neo4j:3.3.6

$ test/run.sh neo4j:3.3.6
testing neo4j:3.3.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 neo4j:3.3.6-enterprise
Using bashbrew/cache:c5844f1063a0965f657a2d55c26fa60f216fc311bbf2b45668a8ed5c823d440f (neo4j:3.3.6-enterprise)
Tagging neo4j:3.3.6-enterprise

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


$ bashbrew build neo4j:3.3.5
Using bashbrew/cache:000a7248989ea1cd412c38b7f89cefc2fdb5a8255cd7c4ac8d5bfd55093b2e12 (neo4j:3.3.5)
Tagging neo4j:3.3.5

$ test/run.sh neo4j:3.3.5
testing neo4j:3.3.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 neo4j:3.3.5-enterprise
Using bashbrew/cache:a7e5f3350f6ca9f6f0a3317fe87c7947c60f00e77b72c7cbe98fc43662791de7 (neo4j:3.3.5-enterprise)
Tagging neo4j:3.3.5-enterprise

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


$ bashbrew build neo4j:3.3.4
Using bashbrew/cache:6d122aed089d787657edfc5f0e94abda7f8e72e0bb77ff38789d0e4e51ee7f61 (neo4j:3.3.4)
Tagging neo4j:3.3.4

$ test/run.sh neo4j:3.3.4
testing neo4j:3.3.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 neo4j:3.3.4-enterprise
Using bashbrew/cache:3d8e6786ff447339003a86fbd6daf608c4a91e9c88ff149dba4d8916905d3ae1 (neo4j:3.3.4-enterprise)
Tagging neo4j:3.3.4-enterprise

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


$ bashbrew build neo4j:3.3.3
Using bashbrew/cache:575f7afd270e739a2df1d4d5ea5d7a2760fc1acff308c6ebb1924d1cbce1019f (neo4j:3.3.3)
Tagging neo4j:3.3.3

$ test/run.sh neo4j:3.3.3
testing neo4j:3.3.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 neo4j:3.3.3-enterprise
Using bashbrew/cache:f5eb13583eaac28d7139dd0867bd12e18993e606fc8e25d395378c758a77f01f (neo4j:3.3.3-enterprise)
Tagging neo4j:3.3.3-enterprise

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


$ bashbrew build neo4j:3.3.2
Using bashbrew/cache:54a323427663294c4f3209b9b401936bb9ace1decabfcbef5436dd9c0048e4e8 (neo4j:3.3.2)
Tagging neo4j:3.3.2

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


$ bashbrew build neo4j:3.3.2-enterprise
Using bashbrew/cache:94f0d60f646e11cb6773a0a6e65ede92c08d4ad9bc4bd8655146c53f84b55f1f (neo4j:3.3.2-enterprise)
Tagging neo4j:3.3.2-enterprise

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


$ bashbrew build neo4j:3.3.1
Using bashbrew/cache:77b8fbc18015f9e1de5d6ade8494edf52fe446e7239b6dad2ead0753bf857aa7 (neo4j:3.3.1)
Tagging neo4j:3.3.1

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


$ bashbrew build neo4j:3.3.1-enterprise
Using bashbrew/cache:d2e81d4eab3adf0bf8b2b91ed6264a62bb69f13da28927a68381d4c8585d247a (neo4j:3.3.1-enterprise)
Tagging neo4j:3.3.1-enterprise

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


$ bashbrew build neo4j:3.3.0
Using bashbrew/cache:98913da1a1bcd8327682e9ae4ae333374e949ff867a6851d50c13ab2f7ba2eff (neo4j:3.3.0)
Tagging neo4j:3.3.0

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


$ bashbrew build neo4j:3.3.0-enterprise
Using bashbrew/cache:455a4dd1e0326a62fcc6c9ca47c1a1244bda65948e650b5021fd2620806f0af5 (neo4j:3.3.0-enterprise)
Tagging neo4j:3.3.0-enterprise

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


$ bashbrew build neo4j:3.2.13
Using bashbrew/cache:a3dc2df8af83f04232a3e75bac963e56ccff663a4d67225a7f46a8cf53175775 (neo4j:3.2.13)
Tagging neo4j:3.2.13
Tagging neo4j:3.2

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


$ bashbrew build neo4j:3.2.13-enterprise
Using bashbrew/cache:4d6888184fa2993a6c3a8ede1d4c4202610e03782dce711346e4d79da584eaf7 (neo4j:3.2.13-enterprise)
Tagging neo4j:3.2.13-enterprise
Tagging neo4j:3.2-enterprise

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


$ bashbrew build neo4j:3.2.12
Using bashbrew/cache:cef966ab4722705a44ad04c264c7767f7e7f39adffc84acda183a6ff9ec473ff (neo4j:3.2.12)
Tagging neo4j:3.2.12

$ test/run.sh neo4j:3.2.12
testing neo4j:3.2.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 neo4j:3.2.12-enterprise
Using bashbrew/cache:0218b5e77155ce1ed180175d4a0113db19b27f9176aca3e78a67e2e156560a1f (neo4j:3.2.12-enterprise)
Tagging neo4j:3.2.12-enterprise

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


$ bashbrew build neo4j:3.2.11
Using bashbrew/cache:a95362ccdae0c67d90abcfb8aa2598d48da5f034fe141e9e9ffd87d27c9a7247 (neo4j:3.2.11)
Tagging neo4j:3.2.11

$ test/run.sh neo4j:3.2.11
testing neo4j:3.2.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 neo4j:3.2.11-enterprise
Using bashbrew/cache:ea0946431cbfd5d93d9bd9980c88d106cba8f8d14222566f43c8c9e533dffb93 (neo4j:3.2.11-enterprise)
Tagging neo4j:3.2.11-enterprise

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


$ bashbrew build neo4j:3.2.10
Using bashbrew/cache:c19681e551b77d20ca248c0224cccd0465a8f132dc4844b6e3e8ed26bef58c6c (neo4j:3.2.10)
Tagging neo4j:3.2.10

$ test/run.sh neo4j:3.2.10
testing neo4j:3.2.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 neo4j:3.2.10-enterprise
Using bashbrew/cache:1efe6e6db8fa8745c9c105dba76e7a4c3cb094e36479f3acf3b8223b3dd4b92c (neo4j:3.2.10-enterprise)
Tagging neo4j:3.2.10-enterprise

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


$ bashbrew build neo4j:3.2.9
Using bashbrew/cache:db338ca2aa6e0a4c96f98c05956c650db6d125e83e3c55385deec021be7dd64a (neo4j:3.2.9)
Tagging neo4j:3.2.9

$ test/run.sh neo4j:3.2.9
testing neo4j:3.2.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 neo4j:3.2.9-enterprise
Using bashbrew/cache:4dbd6a8be3e0f900af6b83118e555687fd9fd56febc5bc3adc318baeabdac6ac (neo4j:3.2.9-enterprise)
Tagging neo4j:3.2.9-enterprise

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


$ bashbrew build neo4j:3.2.8
Using bashbrew/cache:638cde5e1c4f785fab9a1466f8b55235b0e2ab52d016c92f9ed1278da232ce8b (neo4j:3.2.8)
Tagging neo4j:3.2.8

$ test/run.sh neo4j:3.2.8
testing neo4j:3.2.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 neo4j:3.2.8-enterprise
Using bashbrew/cache:cc05915f2bcb8878ba252af0e99948d64c3507dfa6df1f3576b8599e3fe74007 (neo4j:3.2.8-enterprise)
Tagging neo4j:3.2.8-enterprise

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


$ bashbrew build neo4j:3.2.7
Using bashbrew/cache:03f7bdfa5b60e2c04b115932e7c2e41193bcf349c7280d599c61ede0adeef044 (neo4j:3.2.7)
Tagging neo4j:3.2.7

$ test/run.sh neo4j:3.2.7
testing neo4j:3.2.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 neo4j:3.2.7-enterprise
Using bashbrew/cache:163218dde747832084067c3cc31920361db4da5af375bbc29de3189f242e5298 (neo4j:3.2.7-enterprise)
Tagging neo4j:3.2.7-enterprise

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


$ bashbrew build neo4j:3.2.6
Using bashbrew/cache:3d5912a4c217fa518ec8009a14152507ffcf8e533d2a1b2bc2f4b1303ef0bae5 (neo4j:3.2.6)
Tagging neo4j:3.2.6

$ test/run.sh neo4j:3.2.6
testing neo4j:3.2.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 neo4j:3.2.6-enterprise
Using bashbrew/cache:d03e7f0f56e39fb56f0b0d10803467665acafe0f4172e24533ccf91923891379 (neo4j:3.2.6-enterprise)
Tagging neo4j:3.2.6-enterprise

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


$ bashbrew build neo4j:3.2.5
Using bashbrew/cache:758cfe82189a3f49bb590864c4c0b57d118b92b4679cc8525ffff90e38ae55e6 (neo4j:3.2.5)
Tagging neo4j:3.2.5

$ test/run.sh neo4j:3.2.5
testing neo4j:3.2.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 neo4j:3.2.5-enterprise
Using bashbrew/cache:907a11c07a3653a38f6dfbf7ea98552e4c2965b4c4b85a74cbc2efe188f11fbb (neo4j:3.2.5-enterprise)
Tagging neo4j:3.2.5-enterprise

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


$ bashbrew build neo4j:3.2.3
Using bashbrew/cache:0a383466fa7e1561e5a013895a79b15fe180cc94579cf62a9ae0c4490b40f6e7 (neo4j:3.2.3)
Tagging neo4j:3.2.3

$ test/run.sh neo4j:3.2.3
testing neo4j:3.2.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 neo4j:3.2.3-enterprise
Using bashbrew/cache:36638e41e996206efcc03349b74a31534844517670bd0832dd81de90c7922092 (neo4j:3.2.3-enterprise)
Tagging neo4j:3.2.3-enterprise

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


$ bashbrew build neo4j:3.2.2
Using bashbrew/cache:6cf9a5bad891b6fa4d450b25edd7e1f153f0179c55f4f59ec876c5a1ffe4572c (neo4j:3.2.2)
Tagging neo4j:3.2.2

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


$ bashbrew build neo4j:3.2.2-enterprise
Using bashbrew/cache:0990dc20518d948cd7ce3c776a9b9de8777a3facb55feff14fcf16e4035072c9 (neo4j:3.2.2-enterprise)
Tagging neo4j:3.2.2-enterprise

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


$ bashbrew build neo4j:3.2.1
Using bashbrew/cache:2446ad17122a423362f9928f51e866485433cdcaaf09e3c9b8df3b9ee9876f26 (neo4j:3.2.1)
Tagging neo4j:3.2.1

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


$ bashbrew build neo4j:3.2.1-enterprise
Using bashbrew/cache:7bff51e8e4d76fcd39720d89852d637e8e8a18742c827392adc0247dcb113e00 (neo4j:3.2.1-enterprise)
Tagging neo4j:3.2.1-enterprise

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


$ bashbrew build neo4j:3.2.0
Using bashbrew/cache:665aa2231e7041219a1d6d6531e61b0625192572e88cf322519ab1b2892ad98b (neo4j:3.2.0)
Tagging neo4j:3.2.0

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


$ bashbrew build neo4j:3.2.0-enterprise
Using bashbrew/cache:9c18cead77799f0e10f5f1b47c35d5f78b4bf23e01b26c70f3e768e4e64a1f63 (neo4j:3.2.0-enterprise)
Tagging neo4j:3.2.0-enterprise

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


$ bashbrew build neo4j:3.1.9
Using bashbrew/cache:be95bb1c2f0b29866959b2030c2f3fedda4f1482b61e1c1295a3cdf9b730fa8f (neo4j:3.1.9)
Tagging neo4j:3.1.9
Tagging neo4j:3.1

$ test/run.sh neo4j:3.1.9
testing neo4j:3.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 neo4j:3.1.9-enterprise
Using bashbrew/cache:de1fa6aa261c72b1d3dedd9d094b5b7d0f7a0fb4d34fc7b79689b66b73c96bb0 (neo4j:3.1.9-enterprise)
Tagging neo4j:3.1.9-enterprise
Tagging neo4j:3.1-enterprise

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


$ bashbrew build neo4j:3.1.8
Using bashbrew/cache:287ae5e1d1ae2c9285734b94e89723cc6be070425b2fc4954a450916998c36bd (neo4j:3.1.8)
Tagging neo4j:3.1.8

$ test/run.sh neo4j:3.1.8
testing neo4j:3.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 neo4j:3.1.8-enterprise
Using bashbrew/cache:8d2018f15fb8c588491e71e30d3f4fa7aab0789cb0aa9bcff8d17c067def81ce (neo4j:3.1.8-enterprise)
Tagging neo4j:3.1.8-enterprise

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


$ bashbrew build neo4j:3.1.7
Using bashbrew/cache:14ee71d80c8f71d6144aca91fba0390fe3c4cda9a339ba3c525e01e1444de39d (neo4j:3.1.7)
Tagging neo4j:3.1.7

$ test/run.sh neo4j:3.1.7
testing neo4j:3.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 neo4j:3.1.7-enterprise
Using bashbrew/cache:564c60c72866f8e96e6a070c92070d6e08231793b5099ff53c9de0325ffc6cfa (neo4j:3.1.7-enterprise)
Tagging neo4j:3.1.7-enterprise

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


$ bashbrew build neo4j:3.1.6
Using bashbrew/cache:5d3774b00e00366d445384a79126bc6ba5babff94399897273ee465afab98703 (neo4j:3.1.6)
Tagging neo4j:3.1.6

$ test/run.sh neo4j:3.1.6
testing neo4j:3.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 neo4j:3.1.6-enterprise
Using bashbrew/cache:2eeeb8cbf0a2f0c204df531dfad7ea13e5b0cc95259f8657c05059a17909b15d (neo4j:3.1.6-enterprise)
Tagging neo4j:3.1.6-enterprise

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


$ bashbrew build neo4j:3.1.5
Using bashbrew/cache:6e802bf00d317987c4d5481340a685d4e15709b3d2da83f637667c24eb990b5d (neo4j:3.1.5)
Tagging neo4j:3.1.5

$ test/run.sh neo4j:3.1.5
testing neo4j:3.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 neo4j:3.1.5-enterprise
Using bashbrew/cache:61dc2c742c2fdc09c2e6661854c22c4665904a1c5fcf5da1c1add5d762b634f4 (neo4j:3.1.5-enterprise)
Tagging neo4j:3.1.5-enterprise

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


$ bashbrew build neo4j:3.1.4
Using bashbrew/cache:e4507c90c980429779ba17f69ec220daa2ded84946f1ee250ff044ddf1265e63 (neo4j:3.1.4)
Tagging neo4j:3.1.4

$ test/run.sh neo4j:3.1.4
testing neo4j:3.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 neo4j:3.1.4-enterprise
Using bashbrew/cache:e61c5e95a5392cd6c8907377f3cf4986a7c708135e074a675c49643c7340f2ac (neo4j:3.1.4-enterprise)
Tagging neo4j:3.1.4-enterprise

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


$ bashbrew build neo4j:3.1.3
Using bashbrew/cache:54f47fbc48d6b1a9783625d14d0223727fa60600334e2beaf3ac5485a6796ace (neo4j:3.1.3)
Tagging neo4j:3.1.3

$ test/run.sh neo4j:3.1.3
testing neo4j:3.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 neo4j:3.1.3-enterprise
Using bashbrew/cache:4ce83232eb4ec1d5f6a4e4df963df08760974c453dbf8b9c3ac07d51c0fd7940 (neo4j:3.1.3-enterprise)
Tagging neo4j:3.1.3-enterprise

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


$ bashbrew build neo4j:3.1.2
Using bashbrew/cache:05cbae3b77db6c40056a8046caafcf57eaec421e78e38d3ec420051fc70b3d1b (neo4j:3.1.2)
Tagging neo4j:3.1.2

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


$ bashbrew build neo4j:3.1.2-enterprise
Using bashbrew/cache:61941a4b5ca3122099df905d97e6b68d8b74b62b35fd1a9dbbce2c918305f4a4 (neo4j:3.1.2-enterprise)
Tagging neo4j:3.1.2-enterprise

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


$ bashbrew build neo4j:3.1.1
Using bashbrew/cache:b3d7af0a2b0e6e990ab99c1dcc48c254c9cb7da3fc7ae6133fe3bee7287b8af1 (neo4j:3.1.1)
Tagging neo4j:3.1.1

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


$ bashbrew build neo4j:3.1.1-enterprise
Using bashbrew/cache:1804fb840549ac67ee409c3c7628063fafb8fc4bfb3afcc870d6d4c9fcf2b929 (neo4j:3.1.1-enterprise)
Tagging neo4j:3.1.1-enterprise

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


$ bashbrew build neo4j:3.1.0
Using bashbrew/cache:50610a120a6cfb8c87a40619890fa6e822f462ac20cadcc261aa27e37191022d (neo4j:3.1.0)
Tagging neo4j:3.1.0

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


$ bashbrew build neo4j:3.1.0-enterprise
Using bashbrew/cache:369e569402c4dba34a1b9ae351cc8ffdbcc18ba9da0f06282d34d2ae57d8a10c (neo4j:3.1.0-enterprise)
Tagging neo4j:3.1.0-enterprise

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


$ bashbrew build neo4j:3.0.12
Using bashbrew/cache:1954d8d5ced6d76b4c2bed0add5b833839b68baf356168d683d7c63f996c6bc7 (neo4j:3.0.12)
Tagging neo4j:3.0.12
Tagging neo4j:3.0

$ test/run.sh neo4j:3.0.12
testing neo4j:3.0.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 neo4j:3.0.12-enterprise
Using bashbrew/cache:de884819d7a8cfd6f5d7b8af12f7abb4fe19ffe7980b1c2a5086571bf8f6ca32 (neo4j:3.0.12-enterprise)
Tagging neo4j:3.0.12-enterprise
Tagging neo4j:3.0-enterprise

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


$ bashbrew build neo4j:3.0.11
Using bashbrew/cache:f89f594250c5b8601de3cb5c13d3d7047c55211a0594c2e3f4552692fb48125a (neo4j:3.0.11)
Tagging neo4j:3.0.11

$ test/run.sh neo4j:3.0.11
testing neo4j:3.0.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 neo4j:3.0.11-enterprise
Using bashbrew/cache:75f5413de3a5e192a4c95467938b187ac3070f1689ed4892274a6f47caadb480 (neo4j:3.0.11-enterprise)
Tagging neo4j:3.0.11-enterprise

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


$ bashbrew build neo4j:3.0.10
Using bashbrew/cache:004cfc39f577a7b979526f630da6de61d888ee0164a9eacb64b891f4bb93577c (neo4j:3.0.10)
Tagging neo4j:3.0.10

$ test/run.sh neo4j:3.0.10
testing neo4j:3.0.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 neo4j:3.0.10-enterprise
Using bashbrew/cache:508b883c9599aeac4915f8eaf3fe6a0b4f84ef17bcf1ba4fab718d928ca959f3 (neo4j:3.0.10-enterprise)
Tagging neo4j:3.0.10-enterprise

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


$ bashbrew build neo4j:3.0.9
Using bashbrew/cache:d59314ebcf25bf90f7cda8771d12227b4e0622eb4c0922fabc71367170aa9325 (neo4j:3.0.9)
Tagging neo4j:3.0.9

$ test/run.sh neo4j:3.0.9
testing neo4j:3.0.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 neo4j:3.0.9-enterprise
Using bashbrew/cache:92c48e3064ae71eacb5524c214631cecfb77b21db684de807eea8729e2d381cd (neo4j:3.0.9-enterprise)
Tagging neo4j:3.0.9-enterprise

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


$ bashbrew build neo4j:3.0.8
Using bashbrew/cache:11b9e07a57d6e3d0551f631258f8539fa92cc5bcf12de0323906bf5049b6e472 (neo4j:3.0.8)
Tagging neo4j:3.0.8

$ test/run.sh neo4j:3.0.8
testing neo4j:3.0.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 neo4j:3.0.8-enterprise
Using bashbrew/cache:3eb429c17f8bcd28f1a3b01e154750b52f99eff29bf7ef5cf5b4cc5ddff212ab (neo4j:3.0.8-enterprise)
Tagging neo4j:3.0.8-enterprise

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


$ bashbrew build neo4j:3.0.7
Using bashbrew/cache:263636499ba6c458eca44a9046dc8202f5fc3ba2ffde369a4d98cf75bccd18b1 (neo4j:3.0.7)
Tagging neo4j:3.0.7

$ test/run.sh neo4j:3.0.7
testing neo4j:3.0.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 neo4j:3.0.7-enterprise
Using bashbrew/cache:770aba692c89e4197be1b28b905e1b4c73f599b86c7098a3a8052ad93b1dd256 (neo4j:3.0.7-enterprise)
Tagging neo4j:3.0.7-enterprise

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


$ bashbrew build neo4j:3.0.6
Using bashbrew/cache:6f70857fcb5b4a391fb57415437fbc54fbffb3399111ed26a6a5d85d487f6abc (neo4j:3.0.6)
Tagging neo4j:3.0.6

$ test/run.sh neo4j:3.0.6
testing neo4j:3.0.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 neo4j:3.0.6-enterprise
Using bashbrew/cache:94d168819b96bba586bd7de88c22ac8e4c5b8eb3836da438d5dea064edafc42e (neo4j:3.0.6-enterprise)
Tagging neo4j:3.0.6-enterprise

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


$ bashbrew build neo4j:3.0.5
Using bashbrew/cache:3f1ae4f2e36f35983333706aa937c4eb2f4e2dec470950eb17e835561b0f6a51 (neo4j:3.0.5)
Tagging neo4j:3.0.5

$ test/run.sh neo4j:3.0.5
testing neo4j:3.0.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 neo4j:3.0.5-enterprise
Using bashbrew/cache:e756bdcef347b3124b194346f3d92b611073b2cce1f733cd31cde2805a185d76 (neo4j:3.0.5-enterprise)
Tagging neo4j:3.0.5-enterprise

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


$ bashbrew build neo4j:3.0.4
Using bashbrew/cache:9e1f17a30215e2284def81f3a37c8e46ff7ccc4ace755564fb35d8e25a803a73 (neo4j:3.0.4)
Tagging neo4j:3.0.4

$ test/run.sh neo4j:3.0.4
testing neo4j:3.0.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 neo4j:3.0.4-enterprise
Using bashbrew/cache:fc139a89d8b64c65c5a68a57c54943a577222e73b68f78bb9061f589630255af (neo4j:3.0.4-enterprise)
Tagging neo4j:3.0.4-enterprise

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


$ bashbrew build neo4j:3.0.3
Using bashbrew/cache:631855adfaa298f1bffc927857a46476af823e47d3f537e78407be4c418a1351 (neo4j:3.0.3)
Tagging neo4j:3.0.3

$ test/run.sh neo4j:3.0.3
testing neo4j:3.0.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 neo4j:3.0.3-enterprise
Using bashbrew/cache:e0ed5723ad05c9fee0adc69f49bcfce0708620b4e5802726e018da32b40bc32b (neo4j:3.0.3-enterprise)
Tagging neo4j:3.0.3-enterprise

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


$ bashbrew build neo4j:3.0.2
Using bashbrew/cache:3b1887186a033f85b2b583dcd84fd3126f559568396e44da40d2c3913a5e7d93 (neo4j:3.0.2)
Tagging neo4j:3.0.2

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


$ bashbrew build neo4j:3.0.2-enterprise
Using bashbrew/cache:838bef297aade944c4379adf7f3e86f81706687bb45a18f117b3e313b98a733d (neo4j:3.0.2-enterprise)
Tagging neo4j:3.0.2-enterprise

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


$ bashbrew build neo4j:3.0.1
Using bashbrew/cache:237a653dedf4827f6840c23980bdc18f6fdc27dc5250d290e29b0f54549386be (neo4j:3.0.1)
Tagging neo4j:3.0.1

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


$ bashbrew build neo4j:3.0.1-enterprise
Using bashbrew/cache:2f9f6fb56bbd208eafa3fa0be106da50fee0f0f4ebf60f87c23ff0d70fa96f70 (neo4j:3.0.1-enterprise)
Tagging neo4j:3.0.1-enterprise

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


$ bashbrew build neo4j:3.0.0
Using bashbrew/cache:9f7f6fafee7bad6c1476b79073410d250980b25f5de11c0110c015d5604cb1c2 (neo4j:3.0.0)
Tagging neo4j:3.0.0

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


$ bashbrew build neo4j:3.0.0-enterprise
Using bashbrew/cache:8d9e29668f6795c2d3376462b767cdbd65697fc2ecabac27a6c422eb722366f4 (neo4j:3.0.0-enterprise)
Tagging neo4j:3.0.0-enterprise

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


$ bashbrew build neo4j:2.3.12
Using bashbrew/cache:659702a0cf58bfa6a59b198a357b1ea0c93921d0186692d3917f51daefca42b4 (neo4j:2.3.12)
Tagging neo4j:2.3.12
Tagging neo4j:2.3

$ test/run.sh neo4j:2.3.12
testing neo4j:2.3.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 neo4j:2.3.12-enterprise
Using bashbrew/cache:189a05d7884b9af00c36f4583eb26c9bc1169c8394141d7a6a75d076c5498a44 (neo4j:2.3.12-enterprise)
Tagging neo4j:2.3.12-enterprise
Tagging neo4j:2.3-enterprise

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


$ bashbrew build neo4j:2.3.11
Using bashbrew/cache:6815c774cd690328730411afc7becc3926ea254edcfa26f38f02cfcf4b7043d2 (neo4j:2.3.11)
Tagging neo4j:2.3.11

$ test/run.sh neo4j:2.3.11
testing neo4j:2.3.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 neo4j:2.3.11-enterprise
Using bashbrew/cache:ec8345d16cf44b5d01f99d9741ffe5f4758df52b9969dd5bae3b378bdb719e9b (neo4j:2.3.11-enterprise)
Tagging neo4j:2.3.11-enterprise

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


$ bashbrew build neo4j:2.3.10
Using bashbrew/cache:2047fd3e01ae70f0db498951343a33fa21b25c1abc3be1ee5c1083925e6931b3 (neo4j:2.3.10)
Tagging neo4j:2.3.10

$ test/run.sh neo4j:2.3.10
testing neo4j:2.3.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 neo4j:2.3.10-enterprise
Using bashbrew/cache:b5885389c52af979e5f732919d55655ef4f9a68d650772d7c01aa896f78fe0f8 (neo4j:2.3.10-enterprise)
Tagging neo4j:2.3.10-enterprise

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


$ bashbrew build neo4j:2.3.9
Using bashbrew/cache:99f480573abdf64983a5885bf4ca1067c582c82e04d3139d44c39ccbd2f6d46d (neo4j:2.3.9)
Tagging neo4j:2.3.9

$ test/run.sh neo4j:2.3.9
testing neo4j:2.3.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 neo4j:2.3.9-enterprise
Using bashbrew/cache:ad8d1685192cfdf0b25906e1d38845a76ecc7b2654859e6b6fc2869643aa8121 (neo4j:2.3.9-enterprise)
Tagging neo4j:2.3.9-enterprise

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


$ bashbrew build neo4j:2.3.8
Building bashbrew/cache:9ea8130c01418e7d21585572b9833fddf092ae8e4cc258320b653fecaca58964 (neo4j:2.3.8)
Tagging neo4j:2.3.8

$ test/run.sh neo4j:2.3.8
testing neo4j:2.3.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 neo4j:2.3.8-enterprise
Using bashbrew/cache:6f6b40f47367c0213d6a91891562d295cd912db6bbc5356967a452acfd254bcf (neo4j:2.3.8-enterprise)
Tagging neo4j:2.3.8-enterprise

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


$ bashbrew build neo4j:2.3.7
Using bashbrew/cache:cc41887ebef0e8c4b4864c74ae9196628a96de7f16cce5de8624daaabdf3b93f (neo4j:2.3.7)
Tagging neo4j:2.3.7

$ test/run.sh neo4j:2.3.7
testing neo4j:2.3.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 neo4j:2.3.7-enterprise
Using bashbrew/cache:107bd8e7efe31068bc502c21098b499df3047adaa9368160fe459348cc3c1140 (neo4j:2.3.7-enterprise)
Tagging neo4j:2.3.7-enterprise

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


$ bashbrew build neo4j:2.3.6
Using bashbrew/cache:074123a0a6768ed12880d1d8f904af5045f15a55057a91b4d2b33b9ffc113512 (neo4j:2.3.6)
Tagging neo4j:2.3.6

$ test/run.sh neo4j:2.3.6
testing neo4j:2.3.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 neo4j:2.3.6-enterprise
Using bashbrew/cache:d21275e24bca1876d09543eee55318d103919552a83bcf4507dd3ffe714beda9 (neo4j:2.3.6-enterprise)
Tagging neo4j:2.3.6-enterprise

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


$ bashbrew build neo4j:2.3.5
Using bashbrew/cache:e48206ed3bd11000bdcc70a07940d180be44da021d90fb853cd951ed3717e47b (neo4j:2.3.5)
Tagging neo4j:2.3.5

$ test/run.sh neo4j:2.3.5
testing neo4j:2.3.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 neo4j:2.3.5-enterprise
Using bashbrew/cache:5075785980c7ae23ebf9d649f1ed12abfe253929c3f1c9801b68c43180971375 (neo4j:2.3.5-enterprise)
Tagging neo4j:2.3.5-enterprise

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


$ bashbrew build neo4j:2.3.4
Using bashbrew/cache:1121d4b0e63dec2f973b54f689bdaf72d40aa2e340aaa9c859cd6eca64a34e25 (neo4j:2.3.4)
Tagging neo4j:2.3.4

$ test/run.sh neo4j:2.3.4
testing neo4j:2.3.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 neo4j:2.3.4-enterprise
Using bashbrew/cache:5d31dd478bd73134f02e964d250fb0a90bd5c590b3dc7169ef7ed287a26c7efd (neo4j:2.3.4-enterprise)
Tagging neo4j:2.3.4-enterprise

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


$ bashbrew build neo4j:2.3.3
Using bashbrew/cache:cd3400e6447c6d183ea92a718f85c3226d2c5d9797212a232e53249466abf7bf (neo4j:2.3.3)
Tagging neo4j:2.3.3

$ test/run.sh neo4j:2.3.3
testing neo4j:2.3.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 neo4j:2.3.3-enterprise
Using bashbrew/cache:7981fc4322da3c12b512df7b93eb9b8ccb170e6edc30e461d43ba85da179193f (neo4j:2.3.3-enterprise)
Tagging neo4j:2.3.3-enterprise

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


$ bashbrew build neo4j:2.3.2
Using bashbrew/cache:3e8cad873a1d0ee79880f56d07eab0bc325e32ce2960ab467deb99ca2d6d9549 (neo4j:2.3.2)
Tagging neo4j:2.3.2

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


$ bashbrew build neo4j:2.3.2-enterprise
Using bashbrew/cache:c2c4eecf18f951168cc6db6097739501e04be22d3d6148937a36b930f169367a (neo4j:2.3.2-enterprise)
Tagging neo4j:2.3.2-enterprise

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


$ bashbrew build neo4j:2.3.1
Using bashbrew/cache:da5503c5d426635917e6b797bc7b3acee2e4cf01062479f3db675e9680cdfb5b (neo4j:2.3.1)
Tagging neo4j:2.3.1

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


$ bashbrew build neo4j:2.3.1-enterprise
Using bashbrew/cache:c2969c617460c6eb171a996898fd8ac271f1c9895a579a50777989c446ed95d6 (neo4j:2.3.1-enterprise)
Tagging neo4j:2.3.1-enterprise

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


$ bashbrew build neo4j:2.3.0
Using bashbrew/cache:a5a2966832098c46bc29044f9b04ddfa8aa19dae3cbcfbf57b65e1ae42ea3d42 (neo4j:2.3.0)
Tagging neo4j:2.3.0

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


$ bashbrew build neo4j:2.3.0-enterprise
Using bashbrew/cache:f2775e126f14c93fb218726efea28030e9e355639ef44123e013e349086fc04d (neo4j:2.3.0-enterprise)
Tagging neo4j:2.3.0-enterprise

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

@tianon tianon merged commit a271d1e into docker-library:master Nov 1, 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.

4 participants