Skip to content

Releasing neo4j 4.4.44 #19081

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

Merged
merged 1 commit into from
May 22, 2025
Merged

Releasing neo4j 4.4.44 #19081

merged 1 commit into from
May 22, 2025

Conversation

neo-tobias
Copy link
Contributor

No description provided.

@neo-tobias neo-tobias requested a review from a team as a code owner May 22, 2025 15:02
Copy link

Diff for 912868e:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 1dd8aa6..1ca4864 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,15 +1,15 @@
 Maintainers: Jenny Owen <jenny.owen@neo4j.com> (@jennyowen), Eric Sporre <eric.sporre@neo4j.com> (@ericsporre), Tobias Ericsson <tobias.ericsson@neo4j.com> (@neo-tobias)
 GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
 
-Tags: 4.4.43, 4.4.43-community, 4.4, 4.4-community
+Tags: 4.4.44, 4.4.44-community, 4.4, 4.4-community
 Architectures: amd64, arm64v8
-GitCommit: 48b3bb8a4fe04db7357d08343502edd588493af0
-Directory: 4.4.43/bullseye/community
+GitCommit: a0fc315f717639f19237bffd1ef1b9b4ecab4182
+Directory: 4.4.44/bullseye/community
 
-Tags: 4.4.43-enterprise, 4.4-enterprise
+Tags: 4.4.44-enterprise, 4.4-enterprise
 Architectures: amd64, arm64v8
-GitCommit: 48b3bb8a4fe04db7357d08343502edd588493af0
-Directory: 4.4.43/bullseye/enterprise
+GitCommit: a0fc315f717639f19237bffd1ef1b9b4ecab4182
+Directory: 4.4.44/bullseye/enterprise
 
 Tags: 5.26.6-community-bullseye, 5.26-community-bullseye, 5-community-bullseye, 5.26.6-community, 5.26-community, 5-community, 5.26.6-bullseye, 5.26-bullseye, 5-bullseye, 5.26.6, 5.26, 5
 Architectures: amd64, arm64v8
diff --git a/_bashbrew-list b/_bashbrew-list
index 4703c42..cd5e7ed 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,9 +1,9 @@
 neo4j:4.4
 neo4j:4.4-community
 neo4j:4.4-enterprise
-neo4j:4.4.43
-neo4j:4.4.43-community
-neo4j:4.4.43-enterprise
+neo4j:4.4.44
+neo4j:4.4.44-community
+neo4j:4.4.44-enterprise
 neo4j:5
 neo4j:5-bullseye
 neo4j:5-community
diff --git a/neo4j_4.4-community/Dockerfile b/neo4j_4.4-community/Dockerfile
index e4a288e..5c88efc 100644
--- a/neo4j_4.4-community/Dockerfile
+++ b/neo4j_4.4-community/Dockerfile
@@ -2,19 +2,19 @@ FROM debian:bullseye-slim
 ENV JAVA_HOME=/opt/java/openjdk
 COPY --from=eclipse-temurin:11 $JAVA_HOME $JAVA_HOME
 ENV PATH="${JAVA_HOME}/bin:${PATH}" \
-    NEO4J_SHA256=354e429ce193dd0917d96e591600bd1d3e89d79ca9bcfe9f1ab0a766366a58a8 \
-    NEO4J_TARBALL=neo4j-community-4.4.43-unix.tar.gz \
+    NEO4J_SHA256=7a4652c869dd875bd843ab1204bdcb2c5816abd1b57e27f9d0c6b32e55704814 \
+    NEO4J_TARBALL=neo4j-community-4.4.44-unix.tar.gz \
     NEO4J_EDITION=community \
     NEO4J_HOME="/var/lib/neo4j" \
     LANG=C.UTF-8
-ARG NEO4J_URI=https://dist.neo4j.org/neo4j-community-4.4.43-unix.tar.gz
+ARG NEO4J_URI=https://dist.neo4j.org/neo4j-community-4.4.44-unix.tar.gz
 
 RUN addgroup --gid 7474 --system neo4j && adduser --uid 7474 --system --no-create-home --home "${NEO4J_HOME}" --ingroup neo4j neo4j
 
 COPY ./local-package/* /startup/
 
-RUN apt update \
-    && apt-get install -y curl gcc git jq make procps tini wget \
+RUN apt-get update \
+    && apt-get install --no-install-recommends -y curl ca-certificates gcc libc-dev git jq make procps tini wget \
     && curl --fail --silent --show-error --location --remote-name ${NEO4J_URI} \
     && echo "${NEO4J_SHA256}  ${NEO4J_TARBALL}" | sha256sum -c --strict --quiet \
     && tar --extract --file ${NEO4J_TARBALL} --directory /var/lib \
@@ -40,7 +40,7 @@ RUN apt update \
     && echo 2a87af245eb125aca9305a0b1025525ac80825590800f047419dc57bba36b334 Makefile | sha256sum -c \
     && make \
     && mv /su-exec/su-exec /usr/bin/su-exec \
-    && apt-get -y purge --auto-remove curl gcc git make \
+    && apt-get -y purge --auto-remove curl gcc git make libc-dev \
     && rm -rf /var/lib/apt/lists/* /su-exec
 
 
diff --git a/neo4j_4.4-enterprise/Dockerfile b/neo4j_4.4-enterprise/Dockerfile
index 46f5099..4af5e0a 100644
--- a/neo4j_4.4-enterprise/Dockerfile
+++ b/neo4j_4.4-enterprise/Dockerfile
@@ -2,19 +2,19 @@ FROM debian:bullseye-slim
 ENV JAVA_HOME=/opt/java/openjdk
 COPY --from=eclipse-temurin:11 $JAVA_HOME $JAVA_HOME
 ENV PATH="${JAVA_HOME}/bin:${PATH}" \
-    NEO4J_SHA256=9d354b2a5af6e9e5ec2a35561bf28ba447af340398bda71c7136084ba25b72fd \
-    NEO4J_TARBALL=neo4j-enterprise-4.4.43-unix.tar.gz \
+    NEO4J_SHA256=4fd0844c75f894fa7cb00e613f704fbef961a854a2e3a378ca8f291526cdd908 \
+    NEO4J_TARBALL=neo4j-enterprise-4.4.44-unix.tar.gz \
     NEO4J_EDITION=enterprise \
     NEO4J_HOME="/var/lib/neo4j" \
     LANG=C.UTF-8
-ARG NEO4J_URI=https://dist.neo4j.org/neo4j-enterprise-4.4.43-unix.tar.gz
+ARG NEO4J_URI=https://dist.neo4j.org/neo4j-enterprise-4.4.44-unix.tar.gz
 
 RUN addgroup --gid 7474 --system neo4j && adduser --uid 7474 --system --no-create-home --home "${NEO4J_HOME}" --ingroup neo4j neo4j
 
 COPY ./local-package/* /startup/
 
-RUN apt update \
-    && apt-get install -y curl gcc git jq make procps tini wget \
+RUN apt-get update \
+    && apt-get install --no-install-recommends -y curl ca-certificates gcc libc-dev git jq make procps tini wget \
     && curl --fail --silent --show-error --location --remote-name ${NEO4J_URI} \
     && echo "${NEO4J_SHA256}  ${NEO4J_TARBALL}" | sha256sum -c --strict --quiet \
     && tar --extract --file ${NEO4J_TARBALL} --directory /var/lib \
@@ -40,7 +40,7 @@ RUN apt update \
     && echo 2a87af245eb125aca9305a0b1025525ac80825590800f047419dc57bba36b334 Makefile | sha256sum -c \
     && make \
     && mv /su-exec/su-exec /usr/bin/su-exec \
-    && apt-get -y purge --auto-remove curl gcc git make \
+    && apt-get -y purge --auto-remove curl gcc git make libc-dev \
     && rm -rf /var/lib/apt/lists/* /su-exec

Relevant Maintainers:

@tianon tianon merged commit 8c639b5 into docker-library:master May 22, 2025
15 checks passed
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