2022-10-06 07:10:42 UTC
370 MB
/opt/java/openjdk
NEO4J_EDITIONenterprise
NEO4J_HOME/var/lib/neo4j
NEO4J_SHA2569b5335af913c464d0b9cb0692b496cbb2682de99b556a5d7342054824e85debe
NEO4J_TARBALLneo4j-enterprise-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
[#000] sha256:bd159e379b3b1bc0134341e4ffdeab5f966ec422ae04818bb69ecef08a823b05 - 8.09% (30 MB)
[#001] sha256:0411b6cb0e944ff13c8e89f4a886c731ea8293c8f3dbc5d78ed1df2e6fbef5b9 - 51.01% (189 MB)
[#002] sha256:d8342eef991e086472d12570898cd70d907f2e2a9b8307694ceb37e0b4c283ac - 0.0% (3.77 KB)
[#003] sha256:03a3c14dfdd82feb94593c5194ea4712904e4bcbd68ae93e439f05d5cb3c73c4 - 0.0% (7.44 KB)
[#004] sha256:c0d24b3a458fb6e15fb5ceb944d6f1a6e77dafa0fdcc04bbc2b3f93a02fa2e2d - 40.9% (152 MB)
/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:22 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=9b5335af913c464d0b9cb0692b496cbb2682de99b556a5d7342054824e85debe NEO4J_TARBALL=neo4j-enterprise-4.3.16-unix.tar.gz NEO4J_EDITION=enterprise NEO4J_HOME=/var/lib/neo4j
2022-10-06 07:10:22 UTC/bin/sh -c #(nop) ARG NEO4J_URI=https://dist.neo4j.org/neo4j-enterprise-4.3.16-unix.tar.gz
2022-10-06 07:10:23 UTC|1 NEO4J_URI=https://dist.neo4j.org/neo4j-enterprise-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:23 UTC/bin/sh -c #(nop) COPY multi:7f654dae9c34c4836d2dba726eda4454b4ec5547ee00cb65a6d0f4e9a5ba930b in /startup/
2022-10-06 07:10:41 UTC|1 NEO4J_URI=https://dist.neo4j.org/neo4j-enterprise-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:41 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:41 UTC/bin/sh -c #(nop) WORKDIR /var/lib/neo4j
2022-10-06 07:10:41 UTC/bin/sh -c #(nop) VOLUME [/data /logs]
2022-10-06 07:10:41 UTC/bin/sh -c #(nop) EXPOSE 7473 7474 7687
2022-10-06 07:10:42 UTC/bin/sh -c #(nop) ENTRYPOINT ["tini" "-g" "--" "/startup/docker-entrypoint.sh"]
2022-10-06 07:10:42 UTC/bin/sh -c #(nop) 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.