2022-08-23 03:47:39 UTC
263 MB
/opt/java/openjdk
NEO4J_EDITIONcommunity
NEO4J_HOME/var/lib/neo4j
NEO4J_SHA25603f7663dd97f8eff275dce72e48d5ca39e8c0dc5c83288f222cb4f14e2e1a657
NEO4J_TARBALLneo4j-community-3.5.35-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:7a6db449b51b92eac5c81cdbd82917785343f1664b2be57b22337b0a40c5b29d - 11.37% (29.9 MB)
[#001] sha256:be55bceb127aad516f1e17e0f23a697d203a3e00c2f2205a40dd13c6a8a6bb71 - 37.52% (98.7 MB)
[#002] sha256:fd3ad2fd4b83f1a1d3a7e99c9e335c29283216215173cc91afcbf5e82f3f0b71 - 0.0% (1.32 KB)
[#003] sha256:d664136f11f96bd9168a9945a8a14fc8a5bea108618e9a0c0b3748a5d39de818 - 0.0% (7.36 KB)
[#004] sha256:e06d8b1347072f9f6d6c07a0c5059736e0de66eb8aaafd5343ed0e88fdf46e11 - 51.1% (134 MB)
/bin/sh -c #(nop) ADD file:7726efb0e0eb5003dbcf2967ec29364479eec8b41f2569ff189372153115b54b in /
2022-08-23 00:20:51 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-08-23 03:41:58 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/opt/java/openjdk
2022-08-23 03:47:24 UTC/bin/sh -c #(nop) COPY dir:300027169ac55d8fb6f67a0995ca298d5de23ab51f3dc8e227f6e221abd3d2c3 in /opt/java/openjdk
2022-08-23 03:47:24 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=03f7663dd97f8eff275dce72e48d5ca39e8c0dc5c83288f222cb4f14e2e1a657 NEO4J_TARBALL=neo4j-community-3.5.35-unix.tar.gz NEO4J_EDITION=community NEO4J_HOME=/var/lib/neo4j
2022-08-23 03:47:24 UTC/bin/sh -c #(nop) ARG NEO4J_URI=https://dist.neo4j.org/neo4j-community-3.5.35-unix.tar.gz
2022-08-23 03:47:25 UTC|1 NEO4J_URI=https://dist.neo4j.org/neo4j-community-3.5.35-unix.tar.gz /bin/sh -c addgroup --system neo4j && adduser --system --no-create-home --home "${NEO4J_HOME}" --ingroup neo4j neo4j
2022-08-23 03:47:25 UTC/bin/sh -c #(nop) COPY multi:c1d71b6077d305c0445960cdf65f1e36bb36225a60dc2746a808de7255d1f662 in /startup/
2022-08-23 03:47:39 UTC|1 NEO4J_URI=https://dist.neo4j.org/neo4j-community-3.5.35-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-08-23 03:47:39 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-08-23 03:47:39 UTC/bin/sh -c #(nop) WORKDIR /var/lib/neo4j
2022-08-23 03:47:39 UTC/bin/sh -c #(nop) VOLUME [/data /logs]
2022-08-23 03:47:39 UTC/bin/sh -c #(nop) EXPOSE 7473 7474 7687
2022-08-23 03:47:39 UTC/bin/sh -c #(nop) ENTRYPOINT ["tini" "-g" "--" "/startup/docker-entrypoint.sh"]
2022-08-23 03:47:39 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.