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

Release Neo4j 3.5.17 #7691

Merged
merged 1 commit into from
Mar 26, 2020
Merged

Release Neo4j 3.5.17 #7691

merged 1 commit into from
Mar 26, 2020

Conversation

bfeshti
Copy link
Contributor

@bfeshti bfeshti commented Mar 26, 2020

No description provided.

@tianon
Copy link
Member

tianon commented Mar 26, 2020

cc image maintainers @benbc @digitalstain @jennyowen

@tianon
Copy link
Member

tianon commented Mar 26, 2020

Diff:
diff --git a/_bashbrew-arches b/_bashbrew-arches
index c19cf72..dbf13f1 100644
--- a/_bashbrew-arches
+++ b/_bashbrew-arches
@@ -24,6 +24,8 @@ neo4j:3.5.14 @ amd64
 neo4j:3.5.14-enterprise @ amd64
 neo4j:3.5.15 @ amd64
 neo4j:3.5.15-enterprise @ amd64
+neo4j:3.5.16 @ amd64
+neo4j:3.5.16-enterprise @ amd64
 neo4j:4.0.0 @ amd64
 neo4j:4.0.0-enterprise @ amd64
 neo4j:4.0.1 @ amd64
diff --git a/_bashbrew-list b/_bashbrew-list
index a392ba4..42004bd 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -28,6 +28,8 @@ neo4j:3.5.15
 neo4j:3.5.15-enterprise
 neo4j:3.5.16
 neo4j:3.5.16-enterprise
+neo4j:3.5.17
+neo4j:3.5.17-enterprise
 neo4j:4.0
 neo4j:4.0-enterprise
 neo4j:4.0.0
diff --git a/neo4j_3.5-enterprise/Dockerfile b/neo4j_3.5-enterprise/Dockerfile
index d48f1a7..273610d 100644
--- a/neo4j_3.5-enterprise/Dockerfile
+++ b/neo4j_3.5-enterprise/Dockerfile
@@ -1,12 +1,12 @@
 FROM openjdk:8-jre-slim
 
-ENV NEO4J_SHA256=38dfbaa88b2b17eeb8ec7cf4362327b08f04dd2733374541ba6f233fba6560b2 \
-    NEO4J_TARBALL=neo4j-enterprise-3.5.16-unix.tar.gz \
+ENV NEO4J_SHA256=1f8c60e01e8bcdb5c6921341bd4a783c08a748cabb3348d4e4d2f104544232ca \
+    NEO4J_TARBALL=neo4j-enterprise-3.5.17-unix.tar.gz \
     NEO4J_EDITION=enterprise \
     NEO4J_HOME="/var/lib/neo4j" \
     TINI_VERSION="v0.18.0" \
     TINI_SHA256="12d20136605531b09a2c2dac02ccee85e1b874eb322ef6baf7561cd93f93c855"
-ARG NEO4J_URI=https://dist.neo4j.org/neo4j-enterprise-3.5.16-unix.tar.gz
+ARG NEO4J_URI=https://dist.neo4j.org/neo4j-enterprise-3.5.17-unix.tar.gz
 
 RUN addgroup --system neo4j && adduser --system --no-create-home --home "${NEO4J_HOME}" --ingroup neo4j neo4j
 
diff --git a/neo4j_3.5-enterprise/docker-entrypoint.sh b/neo4j_3.5-enterprise/docker-entrypoint.sh
index 4174a35..fd83c04 100755
--- a/neo4j_3.5-enterprise/docker-entrypoint.sh
+++ b/neo4j_3.5-enterprise/docker-entrypoint.sh
@@ -235,7 +235,7 @@ if running_as_root; then
     chown "${userid}":"${groupid}" "${NEO4J_HOME}"
     chmod 700 "${NEO4J_HOME}"
     find "${NEO4J_HOME}" -mindepth 1 -maxdepth 1 -user root -type d -exec chown -R ${userid}:${groupid} {} \;
-    find "${NEO4J_HOME}" -mindepth 1 -maxdepth 1 -user root -type d -exec chmod -R 700 {} \;
+    find "${NEO4J_HOME}" -mindepth 1 -maxdepth 1 -type d -exec chmod -R 700 {} \;
 fi
 
 # Only prompt for license agreement if command contains "neo4j" in it
diff --git a/neo4j_3.5-enterprise/Dockerfile b/neo4j_3.5.16-enterprise/Dockerfile
similarity index 100%
copy from neo4j_3.5-enterprise/Dockerfile
copy to neo4j_3.5.16-enterprise/Dockerfile
diff --git a/neo4j_3.5-enterprise/docker-entrypoint.sh b/neo4j_3.5.16-enterprise/docker-entrypoint.sh
similarity index 100%
copy from neo4j_3.5-enterprise/docker-entrypoint.sh
copy to neo4j_3.5.16-enterprise/docker-entrypoint.sh
diff --git a/neo4j_3.4-enterprise/local-package/.sentinel b/neo4j_3.5.16-enterprise/local-package/.sentinel
similarity index 100%
copy from neo4j_3.4-enterprise/local-package/.sentinel
copy to neo4j_3.5.16-enterprise/local-package/.sentinel
diff --git a/neo4j_3.5-enterprise/local-package/neo4jlabs-plugins.json b/neo4j_3.5.16-enterprise/local-package/neo4jlabs-plugins.json
similarity index 100%
copy from neo4j_3.5-enterprise/local-package/neo4jlabs-plugins.json
copy to neo4j_3.5.16-enterprise/local-package/neo4jlabs-plugins.json
diff --git a/neo4j_3.5/Dockerfile b/neo4j_3.5.16/Dockerfile
similarity index 100%
copy from neo4j_3.5/Dockerfile
copy to neo4j_3.5.16/Dockerfile
diff --git a/neo4j_3.5-enterprise/docker-entrypoint.sh b/neo4j_3.5.16/docker-entrypoint.sh
similarity index 100%
copy from neo4j_3.5-enterprise/docker-entrypoint.sh
copy to neo4j_3.5.16/docker-entrypoint.sh
diff --git a/neo4j_3.4-enterprise/local-package/.sentinel b/neo4j_3.5.16/local-package/.sentinel
similarity index 100%
copy from neo4j_3.4-enterprise/local-package/.sentinel
copy to neo4j_3.5.16/local-package/.sentinel
diff --git a/neo4j_3.5-enterprise/local-package/neo4jlabs-plugins.json b/neo4j_3.5.16/local-package/neo4jlabs-plugins.json
similarity index 100%
copy from neo4j_3.5-enterprise/local-package/neo4jlabs-plugins.json
copy to neo4j_3.5.16/local-package/neo4jlabs-plugins.json
diff --git a/neo4j_3.5/Dockerfile b/neo4j_3.5/Dockerfile
index 80d941c..de412e7 100644
--- a/neo4j_3.5/Dockerfile
+++ b/neo4j_3.5/Dockerfile
@@ -1,12 +1,12 @@
 FROM openjdk:8-jre-slim
 
-ENV NEO4J_SHA256=3eded9065de1ddd39d519b05845da2f572b5ddb4e6440b93555927f329eaf222 \
-    NEO4J_TARBALL=neo4j-community-3.5.16-unix.tar.gz \
+ENV NEO4J_SHA256=1c8b6ac0ffd346f0707fe1af713ef74f1c6ce1ea6feb5e9a0bd170e7a8a34a10 \
+    NEO4J_TARBALL=neo4j-community-3.5.17-unix.tar.gz \
     NEO4J_EDITION=community \
     NEO4J_HOME="/var/lib/neo4j" \
     TINI_VERSION="v0.18.0" \
     TINI_SHA256="12d20136605531b09a2c2dac02ccee85e1b874eb322ef6baf7561cd93f93c855"
-ARG NEO4J_URI=https://dist.neo4j.org/neo4j-community-3.5.16-unix.tar.gz
+ARG NEO4J_URI=https://dist.neo4j.org/neo4j-community-3.5.17-unix.tar.gz
 
 RUN addgroup --system neo4j && adduser --system --no-create-home --home "${NEO4J_HOME}" --ingroup neo4j neo4j
 
diff --git a/neo4j_3.5/docker-entrypoint.sh b/neo4j_3.5/docker-entrypoint.sh
index 4174a35..fd83c04 100755
--- a/neo4j_3.5/docker-entrypoint.sh
+++ b/neo4j_3.5/docker-entrypoint.sh
@@ -235,7 +235,7 @@ if running_as_root; then
     chown "${userid}":"${groupid}" "${NEO4J_HOME}"
     chmod 700 "${NEO4J_HOME}"
     find "${NEO4J_HOME}" -mindepth 1 -maxdepth 1 -user root -type d -exec chown -R ${userid}:${groupid} {} \;
-    find "${NEO4J_HOME}" -mindepth 1 -maxdepth 1 -user root -type d -exec chmod -R 700 {} \;
+    find "${NEO4J_HOME}" -mindepth 1 -maxdepth 1 -type d -exec chmod -R 700 {} \;
 fi
 
 # Only prompt for license agreement if command contains "neo4j" in it

@tianon
Copy link
Member

tianon commented Mar 26, 2020

LGTM

Build test of #7691; 02c8863; amd64 (neo4j):

$ bashbrew build neo4j:4.0.2
Using bashbrew/cache:5978e232e4d794fb4070bd8b545108cefa6f40900d65504c9a9a6e0fb31d4443 (neo4j:4.0.2)
Tagging neo4j:4.0.2
Tagging neo4j:4.0
Tagging neo4j:latest

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

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

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

$ test/run.sh neo4j:4.0.1-enterprise
testing neo4j:4.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:4.0.0
Using bashbrew/cache:9fb805daeac5cbfb1d43d1bbabf34390c959c5d2832aa3166d785d8063dc39ef (neo4j:4.0.0)
Tagging neo4j:4.0.0

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

$ test/run.sh neo4j:4.0.0-enterprise
testing neo4j:4.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:3.5.17
Building bashbrew/cache:7a3f9b9fc7d0e209cd6321a83926cdeda61c8e203ad918f21806ffea153fe14d (neo4j:3.5.17)
Tagging neo4j:3.5.17
Tagging neo4j:3.5

$ test/run.sh neo4j:3.5.17
testing neo4j:3.5.17
	'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.5.17-enterprise
Building bashbrew/cache:cb617ca807f43f0ae2b30649bab0b11fabeac5ceded25078d036e8e01e098b11 (neo4j:3.5.17-enterprise)
Tagging neo4j:3.5.17-enterprise
Tagging neo4j:3.5-enterprise

$ test/run.sh neo4j:3.5.17-enterprise
testing neo4j:3.5.17-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.5.16
Using bashbrew/cache:0701e457b3d5e62ed4e2c248dba7a13de01941258e5f4d38bb72dea3239883ce (neo4j:3.5.16)
Tagging neo4j:3.5.16

$ test/run.sh neo4j:3.5.16
testing neo4j:3.5.16
	'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.5.16-enterprise
Using bashbrew/cache:ceb5c22ef532a8ad26d4a0add06c896bb061441ec56d94cdf70eba4c784a6515 (neo4j:3.5.16-enterprise)
Tagging neo4j:3.5.16-enterprise

$ test/run.sh neo4j:3.5.16-enterprise
testing neo4j:3.5.16-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.5.15
Using bashbrew/cache:a7545ee72ed203668de97a4678beaa107cdb65f9fa0fc3c0b8fae601a5ded8b6 (neo4j:3.5.15)
Tagging neo4j:3.5.15

$ test/run.sh neo4j:3.5.15
testing neo4j:3.5.15
	'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.5.15-enterprise
Using bashbrew/cache:a90c5ddbcc38426c24bb9de1e4d3497915697594f65f551096875f4242832f07 (neo4j:3.5.15-enterprise)
Tagging neo4j:3.5.15-enterprise

$ test/run.sh neo4j:3.5.15-enterprise
testing neo4j:3.5.15-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.5.14
Using bashbrew/cache:975d078f9e6ad78deabb9be864ef9d510618c5fdb96996aa62d3d4d24c4bdb9e (neo4j:3.5.14)
Tagging neo4j:3.5.14

$ test/run.sh neo4j:3.5.14
testing neo4j:3.5.14
	'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.5.14-enterprise
Using bashbrew/cache:15a68a133a69f23354e1fea26a913bbb3400714196bcf1c4f34130ee658dcba0 (neo4j:3.5.14-enterprise)
Tagging neo4j:3.5.14-enterprise

$ test/run.sh neo4j:3.5.14-enterprise
testing neo4j:3.5.14-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.5.13
Using bashbrew/cache:c38b7268020c5e54d9b5d377023f281cc12f7fecfa09e663cf82186247488d73 (neo4j:3.5.13)
Tagging neo4j:3.5.13

$ test/run.sh neo4j:3.5.13
testing neo4j:3.5.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.5.13-enterprise
Using bashbrew/cache:6efaadcce31de2f9e4bf4b2f9502872ae053c0dc2bb7235ce944fc97ffa4aa4d (neo4j:3.5.13-enterprise)
Tagging neo4j:3.5.13-enterprise

$ test/run.sh neo4j:3.5.13-enterprise
testing neo4j:3.5.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.5.12
Using bashbrew/cache:cb69a7037f339a888531622cb2b840c32cc37e36d1c22a0b6d381e40e02020a0 (neo4j:3.5.12)
Tagging neo4j:3.5.12

$ test/run.sh neo4j:3.5.12
testing neo4j:3.5.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.5.12-enterprise
Using bashbrew/cache:defe7222d1697d10447c4649b7393c2c94c4b1c17c5eb27bbefda0fb5ca16ef7 (neo4j:3.5.12-enterprise)
Tagging neo4j:3.5.12-enterprise

$ test/run.sh neo4j:3.5.12-enterprise
testing neo4j:3.5.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.5.11
Using bashbrew/cache:523a8522be67c78163e05e7baa225e7f6eda7804b13458fd5b754ce90ead908b (neo4j:3.5.11)
Tagging neo4j:3.5.11

$ test/run.sh neo4j:3.5.11
testing neo4j:3.5.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.5.11-enterprise
Using bashbrew/cache:783cb87fd4b0c993542f93fb43ceeb71c503555265bdfdd3dbec680a695b697a (neo4j:3.5.11-enterprise)
Tagging neo4j:3.5.11-enterprise

$ test/run.sh neo4j:3.5.11-enterprise
testing neo4j:3.5.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.5.8
Using bashbrew/cache:737fab5cbf51aa89d3f0d9fb96155cb60906ebef37e344974b94fe27b23ea1fe (neo4j:3.5.8)
Tagging neo4j:3.5.8

$ test/run.sh neo4j:3.5.8
testing neo4j:3.5.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.5.8-enterprise
Using bashbrew/cache:9172ecab737a34d5815ba57a443ef2e36ad5c38ca3a51264ea3cb7321399da54 (neo4j:3.5.8-enterprise)
Tagging neo4j:3.5.8-enterprise

$ test/run.sh neo4j:3.5.8-enterprise
testing neo4j:3.5.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.5.7
Using bashbrew/cache:55609dc108ed38e984ec68348c42960dcda41f981a68af8a4c72e073063c873c (neo4j:3.5.7)
Tagging neo4j:3.5.7

$ test/run.sh neo4j:3.5.7
testing neo4j:3.5.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.5.7-enterprise
Using bashbrew/cache:8d40e629bd06af8431792e7df4feec9fa2c40474965ec6d98b1e12c7c3d2fc60 (neo4j:3.5.7-enterprise)
Tagging neo4j:3.5.7-enterprise

$ test/run.sh neo4j:3.5.7-enterprise
testing neo4j:3.5.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.5.6
Using bashbrew/cache:d05f9e81d635a6b78d4986ef4e3491c2f8e03ebbc8551fc73d7dae8c14623f96 (neo4j:3.5.6)
Tagging neo4j:3.5.6

$ test/run.sh neo4j:3.5.6
testing neo4j:3.5.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.5.6-enterprise
Using bashbrew/cache:76a22ea0975f5c4f1879d7b6f031b057363b55f32e9e888b0c6406d4372ce5ff (neo4j:3.5.6-enterprise)
Tagging neo4j:3.5.6-enterprise

$ test/run.sh neo4j:3.5.6-enterprise
testing neo4j:3.5.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.17
Using bashbrew/cache:c4427ae365722ce3c326b3cb028a0174d841218700842f8acb5a3a08b38d5787 (neo4j:3.4.17)
Tagging neo4j:3.4.17
Tagging neo4j:3.4

$ test/run.sh neo4j:3.4.17
testing neo4j:3.4.17
	'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.17-enterprise
Using bashbrew/cache:6ab73fac374177723b58e51f592ccc3d2e1557a97eec681c453059a61c406c4f (neo4j:3.4.17-enterprise)
Tagging neo4j:3.4.17-enterprise
Tagging neo4j:3.4-enterprise

$ test/run.sh neo4j:3.4.17-enterprise
testing neo4j:3.4.17-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.16
Using bashbrew/cache:e52d305bfd725ccc6252b3fd93199abab2a9e61f51833f7a1e3ec77f7d529d91 (neo4j:3.4.16)
Tagging neo4j:3.4.16

$ test/run.sh neo4j:3.4.16
testing neo4j:3.4.16
	'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.16-enterprise
Using bashbrew/cache:06d26dfe35ce7de8887c3e40f7e279cba357c8b41313a347d477cf2aec121b65 (neo4j:3.4.16-enterprise)
Tagging neo4j:3.4.16-enterprise

$ test/run.sh neo4j:3.4.16-enterprise
testing neo4j:3.4.16-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.15
Using bashbrew/cache:02589d5294454a025076559be48b6a4b32b83795f6c30dfa5232fe2c42aba2cc (neo4j:3.4.15)
Tagging neo4j:3.4.15

$ test/run.sh neo4j:3.4.15
testing neo4j:3.4.15
	'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.15-enterprise
Using bashbrew/cache:eacfcd831576f63f6c38127463a73aea0bd6373a7227bc10435c9334b5a1201c (neo4j:3.4.15-enterprise)
Tagging neo4j:3.4.15-enterprise

$ test/run.sh neo4j:3.4.15-enterprise
testing neo4j:3.4.15-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.14
Using bashbrew/cache:39692a9cd6ccfda7f1366dbe27167c6ca86a236919e22214fcde818d6984a042 (neo4j:3.4.14)
Tagging neo4j:3.4.14

$ test/run.sh neo4j:3.4.14
testing neo4j:3.4.14
	'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.14-enterprise
Using bashbrew/cache:a4515efc38b79bf356dd367b471f6c8a96bff5b53a61e134bfff319ed4368ad2 (neo4j:3.4.14-enterprise)
Tagging neo4j:3.4.14-enterprise

$ test/run.sh neo4j:3.4.14-enterprise
testing neo4j:3.4.14-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 a880492 into docker-library:master Mar 26, 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