2023-09-08 05:28:07 UTC
287 MB
/opt/java/openjdk
NEO4J_EDITIONcommunity
NEO4J_HOME/var/lib/neo4j
NEO4J_SHA256006165051240c1bd936279b910357861429832bb813d1de80ba1bfc8ecc3a7f3
NEO4J_TARBALLneo4j-community-4.1.13-unix.tar.gz
PATH/var/lib/neo4j/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:7d97e254a0461b0a30b3f443f1daa0d620a3cc6ff4e2714cc1cfd96ace5b7a7e - 10.44% (30 MB)
[#001] sha256:7cc2204a29ef2517e9d39b89552fcfbd45063a2d758626e1aef118a701134c2d - 48.13% (138 MB)
[#002] sha256:6a0d57b1230fbde29ad632f2303244dba6e6b7acaaeb3948db0d517b06e936f4 - 0.0% (3.77 KB)
[#003] sha256:bd32f5af574748f7a903d654b92d0c725d6d8cd5e1398de7a50603bf9a69d7b6 - 0.0% (6.95 KB)
[#004] sha256:aa4f2a428082651a4e80b88662c2d21f51a9be3feb737ef6c36415d8855b3436 - 41.42% (119 MB)
/bin/sh -c #(nop) ADD file:cb5fcc80c057b356a31492a20c6e3a75b70ed70a663506c8e97ad730ae32a02d in /
2023-09-07 00:21:13 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-09-07 02:03:44 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/opt/java/openjdk
2023-09-07 02:04:50 UTC/bin/sh -c #(nop) COPY dir:3e9b1d3d54369337872a2b8aa8c30068d69b28c2def3ec3bf07ba34bd69d48a0 in /opt/java/openjdk
2023-09-08 05:27:53 UTC/bin/sh -c #(nop) ENV NEO4J_SHA256=006165051240c1bd936279b910357861429832bb813d1de80ba1bfc8ecc3a7f3 NEO4J_TARBALL=neo4j-community-4.1.13-unix.tar.gz NEO4J_EDITION=community NEO4J_HOME=/var/lib/neo4j
2023-09-08 05:27:54 UTC/bin/sh -c #(nop) ARG NEO4J_URI=https://dist.neo4j.org/neo4j-community-4.1.13-unix.tar.gz
2023-09-08 05:27:54 UTC|1 NEO4J_URI=https://dist.neo4j.org/neo4j-community-4.1.13-unix.tar.gz /bin/sh -c addgroup --gid 7474 --system neo4j && adduser --uid 7474 --system --no-create-home --home "${NEO4J_HOME}" --ingroup neo4j neo4j
2023-09-08 05:27:54 UTC/bin/sh -c #(nop) COPY multi:773634c3c25956da1a03ce54afb7b1ada10b5ac3c824646de832323c4b5095aa in /startup/
2023-09-08 05:28:06 UTC|1 NEO4J_URI=https://dist.neo4j.org/neo4j-community-4.1.13-unix.tar.gz /bin/sh -c apt update && apt install -y curl wget gosu jq tini && 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/*
2023-09-08 05:28:06 UTC/bin/sh -c #(nop) ENV PATH=/var/lib/neo4j/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2023-09-08 05:28:07 UTC/bin/sh -c #(nop) WORKDIR /var/lib/neo4j
2023-09-08 05:28:07 UTC/bin/sh -c #(nop) VOLUME [/data /logs]
2023-09-08 05:28:07 UTC/bin/sh -c #(nop) EXPOSE 7473 7474 7687
2023-09-08 05:28:07 UTC/bin/sh -c #(nop) ENTRYPOINT ["tini" "-g" "--" "/startup/docker-entrypoint.sh"]
2023-09-08 05:28:07 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.