2022-11-07 19:26:18 UTC
373 MB
/opt/java/openjdk
NEO4J_EDITIONenterprise
NEO4J_HOME/var/lib/neo4j
NEO4J_SHA2563e53e774d810ea6c71642f4c233527e1b8a1aa2b916a166e67bf524934c5164d
NEO4J_TARBALLneo4j-enterprise-4.3.20-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:e9995326b091af7b3ce352fad4d76cf3a3cb62b7a0c35cc5f625e8e649d23c50 - 8.04% (30 MB)
[#001] sha256:89eeac167d177f8e3f122f752a133299e5053ba524e678b50f631ee9e5c6e940 - 50.8% (189 MB)
[#002] sha256:c5eec5a8c463bf6b0b93f20ac78620d9bdcbc503d5d40ec2950d75a5ed642e2b - 0.0% (3.77 KB)
[#003] sha256:e6d900a51073f103a1ef91a454341d55a4a123c702cd4a1a353b971021b4fd71 - 0.0% (7.45 KB)
[#004] sha256:ea1d42b0e550468e935f2d5fd3e8b77304a61e53fe28d9a5290f60be41d42b58 - 41.16% (153 MB)
/bin/sh -c #(nop) ADD file:8644a8156a07a656a35c41e2b2a458befb660309f8592e3efd5b43d46156cec2 in /
2022-10-25 01:43:53 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-10-25 02:33:26 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/opt/java/openjdk
2022-11-05 00:29:05 UTC/bin/sh -c #(nop) COPY dir:039751b2f6c905ea6e5bf7be1061a4abdf10c194a9bb43ba41c6aa90a55e71df in /opt/java/openjdk
2022-11-07 19:25:58 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=3e53e774d810ea6c71642f4c233527e1b8a1aa2b916a166e67bf524934c5164d NEO4J_TARBALL=neo4j-enterprise-4.3.20-unix.tar.gz NEO4J_EDITION=enterprise NEO4J_HOME=/var/lib/neo4j
2022-11-07 19:25:58 UTC/bin/sh -c #(nop) ARG NEO4J_URI=https://dist.neo4j.org/neo4j-enterprise-4.3.20-unix.tar.gz
2022-11-07 19:25:59 UTC|1 NEO4J_URI=https://dist.neo4j.org/neo4j-enterprise-4.3.20-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-11-07 19:25:59 UTC/bin/sh -c #(nop) COPY multi:3b4704be041416e3fa83bc67a4b7f99c008afd7bda5553bae3b5e35844061a0a in /startup/
2022-11-07 19:26:17 UTC|1 NEO4J_URI=https://dist.neo4j.org/neo4j-enterprise-4.3.20-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-11-07 19:26:18 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-11-07 19:26:18 UTC/bin/sh -c #(nop) WORKDIR /var/lib/neo4j
2022-11-07 19:26:18 UTC/bin/sh -c #(nop) VOLUME [/data /logs]
2022-11-07 19:26:18 UTC/bin/sh -c #(nop) EXPOSE 7473 7474 7687
2022-11-07 19:26:18 UTC/bin/sh -c #(nop) ENTRYPOINT ["tini" "-g" "--" "/startup/docker-entrypoint.sh"]
2022-11-07 19:26:18 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.