2022-11-15 13:07:04 UTC
344 MB
/opt/java/openjdk
NEO4J_EDITIONcommunity
NEO4J_HOME/var/lib/neo4j
NEO4J_SHA25639ec4c909fe4c51ae1936922aafe0d649d438faff838f65489e9b25ea76a69de
NEO4J_TARBALLneo4j-community-4.3.21-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:a603fa5e3b4127f210503aaa6189abf6286ee5a73deeaab460f8f33ebc6b64e2 - 8.72% (30 MB)
[#001] sha256:c59f3a54c9da4f17e8e6ada892097489f0887a8e9965cfb5089fefdc32210d7e - 55.08% (189 MB)
[#002] sha256:7a0b9eb446920941d11e0f5bb6500e667c17177c9cd200385c8d86134cae6e57 - 0.0% (3.77 KB)
[#003] sha256:16b76b8d6e3c268019f50d65196fdbc87e331a8dc62c48835990c20f6540cb1d - 0.0% (7.45 KB)
[#004] sha256:6d89bb7111a655a8403077ca169dcbd49ccb32ef076d78a50d0ac1bf9771a96b - 36.2% (124 MB)
/bin/sh -c #(nop) ADD file:d08e242792caa7f842fcf39a09ad59c97a856660e2013d5aed3e4a29197e9aaa in /
2022-11-15 04:04:54 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-11-15 13:05:18 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/opt/java/openjdk
2022-11-15 13:06:05 UTC/bin/sh -c #(nop) COPY dir:039751b2f6c905ea6e5bf7be1061a4abdf10c194a9bb43ba41c6aa90a55e71df in /opt/java/openjdk
2022-11-15 13:06:46 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=39ec4c909fe4c51ae1936922aafe0d649d438faff838f65489e9b25ea76a69de NEO4J_TARBALL=neo4j-community-4.3.21-unix.tar.gz NEO4J_EDITION=community NEO4J_HOME=/var/lib/neo4j
2022-11-15 13:06:46 UTC/bin/sh -c #(nop) ARG NEO4J_URI=https://dist.neo4j.org/neo4j-community-4.3.21-unix.tar.gz
2022-11-15 13:06:46 UTC|1 NEO4J_URI=https://dist.neo4j.org/neo4j-community-4.3.21-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-15 13:06:47 UTC/bin/sh -c #(nop) COPY multi:3b4704be041416e3fa83bc67a4b7f99c008afd7bda5553bae3b5e35844061a0a in /startup/
2022-11-15 13:07:03 UTC|1 NEO4J_URI=https://dist.neo4j.org/neo4j-community-4.3.21-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-15 13:07:04 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-15 13:07:04 UTC/bin/sh -c #(nop) WORKDIR /var/lib/neo4j
2022-11-15 13:07:04 UTC/bin/sh -c #(nop) VOLUME [/data /logs]
2022-11-15 13:07:04 UTC/bin/sh -c #(nop) EXPOSE 7473 7474 7687
2022-11-15 13:07:04 UTC/bin/sh -c #(nop) ENTRYPOINT ["tini" "-g" "--" "/startup/docker-entrypoint.sh"]
2022-11-15 13:07:04 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.