-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 4.1.2 #8761
Merged
Merged
Releasing Neo4j 4.1.2 #8761
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Diff for 24aafb7:diff --git a/_bashbrew-cat b/_bashbrew-cat
index c180883..0577562 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -300,12 +300,22 @@ GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
GitCommit: c22866bb7f4baac356bf65494a003e490082b6c0
Directory: 4.1.0/enterprise
-Tags: 4.1.1, 4.1, latest
+Tags: 4.1.1
GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
GitCommit: d42c3ac9cde66e2a1dcb3f667fe73878dbf2218c
Directory: 4.1.1/community
-Tags: 4.1.1-enterprise, 4.1-enterprise, enterprise
+Tags: 4.1.1-enterprise
GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
GitCommit: d42c3ac9cde66e2a1dcb3f667fe73878dbf2218c
Directory: 4.1.1/enterprise
+
+Tags: 4.1.2, 4.1, latest
+GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
+GitCommit: 5429da43884f5a41db2fd7aaaa3b1cd69a708f7f
+Directory: 4.1.2/community
+
+Tags: 4.1.2-enterprise, 4.1-enterprise, enterprise
+GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
+GitCommit: 5429da43884f5a41db2fd7aaaa3b1cd69a708f7f
+Directory: 4.1.2/enterprise
diff --git a/_bashbrew-list b/_bashbrew-list
index 5f9d712..03ff953 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -68,5 +68,7 @@ neo4j:4.1.0
neo4j:4.1.0-enterprise
neo4j:4.1.1
neo4j:4.1.1-enterprise
+neo4j:4.1.2
+neo4j:4.1.2-enterprise
neo4j:enterprise
neo4j:latest
diff --git a/neo4j_enterprise/Dockerfile b/neo4j_4.1.1-enterprise/Dockerfile
similarity index 100%
copy from neo4j_enterprise/Dockerfile
copy to neo4j_4.1.1-enterprise/Dockerfile
diff --git a/neo4j_enterprise/docker-entrypoint.sh b/neo4j_4.1.1-enterprise/docker-entrypoint.sh
similarity index 100%
copy from neo4j_enterprise/docker-entrypoint.sh
copy to neo4j_4.1.1-enterprise/docker-entrypoint.sh
diff --git a/neo4j_3.4-enterprise/local-package/.sentinel b/neo4j_4.1.1-enterprise/local-package/.sentinel
similarity index 100%
copy from neo4j_3.4-enterprise/local-package/.sentinel
copy to neo4j_4.1.1-enterprise/local-package/.sentinel
diff --git a/neo4j_3.4-enterprise/local-package/neo4jlabs-plugins.json b/neo4j_4.1.1-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.1-enterprise/local-package/neo4jlabs-plugins.json
diff --git a/neo4j_latest/Dockerfile b/neo4j_4.1.1/Dockerfile
similarity index 100%
copy from neo4j_latest/Dockerfile
copy to neo4j_4.1.1/Dockerfile
diff --git a/neo4j_enterprise/docker-entrypoint.sh b/neo4j_4.1.1/docker-entrypoint.sh
similarity index 100%
copy from neo4j_enterprise/docker-entrypoint.sh
copy to neo4j_4.1.1/docker-entrypoint.sh
diff --git a/neo4j_3.4-enterprise/local-package/.sentinel b/neo4j_4.1.1/local-package/.sentinel
similarity index 100%
copy from neo4j_3.4-enterprise/local-package/.sentinel
copy to neo4j_4.1.1/local-package/.sentinel
diff --git a/neo4j_3.4-enterprise/local-package/neo4jlabs-plugins.json b/neo4j_4.1.1/local-package/neo4jlabs-plugins.json
similarity index 100%
copy from neo4j_3.4-enterprise/local-package/neo4jlabs-plugins.json
copy to neo4j_4.1.1/local-package/neo4jlabs-plugins.json
diff --git a/neo4j_enterprise/Dockerfile b/neo4j_enterprise/Dockerfile
index 9959b0f..bec5435 100644
--- a/neo4j_enterprise/Dockerfile
+++ b/neo4j_enterprise/Dockerfile
@@ -1,10 +1,10 @@
FROM openjdk:11-jdk-slim
-ENV NEO4J_SHA256=f1b5ee0db7771abeb7a9db2f3c8b6d92850d5587ed99926c417bf5c70d883c06 \
- NEO4J_TARBALL=neo4j-enterprise-4.1.1-unix.tar.gz \
+ENV NEO4J_SHA256=ed161ece01e5edaa3c74abb46311aca711233089b76767fc5c47c7f284067763 \
+ NEO4J_TARBALL=neo4j-enterprise-4.1.2-unix.tar.gz \
NEO4J_EDITION=enterprise \
NEO4J_HOME="/var/lib/neo4j"
-ARG NEO4J_URI=https://dist.neo4j.org/neo4j-enterprise-4.1.1-unix.tar.gz
+ARG NEO4J_URI=https://dist.neo4j.org/neo4j-enterprise-4.1.2-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_enterprise/docker-entrypoint.sh b/neo4j_enterprise/docker-entrypoint.sh
index e1f012d..d9ca5dc 100755
--- a/neo4j_enterprise/docker-entrypoint.sh
+++ b/neo4j_enterprise/docker-entrypoint.sh
@@ -293,14 +293,10 @@ readonly groups
readonly exec_cmd
-# Need to chown the home directory - but a user might have mounted a
-# volume here (notably a conf volume). So take care not to chown
-# volumes (stuff not owned by neo4j)
+# Need to chown the home directory
if running_as_root; then
- # Non-recursive chown for the base directory
- chown "${userid}":"${groupid}" "${NEO4J_HOME}"
+ chown -R "${userid}":"${groupid}" "${NEO4J_HOME}"
chmod 700 "${NEO4J_HOME}"
- find "${NEO4J_HOME}" -mindepth 1 -maxdepth 1 -type d -exec chown -R ${userid}:${groupid} {} \;
find "${NEO4J_HOME}" -mindepth 1 -maxdepth 1 -type d -exec chmod -R 700 {} \;
fi
diff --git a/neo4j_latest/Dockerfile b/neo4j_latest/Dockerfile
index 1b3be77..7c41255 100644
--- a/neo4j_latest/Dockerfile
+++ b/neo4j_latest/Dockerfile
@@ -1,10 +1,10 @@
FROM openjdk:11-jdk-slim
-ENV NEO4J_SHA256=4f663a520bec40dfd0b1972feb3cf93af321c230b448adb6dc917717e67a1271 \
- NEO4J_TARBALL=neo4j-community-4.1.1-unix.tar.gz \
+ENV NEO4J_SHA256=c4917a1f16da0ab214de9fa04e4db351efbd0b92a7f2314d27501c1d82293a6f \
+ NEO4J_TARBALL=neo4j-community-4.1.2-unix.tar.gz \
NEO4J_EDITION=community \
NEO4J_HOME="/var/lib/neo4j"
-ARG NEO4J_URI=https://dist.neo4j.org/neo4j-community-4.1.1-unix.tar.gz
+ARG NEO4J_URI=https://dist.neo4j.org/neo4j-community-4.1.2-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/docker-entrypoint.sh b/neo4j_latest/docker-entrypoint.sh
index e1f012d..d9ca5dc 100755
--- a/neo4j_latest/docker-entrypoint.sh
+++ b/neo4j_latest/docker-entrypoint.sh
@@ -293,14 +293,10 @@ readonly groups
readonly exec_cmd
-# Need to chown the home directory - but a user might have mounted a
-# volume here (notably a conf volume). So take care not to chown
-# volumes (stuff not owned by neo4j)
+# Need to chown the home directory
if running_as_root; then
- # Non-recursive chown for the base directory
- chown "${userid}":"${groupid}" "${NEO4J_HOME}"
+ chown -R "${userid}":"${groupid}" "${NEO4J_HOME}"
chmod 700 "${NEO4J_HOME}"
- find "${NEO4J_HOME}" -mindepth 1 -maxdepth 1 -type d -exec chown -R ${userid}:${groupid} {} \;
find "${NEO4J_HOME}" -mindepth 1 -maxdepth 1 -type d -exec chmod -R 700 {} \;
fi
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Thank you!