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 4.1.4 #9054

Merged
merged 1 commit into from
Nov 11, 2020
Merged

Release Neo4j 4.1.4 #9054

merged 1 commit into from
Nov 11, 2020

Conversation

bfeshti
Copy link
Contributor

@bfeshti bfeshti commented Nov 10, 2020

No description provided.

@github-actions
Copy link

Diff for 392a5bc:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 19a1a45..059a930 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -330,12 +330,22 @@ GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
 GitCommit: 5429da43884f5a41db2fd7aaaa3b1cd69a708f7f
 Directory: 4.1.2/enterprise
 
-Tags: 4.1.3, 4.1, latest
+Tags: 4.1.3
 GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
 GitCommit: d812e34c70a2487fae5ee5cbb7c447b20b346afa
 Directory: 4.1.3/community
 
-Tags: 4.1.3-enterprise, 4.1-enterprise, enterprise
+Tags: 4.1.3-enterprise
 GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
 GitCommit: d812e34c70a2487fae5ee5cbb7c447b20b346afa
 Directory: 4.1.3/enterprise
+
+Tags: 4.1.4, 4.1, latest
+GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
+GitCommit: 8709faa63d9bda05c888ffc040a6035a8daf8394
+Directory: 4.1.4/community
+
+Tags: 4.1.4-enterprise, 4.1-enterprise, enterprise
+GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
+GitCommit: 8709faa63d9bda05c888ffc040a6035a8daf8394
+Directory: 4.1.4/enterprise
diff --git a/_bashbrew-list b/_bashbrew-list
index e98ce77..9b09290 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -74,5 +74,7 @@ neo4j:4.1.2
 neo4j:4.1.2-enterprise
 neo4j:4.1.3
 neo4j:4.1.3-enterprise
+neo4j:4.1.4
+neo4j:4.1.4-enterprise
 neo4j:enterprise
 neo4j:latest
diff --git a/neo4j_enterprise/Dockerfile b/neo4j_4.1.3-enterprise/Dockerfile
similarity index 100%
copy from neo4j_enterprise/Dockerfile
copy to neo4j_4.1.3-enterprise/Dockerfile
diff --git a/neo4j_4.1.2-enterprise/docker-entrypoint.sh b/neo4j_4.1.3-enterprise/docker-entrypoint.sh
similarity index 100%
copy from neo4j_4.1.2-enterprise/docker-entrypoint.sh
copy to neo4j_4.1.3-enterprise/docker-entrypoint.sh
diff --git a/neo4j_3.4-enterprise/local-package/.sentinel b/neo4j_4.1.3-enterprise/local-package/.sentinel
similarity index 100%
copy from neo4j_3.4-enterprise/local-package/.sentinel
copy to neo4j_4.1.3-enterprise/local-package/.sentinel
diff --git a/neo4j_3.4-enterprise/local-package/neo4jlabs-plugins.json b/neo4j_4.1.3-enterprise/local-package/neo4jlabs-plugins.json
similarity index 100%
copy from neo4j_3.4-enterprise/local-package/neo4jlabs-plugins.json
copy to neo4j_4.1.3-enterprise/local-package/neo4jlabs-plugins.json
diff --git a/neo4j_latest/Dockerfile b/neo4j_4.1.3/Dockerfile
similarity index 100%
copy from neo4j_latest/Dockerfile
copy to neo4j_4.1.3/Dockerfile
diff --git a/neo4j_4.1.2-enterprise/docker-entrypoint.sh b/neo4j_4.1.3/docker-entrypoint.sh
similarity index 100%
copy from neo4j_4.1.2-enterprise/docker-entrypoint.sh
copy to neo4j_4.1.3/docker-entrypoint.sh
diff --git a/neo4j_3.4-enterprise/local-package/.sentinel b/neo4j_4.1.3/local-package/.sentinel
similarity index 100%
copy from neo4j_3.4-enterprise/local-package/.sentinel
copy to neo4j_4.1.3/local-package/.sentinel
diff --git a/neo4j_3.4-enterprise/local-package/neo4jlabs-plugins.json b/neo4j_4.1.3/local-package/neo4jlabs-plugins.json
similarity index 100%
copy from neo4j_3.4-enterprise/local-package/neo4jlabs-plugins.json
copy to neo4j_4.1.3/local-package/neo4jlabs-plugins.json
diff --git a/neo4j_enterprise/Dockerfile b/neo4j_enterprise/Dockerfile
index 507a421..7bc626b 100644
--- a/neo4j_enterprise/Dockerfile
+++ b/neo4j_enterprise/Dockerfile
@@ -1,10 +1,10 @@
 FROM openjdk:11-jdk-slim
 
-ENV NEO4J_SHA256=16f1c960ba7f75016c7e518e4e1195b19e9a4ee4c1eeb6ec305c618b3125f964 \
-    NEO4J_TARBALL=neo4j-enterprise-4.1.3-unix.tar.gz \
+ENV NEO4J_SHA256=c3e5a218c5019acb36db5529088ce9d95a61171d17f10a0ef4d02a5b92fd8be1 \
+    NEO4J_TARBALL=neo4j-enterprise-4.1.4-unix.tar.gz \
     NEO4J_EDITION=enterprise \
     NEO4J_HOME="/var/lib/neo4j"
-ARG NEO4J_URI=https://dist.neo4j.org/neo4j-enterprise-4.1.3-unix.tar.gz
+ARG NEO4J_URI=https://dist.neo4j.org/neo4j-enterprise-4.1.4-unix.tar.gz
 ARG TINI_SHA256="12d20136605531b09a2c2dac02ccee85e1b874eb322ef6baf7561cd93f93c855"
 ARG TINI_URI="https://github.com/krallin/tini/releases/download/v0.18.0/tini"
 
diff --git a/neo4j_latest/Dockerfile b/neo4j_latest/Dockerfile
index cf64be4..4d5ec56 100644
--- a/neo4j_latest/Dockerfile
+++ b/neo4j_latest/Dockerfile
@@ -1,10 +1,10 @@
 FROM openjdk:11-jdk-slim
 
-ENV NEO4J_SHA256=6da059f04f86e1a74221eb0103da38a1f645969cbbfe1b37c9de48bf55acabdc \
-    NEO4J_TARBALL=neo4j-community-4.1.3-unix.tar.gz \
+ENV NEO4J_SHA256=c6e555e35fd08ab1129f57c4346450b1bc3793488a270fa9b2271a41b5b39455 \
+    NEO4J_TARBALL=neo4j-community-4.1.4-unix.tar.gz \
     NEO4J_EDITION=community \
     NEO4J_HOME="/var/lib/neo4j"
-ARG NEO4J_URI=https://dist.neo4j.org/neo4j-community-4.1.3-unix.tar.gz
+ARG NEO4J_URI=https://dist.neo4j.org/neo4j-community-4.1.4-unix.tar.gz
 ARG TINI_SHA256="12d20136605531b09a2c2dac02ccee85e1b874eb322ef6baf7561cd93f93c855"
 ARG TINI_URI="https://github.com/krallin/tini/releases/download/v0.18.0/tini"
 

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

2 participants