Namespace
library
Image / Tag
neo4j:4.3.16-community
Content Digest
sha256:b6c4e82c2cce8768fe36f9fdeb46d6780bd2728d355db989fa617b24ac8b1492
Details
Created

2022-10-06 07:10:19 UTC

Size

341 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

NEO4J_EDITION

community

NEO4J_HOME

/var/lib/neo4j

NEO4J_SHA256

a51652705e4f2c443a30883a9ba25f4929b89c891c265ab26a354ee75d97c5c6

NEO4J_TARBALL

neo4j-community-4.3.16-unix.tar.gz

PATH

/var/lib/neo4j/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:bd159e379b3b1bc0134341e4ffdeab5f966ec422ae04818bb69ecef08a823b05 - 8.78% (30 MB)

[#001] sha256:0411b6cb0e944ff13c8e89f4a886c731ea8293c8f3dbc5d78ed1df2e6fbef5b9 - 55.35% (189 MB)

[#002] sha256:2d154e6aa3e0cd64458c1b1994e8653b264b27fea0f2995524f33e025bb9ab6a - 0.0% (3.77 KB)

[#003] sha256:dc239be0dad2e122077895c7edb8a02b7ecf38038a291baa9d9ceb2e50dfa9f4 - 0.0% (7.44 KB)

[#004] sha256:7816ba22eca30d0a419f0123be946f04754f5b04331eb4a80bf68a8587e71931 - 35.87% (122 MB)


History
2022-10-04 23:26:39 UTC

/bin/sh -c #(nop) ADD file:b78b777208be08edd8f297035cdfbacddb45170ad778fd643c792ee045187e39 in /

2022-10-04 23:26:39 UTC

/bin/sh -c #(nop) CMD ["bash"]

2022-10-05 01:31:07 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/opt/java/openjdk

2022-10-06 03:51:16 UTC

/bin/sh -c #(nop) COPY dir:e3c63d67b32fccda756dd62000a0cf47da966d18fe6f1f25cd1f37b60881f0ec in /opt/java/openjdk

2022-10-06 07:10:02 UTC

/bin/sh -c #(nop) ENV PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin NEO4J_SHA256=a51652705e4f2c443a30883a9ba25f4929b89c891c265ab26a354ee75d97c5c6 NEO4J_TARBALL=neo4j-community-4.3.16-unix.tar.gz NEO4J_EDITION=community NEO4J_HOME=/var/lib/neo4j

2022-10-06 07:10:02 UTC

/bin/sh -c #(nop) ARG NEO4J_URI=https://dist.neo4j.org/neo4j-community-4.3.16-unix.tar.gz

2022-10-06 07:10:02 UTC

|1 NEO4J_URI=https://dist.neo4j.org/neo4j-community-4.3.16-unix.tar.gz /bin/sh -c addgroup --gid 7474 --system neo4j && adduser --uid 7474 --system --no-create-home --home "${NEO4J_HOME}" --ingroup neo4j neo4j

2022-10-06 07:10:03 UTC

/bin/sh -c #(nop) COPY multi:7f654dae9c34c4836d2dba726eda4454b4ec5547ee00cb65a6d0f4e9a5ba930b in /startup/

2022-10-06 07:10:18 UTC

|1 NEO4J_URI=https://dist.neo4j.org/neo4j-community-4.3.16-unix.tar.gz /bin/sh -c apt update && apt install -y curl gosu jq 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 && mv /var/lib/neo4j-* "${NEO4J_HOME}" && rm ${NEO4J_TARBALL} && 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}" && ln -s /data "${NEO4J_HOME}"/data && ln -s /logs "${NEO4J_HOME}"/logs && ln -s /startup/docker-entrypoint.sh /docker-entrypoint.sh && apt-get -y purge --auto-remove curl && rm -rf /var/lib/apt/lists/*

2022-10-06 07:10:19 UTC

/bin/sh -c #(nop) ENV PATH=/var/lib/neo4j/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2022-10-06 07:10:19 UTC

/bin/sh -c #(nop) WORKDIR /var/lib/neo4j

2022-10-06 07:10:19 UTC

/bin/sh -c #(nop) VOLUME [/data /logs]

2022-10-06 07:10:19 UTC

/bin/sh -c #(nop) EXPOSE 7473 7474 7687

2022-10-06 07:10:19 UTC

/bin/sh -c #(nop) ENTRYPOINT ["tini" "-g" "--" "/startup/docker-entrypoint.sh"]

2022-10-06 07:10:19 UTC

/bin/sh -c #(nop) CMD ["neo4j"]

Danger Zone
Delete Tag

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.

Delete