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

Publish 3.2.7 #3690

Merged
merged 1 commit into from
Nov 13, 2017
Merged

Publish 3.2.7 #3690

merged 1 commit into from
Nov 13, 2017

Conversation

srbaker
Copy link
Contributor

@srbaker srbaker commented Nov 10, 2017

No description provided.

@tianon
Copy link
Member

tianon commented Nov 13, 2017

Diff:
diff --git a/_bashbrew-arches b/_bashbrew-arches
index 7a37937..687c9d1 100644
--- a/_bashbrew-arches
+++ b/_bashbrew-arches
@@ -76,5 +76,7 @@ neo4j:3.2.3 @ amd64
 neo4j:3.2.3-enterprise @ amd64
 neo4j:3.2.5 @ amd64
 neo4j:3.2.5-enterprise @ amd64
+neo4j:3.2.6 @ amd64
+neo4j:3.2.6-enterprise @ amd64
 neo4j:enterprise @ amd64
 neo4j:latest @ amd64
diff --git a/_bashbrew-list b/_bashbrew-list
index 9eb758a..233b843 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -84,6 +84,8 @@ neo4j:3.2.5
 neo4j:3.2.5-enterprise
 neo4j:3.2.6
 neo4j:3.2.6-enterprise
+neo4j:3.2.7
+neo4j:3.2.7-enterprise
 neo4j:3.3
 neo4j:3.3-enterprise
 neo4j:3.3.0
diff --git a/neo4j_3.2-enterprise/Dockerfile b/neo4j_3.2-enterprise/Dockerfile
index a601ceb..c05aa7a 100644
--- a/neo4j_3.2-enterprise/Dockerfile
+++ b/neo4j_3.2-enterprise/Dockerfile
@@ -4,9 +4,9 @@ RUN apk add --no-cache --quiet \
     bash \
     curl
 
-ENV NEO4J_SHA256=a615a0bfd81cc98cfa25b9cabe2222004de53e6bc31ca9c0de86fac5f64d6a37 \
-    NEO4J_TARBALL=neo4j-enterprise-3.2.6-unix.tar.gz
-ARG NEO4J_URI=http://dist.neo4j.org/neo4j-enterprise-3.2.6-unix.tar.gz
+ENV NEO4J_SHA256=25a1b5d4bfd5688e3cb810d8d8b7298ab6dc00f9dc47c1195b36f56caa1744f8 \
+    NEO4J_TARBALL=neo4j-enterprise-3.2.7-unix.tar.gz
+ARG NEO4J_URI=http://dist.neo4j.org/neo4j-enterprise-3.2.7-unix.tar.gz
 
 COPY ./local-package/* /tmp/
 
diff --git a/neo4j_3.2-enterprise/Dockerfile b/neo4j_3.2.6-enterprise/Dockerfile
similarity index 100%
copy from neo4j_3.2-enterprise/Dockerfile
copy to neo4j_3.2.6-enterprise/Dockerfile
diff --git a/neo4j_3.1-enterprise/docker-entrypoint.sh b/neo4j_3.2.6-enterprise/docker-entrypoint.sh
similarity index 100%
copy from neo4j_3.1-enterprise/docker-entrypoint.sh
copy to neo4j_3.2.6-enterprise/docker-entrypoint.sh
diff --git a/neo4j_2.3-enterprise/local-package/.sentinel b/neo4j_3.2.6-enterprise/local-package/.sentinel
similarity index 100%
copy from neo4j_2.3-enterprise/local-package/.sentinel
copy to neo4j_3.2.6-enterprise/local-package/.sentinel
diff --git a/neo4j_3.2/Dockerfile b/neo4j_3.2.6/Dockerfile
similarity index 100%
copy from neo4j_3.2/Dockerfile
copy to neo4j_3.2.6/Dockerfile
diff --git a/neo4j_3.1-enterprise/docker-entrypoint.sh b/neo4j_3.2.6/docker-entrypoint.sh
similarity index 100%
copy from neo4j_3.1-enterprise/docker-entrypoint.sh
copy to neo4j_3.2.6/docker-entrypoint.sh
diff --git a/neo4j_2.3-enterprise/local-package/.sentinel b/neo4j_3.2.6/local-package/.sentinel
similarity index 100%
copy from neo4j_2.3-enterprise/local-package/.sentinel
copy to neo4j_3.2.6/local-package/.sentinel
diff --git a/neo4j_3.2/Dockerfile b/neo4j_3.2/Dockerfile
index 3a9dcf1..7386109 100644
--- a/neo4j_3.2/Dockerfile
+++ b/neo4j_3.2/Dockerfile
@@ -4,9 +4,9 @@ RUN apk add --no-cache --quiet \
     bash \
     curl
 
-ENV NEO4J_SHA256=6d68363595c9288dc734301de6d8f935b7a0febcb59b88ff77676b95cd0a8950 \
-    NEO4J_TARBALL=neo4j-community-3.2.6-unix.tar.gz
-ARG NEO4J_URI=http://dist.neo4j.org/neo4j-community-3.2.6-unix.tar.gz
+ENV NEO4J_SHA256=7f347196a1f2026f8daa9ee045d3fbb404d961dd81b3a8363132aaaf60cf316f \
+    NEO4J_TARBALL=neo4j-community-3.2.7-unix.tar.gz
+ARG NEO4J_URI=http://dist.neo4j.org/neo4j-community-3.2.7-unix.tar.gz
 
 COPY ./local-package/* /tmp/
 

@tianon
Copy link
Member

tianon commented Nov 13, 2017

LGTM

Build test of #3690; f34f8e3; amd64 (neo4j):

$ bashbrew build neo4j:3.3.0
Building bashbrew/cache:34f6e133df3adba1f6aa0e6119be5d62f465dba781bcf713b036428b1c7bd493 (neo4j:3.3.0)
Tagging neo4j:3.3.0
Tagging neo4j:3.3
Tagging neo4j:latest

$ 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
Building bashbrew/cache:74acbdcb4c57adf77870eb59364c3d5d51e9169af93bce2c8669c7787c21396b (neo4j:3.3.0-enterprise)
Tagging neo4j:3.3.0-enterprise
Tagging neo4j:3.3-enterprise
Tagging neo4j: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.7
Building bashbrew/cache:16ba0cb1cbfe0559ad8e9a1e2d5a1667a64cd69dfb7e78e7d8a37af896935b6f (neo4j:3.2.7)
Tagging neo4j:3.2.7
Tagging neo4j:3.2

$ 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
Building bashbrew/cache:d1e8e90ed753e6437ec2df1ac89533b1f66e9f7bd03de9fbadf74b0549b89990 (neo4j:3.2.7-enterprise)
Tagging neo4j:3.2.7-enterprise
Tagging neo4j:3.2-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
Building bashbrew/cache:d23bfc372a19f4e5614c1ba5ddb551982215aaa754b7c0ff9515d8ac14f18c4b (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
Building bashbrew/cache:6170a37c23ace990896f4577d58667c507761f62407c87d0e178a9feb0259f94 (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
Building bashbrew/cache:24505e56c56a519fe5b62e22a80d7298b295951891d5d0eea263e044d073c3c6 (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
Building bashbrew/cache:247024ba426ca2270eede802175cce4c08bf5acf42a3c0ed697f9b7d05bf3081 (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
Building bashbrew/cache:67d0405c1fcbe7c235ab07d225f64bc1dfc7ce96d84c6fcf2d6880510fde7b6e (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
Building bashbrew/cache:0dcd088928107a87c291c6e13223da101060a4dc26c688b11346541aa1a443f1 (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
Building bashbrew/cache:f5e1d33ff411ca555fdb997c1b564b9cc00556b5b8549b444687eb2523d5db33 (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
Building bashbrew/cache:91f352f5fb3eb816612b8fd906c1403a8cc390ca7bc96553c832541a28ac665b (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
Building bashbrew/cache:93b96e6ef797edbe870a04a613cd3ff84d5a02b78037afc10706cf1c8ed3842b (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
Building bashbrew/cache:09bc92c5ef6fcc9ca0276f911e75b52c510c72f7eefcddbb85c8385c8e93b256 (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
Building bashbrew/cache:6e1b11a141c1fef4604bf793fafbc158593ec5f76620a40d3aeba729d86902b1 (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
Building bashbrew/cache:456bc1eb4b084115e7ef0fefbdba7bef16d66659c2bdd4dae181eb7e78e01825 (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.7
Building bashbrew/cache:83cfca57d959f130d71c59c39b1669e83c8f31fa63f650976247417a22ceb5c4 (neo4j:3.1.7)
Tagging neo4j:3.1.7
Tagging neo4j:3.1

$ 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
Building bashbrew/cache:fd8b01a2118025f40ed49c397b0cce2781cc0b333aa5ea5fbdb8628860a12d28 (neo4j:3.1.7-enterprise)
Tagging neo4j:3.1.7-enterprise
Tagging neo4j:3.1-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
Building bashbrew/cache:4c9c4d8826299fd4506edce10bbe75221e1668f8f90543eb94c356bf353838df (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
Building bashbrew/cache:2ca2646740f25a2498e353646f3d3b973eeea0a61dc7056310614097ecd5e37a (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
Building bashbrew/cache:b653df5c8e2d4b14e5d118b80d8fd44e675cbb6425d5083be0840f80d5eb68c6 (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
Building bashbrew/cache:8944598a904b6226018b963a2474757fd8464194f10545dcf4f335c28d0cd009 (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
Building bashbrew/cache:0b23cb082380ab6ec1990b52295ec7b17df78ff3fc2f86562f6269fad9d397d3 (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
Building bashbrew/cache:7f898fbadd5130562103a6f1dc9e91f0bbd09d7e4c7ec39e2826020db67d5653 (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
Building bashbrew/cache:5724fd20936d2b5574c992e51d9b0ae38e862b7cbe99cc08887cfaee36bfdcc7 (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
Building bashbrew/cache:71917e8dfab0ab4e5fee374affd86151bba893021062beb091f071d65f8140fc (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
Building bashbrew/cache:4fa31f56183e5b6b1a8091893d71cd6857c9455d241ea477627fd512d684af09 (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
Building bashbrew/cache:898e9969158e112a2aa887db7c5c6191a67cea6cbdd7f65ba994267255a89a24 (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
Building bashbrew/cache:35d4fe49c7cfb67710a77e1ef68750e87d7d2aee38a64b0680817835bd7b02f1 (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
Building bashbrew/cache:8eef809b34166f3be28e3cde76909ac4e17614d1945cc3d3e072e651b6ddf49d (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
Building bashbrew/cache:5ad7ba8953947de4c912bbd1d6a16e18be376397c1c59ab6a7a61502f150439e (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
Building bashbrew/cache:a40d92094566edc0d95473a92b35ae3c4abd0633e56c7bc1393998db9e0d002e (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
Building bashbrew/cache:7f3de3e146e8fa9e10263940ad99a7ab3e836bc1066703d415b82363337a0c74 (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
Building bashbrew/cache:7e1ee27ff292ecbc097d65cc9e244f9de5b268c43bf9a74fd4117efdd8fff1ad (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
Building bashbrew/cache:66ff5048c155a8d6d655fb68fdf442895fec7f921482ff51ec24ad8909de38db (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
Building bashbrew/cache:b14537d7e93ad0275a0e83acfc72965e25fad3d53d12de7475b04cd81ff1e473 (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
Building bashbrew/cache:04c90bac02ddfef168c800550a834ec917e6553eaaf42d8da56ecc711b03b677 (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
Building bashbrew/cache:a3055ccf801559d1181971721bafb934637f05137de02f37376bb4ef1117c0ec (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
Building bashbrew/cache:c75798ef3c4a38bf2becdd4c579c39b1c39b1d9e73f63cef5d7df715099f7bb9 (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
Building bashbrew/cache:0aea752b2e821879e7cabea1f87cf2146d828636f25f2de2d7442e5a7df427c4 (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
Building bashbrew/cache:55f1177e6dffa4fd26e86d0d3019e8bc26609cc74378a08d43db427dd6a7c32c (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
Building bashbrew/cache:84782f051638c094cd71785caa47647403f0db4a3aae71b8f18b592f7bfdc0b4 (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
Building bashbrew/cache:98dbfd7e72f9a172d481ab1736f48a4eb5ce7bba19936c2366a2f5ae800864b1 (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
Building bashbrew/cache:8e087599c01fe8c29d90a22241ca3bbbf82f42155041fdd00999db2251eb008e (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
Building bashbrew/cache:9c4054e255494609e50d864e65c1a1f1638d5d4367c85b9da393f8e1cff567bf (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
Building bashbrew/cache:7005a26a0c1b80e21f04f88d0fea5cedddb9fd20c7dcd526f542b56afe563b4e (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
Building bashbrew/cache:3bead46e4c3ffc499aebf5c9972760bf49547689f9d17e79a5fefcf2e87266a9 (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
Building bashbrew/cache:77c3eef35d423d8cb2472da0c8af90253eff572c61d553df7127782e7c90e2c9 (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
Building bashbrew/cache:131c77c9901f9fbb770127188451353fcaa753483e30810a2e26e15f1f96d4dd (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
Building bashbrew/cache:6f86615262fe8935fd414d70acdb8354cb416cc9d5c6c8864120b7fc934209fc (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
Building bashbrew/cache:1ef484b1a4930e14fddd2dc5030df1be9cefc4f68c32fa7445772f73bea5ddfc (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
Building bashbrew/cache:89b0485f1c6fb3323f524fe95f668b467802e2f7eb2175e067d9447d5811c28a (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
Building bashbrew/cache:2698558dcfc7adc8effd5e9e5379c597301b39e3ddb37658d59f8377d3ddd9ce (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
Building bashbrew/cache:a0995b732b43917913a41282c16a34b692632da8ebd04011208f4474c5c95036 (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
Building bashbrew/cache:a096a3423a8acd96ac35785e1eab397be1df57c316cec01127e8affad1241ab2 (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
Building bashbrew/cache:48f46cc324f3ece87d9117feeac89e77e5739a0192879cde4145f7a32413d6ea (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
Building bashbrew/cache:1f22d5e2e9cef192913f0907b7c4934f6674efaf1d4312920df5344d446ae587 (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
Building bashbrew/cache:66ecbcf1780c82fa7646fafb2a05053a821ac7596840dbc292eee120ab33fb27 (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.11
Building bashbrew/cache:709411804790656ea2a50592871deb2c8fe77f75a2395e00895b93aea46db37e (neo4j:2.3.11)
Tagging neo4j:2.3.11
Tagging neo4j:2.3

$ 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
Building bashbrew/cache:926ae88da1aa84175060d74b0a4aca3355e09d767fdf5b7a651257d71979c5a9 (neo4j:2.3.11-enterprise)
Tagging neo4j:2.3.11-enterprise
Tagging neo4j:2.3-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
Building bashbrew/cache:cc8d145a4aa493ca15d4c192e10292d306ece6856aec65b0602652385a221a85 (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
Building bashbrew/cache:795aa3816a94f1b2e3a31a464946ade8faf5076dc00d352b17149b7124017fde (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
Building bashbrew/cache:b49a08b286e27200963daf48d8f3151265e850431ecfe5431747cb37899463b9 (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
Building bashbrew/cache:d8aa6f86e37453f0a01b1f3d2f0ad294f97b8460abf4cb5d96c6e01fa622b53a (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:cb01e9e8debe09d7a34810b22db83789a61934b49b004bbef8104fd6f6af77be (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
Building bashbrew/cache:6f183e7d351dbca1196aae740e3286ed17d9fd03162defee3b58059cd1475f6f (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
Building bashbrew/cache:5065ef977e34a5cb16e6986b1766e79c9b7d545f5d4f22e734ccae52d80b811f (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
Building bashbrew/cache:3fedb0540cef6d4da1f5da038ed8b15dd30fbe51af77ae3a8bcdd8341ab6280e (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
Building bashbrew/cache:882c9874d00060f7494bef301c53df0bb1df6115c845e22dce25378a0c8b1ad4 (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
Building bashbrew/cache:19a69e6d38bf219ea7d77d7692f9fca212bc06047aca020b7330ac5f17fc4fe2 (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
Building bashbrew/cache:fbac0e2a8421ec3c5b476b6671c8fd9012cc7a75046e2829e61029e6ff362278 (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
Building bashbrew/cache:878bbbfa2e86a2d31ef2d1572e2aae92a6749795f7d506fb6bb51e66b80ef1c6 (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
Building bashbrew/cache:37aa7c69b542b41899cc3b66bb362b71f616b8f71a163e4c142d4a3ccd725b12 (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
Building bashbrew/cache:73d2df527ac3e8cfae9e0f7a30002db331b845d3fda86db4dd7a7af7a08cb4ff (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
Building bashbrew/cache:18fde7280c4118521ff52be1f83149e80e2cb9b617af270d157a2d5a6f30dbbc (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
Building bashbrew/cache:be29db7a43f0051e1d9f82eceaf007e466801aeeabc6336af531ac17ffe81b4b (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
Building bashbrew/cache:fafb9f77f851d257a22a38757692068be5cfc60fe5d52b5a71d93ecf550a7658 (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
Building bashbrew/cache:38cac249be53d7a89bd4277e6ef6737acf04abf9bddeeaed9fad42f0f14dd968 (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
Building bashbrew/cache:f17f05cab3da60606d4babb8d45d58f55de3f066b49d027173afd398b2da670c (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
Building bashbrew/cache:903e789405b8d8fd5659ddc7049eb426d1e21c03ef8cba2587b66bbf2ee16bbb (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
Building bashbrew/cache:4c376df89e2f5f0bf1f4b02f0ea323d08be63c862cba07253a240d318591fef5 (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
Building bashbrew/cache:a75b797ba219428b4e7c9393ed81d9f85264a8d07db3aca2613ea6311df3f5d8 (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 aff906f into docker-library:master Nov 13, 2017
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