2025-06-03 10:48:21 UTC
378 MB
C.UTF-8
NEO4J_EDITIONcommunity
NEO4J_HOME/var/lib/neo4j
NEO4J_SHA256561f985e6355e98cf6f2b4f106599bfceb27a5adeffdc0856c71a2c5bb008f68
NEO4J_TARBALLneo4j-community-2025.05.0-unix.tar.gz
PATH/var/lib/neo4j/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:cd6ccba083d707ef742eaac8378ef1580e2dfd96b8e9198ff1681af8b60dcdf5 - 9.99% (37.8 MB)
[#001] sha256:c9d3643572281bca7164d2a922f2bc6082284836d1fd7aa0a176645ff3fbfab7 - 33.03% (125 MB)
[#002] sha256:adb18270266f75e41b1cd45219d37e1617b2f1241d5c80589fbd771b0e7ea92d - 0.0% (9.75 KB)
[#003] sha256:009575f7b2cd07c2ef22a79528839c5167bc4f3c156eccfec737ff254c776cf2 - 56.99% (216 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
2025-06-03 10:48:21 UTC/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
2025-06-03 10:48:21 UTC/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
2025-06-03 10:48:21 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container" name="ubi9-minimal" version="9.6" distribution-scope="public"
2025-06-03 10:48:21 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
2025-06-03 10:48:21 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
2025-06-03 10:48:21 UTC/bin/sh -c #(nop) LABEL description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
2025-06-03 10:48:21 UTC/bin/sh -c #(nop) LABEL io.k8s.description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
2025-06-03 10:48:21 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
2025-06-03 10:48:21 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2025-06-03 10:48:21 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
2025-06-03 10:48:21 UTC/bin/sh -c #(nop) ENV container oci
2025-06-03 10:48:21 UTC/bin/sh -c #(nop) COPY dir:bac616b15ea24c824075e7e76d7146b6c91b244abd89c8cc5c4ec0f5677c20ac in /
2025-06-03 10:48:21 UTC/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.
2025-06-03 10:48:21 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-06-03 10:48:21 UTC/bin/sh -c #(nop) COPY file:58cc94f5b3b2d60de2c77a6ed4b1797dcede502ccdb429a72e7a72d994235b3c in /usr/share/buildinfo/content-sets.json
2025-06-03 10:48:21 UTC/bin/sh -c #(nop) LABEL "build-date"="2025-06-09T17:19:15" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="7e18551b8a7ac3e7aa6347d84b9f0b5c8cc8fe52" "release"="1749489516"
2025-06-03 10:48:21 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; arch="$(rpm --query --queryformat='%{ARCH}' rpm)"; case "${arch}" in 'x86_64') tini_url="https://github.com/krallin/tini/releases/download/v0.19.0/tini"; tini_sha="93dcc18adc78c65a028a84799ecf8ad40c936fdfc5f2a57b1acda5a8117fa82c"; ;; 'aarch64') tini_url="https://github.com/krallin/tini/releases/download/v0.19.0/tini-arm64"; tini_sha="07952557df20bfd2a95f9bef198b445e006171969499a1d361bd9e6f8e5e0e81"; ;; *) echo >&2 "Neo4j does not currently have a docker image for architecture $arch"; exit 1 ;; esac; microdnf install -y --nodocs findutils gcc git gzip hostname java-21-openjdk-headless jq make procps shadow-utils tar wget which; wget -q ${tini_url} -O /usr/bin/tini; wget -q ${tini_url}.asc -O tini.asc; echo "${tini_sha}" /usr/bin/tini | sha256sum -c --strict --quiet; chmod a+x /usr/bin/tini; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 595E85A6B1B4779EA4DAAEC70B588DFF0527A9B7 B42F6819007F00F88E364FD4036A9C25BF357DD4; gpg --batch --verify tini.asc /usr/bin/tini; git clone https://github.com/ncopa/su-exec.git; cd su-exec; git checkout 4c3bb42b093f14da70d8ab924b487ccfbb1397af; echo d6c40440609a23483f12eb6295b5191e94baf08298a856bab6e15b10c3b82891 su-exec.c | sha256sum -c; echo 2a87af245eb125aca9305a0b1025525ac80825590800f047419dc57bba36b334 Makefile | sha256sum -c; make; mv /su-exec/su-exec /usr/bin/su-exec; gpgconf --kill all; rm -rf "$GNUPGHOME" /tini.asc /su-exec; microdnf remove -y git* perl* make gcc glibc-headers glibc-devel libxcrypt-devel; microdnf clean all # buildkit
2025-06-03 10:48:21 UTC (buildkit.dockerfile.v0)ENV NEO4J_SHA256=561f985e6355e98cf6f2b4f106599bfceb27a5adeffdc0856c71a2c5bb008f68 NEO4J_TARBALL=neo4j-community-2025.05.0-unix.tar.gz NEO4J_EDITION=community NEO4J_HOME=/var/lib/neo4j LANG=C.UTF-8
2025-06-03 10:48:21 UTC (buildkit.dockerfile.v0)ARG NEO4J_URI=https://dist.neo4j.org/neo4j-community-2025.05.0-unix.tar.gz
2025-06-03 10:48:21 UTC (buildkit.dockerfile.v0)COPY ./local-package/* /startup/ # buildkit
2025-06-03 10:48:21 UTC (buildkit.dockerfile.v0)RUN |1 NEO4J_URI=https://dist.neo4j.org/neo4j-community-2025.05.0-unix.tar.gz /bin/sh -c set -eux; groupadd --gid 7474 --system neo4j && useradd --uid 7474 --system --no-create-home --home "${NEO4J_HOME}" --gid neo4j neo4j; 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; mv /var/lib/neo4j-* "${NEO4J_HOME}"; rm ${NEO4J_TARBALL}; sed -i 's/Package Type:.*/Package Type: docker ubi9/' $NEO4J_HOME/packaging_info; mv /startup/neo4j-admin-report.sh "${NEO4J_HOME}"/bin/neo4j-admin-report; mv "${NEO4J_HOME}"/data /data; mv "${NEO4J_HOME}"/logs /logs; chown -R neo4j:neo4j /data; chmod -R 777 /data; chown -R neo4j:neo4j /logs; chmod -R 777 /logs; chown -R neo4j:neo4j "${NEO4J_HOME}"; chmod -R 777 "${NEO4J_HOME}"; chmod -R 755 "${NEO4J_HOME}/bin"; ln -s /data "${NEO4J_HOME}"/data; ln -s /logs "${NEO4J_HOME}"/logs # buildkit
2025-06-03 10:48:21 UTC (buildkit.dockerfile.v0)ENV PATH=/var/lib/neo4j/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2025-06-03 10:48:21 UTC (buildkit.dockerfile.v0)WORKDIR /var/lib/neo4j
2025-06-03 10:48:21 UTC (buildkit.dockerfile.v0)VOLUME [/data /logs]
2025-06-03 10:48:21 UTC (buildkit.dockerfile.v0)EXPOSE map[7473/tcp:{} 7474/tcp:{} 7687/tcp:{}]
2025-06-03 10:48:21 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["tini" "-g" "--" "/startup/docker-entrypoint.sh"]
2025-06-03 10:48:21 UTC (buildkit.dockerfile.v0)CMD ["neo4j"]
2025-06-03 10:48:21 UTC
377 MB
C.UTF-8
NEO4J_EDITIONcommunity
NEO4J_HOME/var/lib/neo4j
NEO4J_SHA256561f985e6355e98cf6f2b4f106599bfceb27a5adeffdc0856c71a2c5bb008f68
NEO4J_TARBALLneo4j-community-2025.05.0-unix.tar.gz
PATH/var/lib/neo4j/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:f258ee7f14ce0e3998c50b14ce17a0c0115edefcb69d96c3ef016548422246c8 - 9.61% (36.2 MB)
[#001] sha256:0534daa11c7a36b93f7ab6795e9e2cd593564cce2cd60ccb98daf9264c4afa7a - 33.11% (125 MB)
[#002] sha256:334e35d5e27a6a3b8f3359d1e0d773c2259b70703eb26741c44dbec11383bdbf - 0.0% (9.75 KB)
[#003] sha256:d0e722211369268370a93f000b3adc79ff50d67f26c009aa3134926ac618132f - 57.28% (216 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
2025-06-03 10:48:21 UTC/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
2025-06-03 10:48:21 UTC/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
2025-06-03 10:48:21 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container" name="ubi9-minimal" version="9.6" distribution-scope="public"
2025-06-03 10:48:21 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
2025-06-03 10:48:21 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
2025-06-03 10:48:21 UTC/bin/sh -c #(nop) LABEL description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
2025-06-03 10:48:21 UTC/bin/sh -c #(nop) LABEL io.k8s.description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
2025-06-03 10:48:21 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
2025-06-03 10:48:21 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2025-06-03 10:48:21 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
2025-06-03 10:48:21 UTC/bin/sh -c #(nop) ENV container oci
2025-06-03 10:48:21 UTC/bin/sh -c #(nop) COPY dir:dd3dc18ab466569b07043336c84190595a673cf78699fcf70dbf83deddf44d87 in /
2025-06-03 10:48:21 UTC/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.
2025-06-03 10:48:21 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-06-03 10:48:21 UTC/bin/sh -c #(nop) COPY file:0667e9d31385a24c3aef13f2dd9ab6a7b71b3dfcfef5127d3c1e2ea2c838e5cb in /usr/share/buildinfo/content-sets.json
2025-06-03 10:48:21 UTC/bin/sh -c #(nop) LABEL "build-date"="2025-06-09T17:24:02" "architecture"="aarch64" "vcs-type"="git" "vcs-ref"="7e18551b8a7ac3e7aa6347d84b9f0b5c8cc8fe52" "release"="1749489516"
2025-06-03 10:48:21 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; arch="$(rpm --query --queryformat='%{ARCH}' rpm)"; case "${arch}" in 'x86_64') tini_url="https://github.com/krallin/tini/releases/download/v0.19.0/tini"; tini_sha="93dcc18adc78c65a028a84799ecf8ad40c936fdfc5f2a57b1acda5a8117fa82c"; ;; 'aarch64') tini_url="https://github.com/krallin/tini/releases/download/v0.19.0/tini-arm64"; tini_sha="07952557df20bfd2a95f9bef198b445e006171969499a1d361bd9e6f8e5e0e81"; ;; *) echo >&2 "Neo4j does not currently have a docker image for architecture $arch"; exit 1 ;; esac; microdnf install -y --nodocs findutils gcc git gzip hostname java-21-openjdk-headless jq make procps shadow-utils tar wget which; wget -q ${tini_url} -O /usr/bin/tini; wget -q ${tini_url}.asc -O tini.asc; echo "${tini_sha}" /usr/bin/tini | sha256sum -c --strict --quiet; chmod a+x /usr/bin/tini; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 595E85A6B1B4779EA4DAAEC70B588DFF0527A9B7 B42F6819007F00F88E364FD4036A9C25BF357DD4; gpg --batch --verify tini.asc /usr/bin/tini; git clone https://github.com/ncopa/su-exec.git; cd su-exec; git checkout 4c3bb42b093f14da70d8ab924b487ccfbb1397af; echo d6c40440609a23483f12eb6295b5191e94baf08298a856bab6e15b10c3b82891 su-exec.c | sha256sum -c; echo 2a87af245eb125aca9305a0b1025525ac80825590800f047419dc57bba36b334 Makefile | sha256sum -c; make; mv /su-exec/su-exec /usr/bin/su-exec; gpgconf --kill all; rm -rf "$GNUPGHOME" /tini.asc /su-exec; microdnf remove -y git* perl* make gcc glibc-headers glibc-devel libxcrypt-devel; microdnf clean all # buildkit
2025-06-03 10:48:21 UTC (buildkit.dockerfile.v0)ENV NEO4J_SHA256=561f985e6355e98cf6f2b4f106599bfceb27a5adeffdc0856c71a2c5bb008f68 NEO4J_TARBALL=neo4j-community-2025.05.0-unix.tar.gz NEO4J_EDITION=community NEO4J_HOME=/var/lib/neo4j LANG=C.UTF-8
2025-06-03 10:48:21 UTC (buildkit.dockerfile.v0)ARG NEO4J_URI=https://dist.neo4j.org/neo4j-community-2025.05.0-unix.tar.gz
2025-06-03 10:48:21 UTC (buildkit.dockerfile.v0)COPY ./local-package/* /startup/ # buildkit
2025-06-03 10:48:21 UTC (buildkit.dockerfile.v0)RUN |1 NEO4J_URI=https://dist.neo4j.org/neo4j-community-2025.05.0-unix.tar.gz /bin/sh -c set -eux; groupadd --gid 7474 --system neo4j && useradd --uid 7474 --system --no-create-home --home "${NEO4J_HOME}" --gid neo4j neo4j; 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; mv /var/lib/neo4j-* "${NEO4J_HOME}"; rm ${NEO4J_TARBALL}; sed -i 's/Package Type:.*/Package Type: docker ubi9/' $NEO4J_HOME/packaging_info; mv /startup/neo4j-admin-report.sh "${NEO4J_HOME}"/bin/neo4j-admin-report; mv "${NEO4J_HOME}"/data /data; mv "${NEO4J_HOME}"/logs /logs; chown -R neo4j:neo4j /data; chmod -R 777 /data; chown -R neo4j:neo4j /logs; chmod -R 777 /logs; chown -R neo4j:neo4j "${NEO4J_HOME}"; chmod -R 777 "${NEO4J_HOME}"; chmod -R 755 "${NEO4J_HOME}/bin"; ln -s /data "${NEO4J_HOME}"/data; ln -s /logs "${NEO4J_HOME}"/logs # buildkit
2025-06-03 10:48:21 UTC (buildkit.dockerfile.v0)ENV PATH=/var/lib/neo4j/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2025-06-03 10:48:21 UTC (buildkit.dockerfile.v0)WORKDIR /var/lib/neo4j
2025-06-03 10:48:21 UTC (buildkit.dockerfile.v0)VOLUME [/data /logs]
2025-06-03 10:48:21 UTC (buildkit.dockerfile.v0)EXPOSE map[7473/tcp:{} 7474/tcp:{} 7687/tcp:{}]
2025-06-03 10:48:21 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["tini" "-g" "--" "/startup/docker-entrypoint.sh"]
2025-06-03 10:48:21 UTC (buildkit.dockerfile.v0)CMD ["neo4j"]
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.