2023-12-14 19:31:16 UTC
295 MB
/opt/java/openjdk
NEO4J_EDITIONcommunity
NEO4J_HOME/var/lib/neo4j
NEO4J_SHA25602a6252ee3f1ef529ecdc6e33b04c90d78291c68b847bd4f796d43b804b2a856
NEO4J_TARBALLneo4j-community-4.3.24-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:b7f91549542cca4b35a34cdee5364339f17468971ea730bb072864d3e78c8b94 - 10.16% (30 MB)
[#001] sha256:c4e28bbb7ed8d446eab9126cf70b8a8696a1b2c97ace981f72b9e7fa4a8fa7e1 - 46.99% (139 MB)
[#002] sha256:40db2ea2a53e736173e7c5a37fc57db3e232eaa320a3ed9f0a1c1421b7043910 - 0.0% (3.77 KB)
[#003] sha256:62fea27a0002b073d0c9a49775e6f437be79a58935d8b0d1157d0b6f28c55a41 - 0.0% (7.58 KB)
[#004] sha256:ad4a854ff1e9777ee5a236c144bf10b018a148d58e7e00579e1cf1ff1e1aa121 - 42.84% (126 MB)
/bin/sh -c #(nop) ADD file:e9f63d1defc55282fec6525ac2886c735dc2189e34105d7fe64c2420d6673922 in /
2023-11-21 05:21:58 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-11-21 10:09:56 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/opt/java/openjdk
2023-12-02 07:39:06 UTC/bin/sh -c #(nop) COPY dir:d20aeb749bf0b3fe533952f7903b6aa08724fe8bf03e369130d4e2a6ff71bd3f in /opt/java/openjdk
2023-12-14 19:30:55 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=02a6252ee3f1ef529ecdc6e33b04c90d78291c68b847bd4f796d43b804b2a856 NEO4J_TARBALL=neo4j-community-4.3.24-unix.tar.gz NEO4J_EDITION=community NEO4J_HOME=/var/lib/neo4j
2023-12-14 19:30:55 UTC/bin/sh -c #(nop) ARG NEO4J_URI=https://dist.neo4j.org/neo4j-community-4.3.24-unix.tar.gz
2023-12-14 19:30:56 UTC|1 NEO4J_URI=https://dist.neo4j.org/neo4j-community-4.3.24-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-12-14 19:30:56 UTC/bin/sh -c #(nop) COPY multi:7109eca282d6289c161b0a88520a6c5d31b72c42f429c9f04428469234a0df43 in /startup/
2023-12-14 19:31:15 UTC|1 NEO4J_URI=https://dist.neo4j.org/neo4j-community-4.3.24-unix.tar.gz /bin/sh -c apt update && apt install -y curl gosu jq procps 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/*
2023-12-14 19:31:16 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
2023-12-14 19:31:16 UTC/bin/sh -c #(nop) WORKDIR /var/lib/neo4j
2023-12-14 19:31:16 UTC/bin/sh -c #(nop) VOLUME [/data /logs]
2023-12-14 19:31:16 UTC/bin/sh -c #(nop) EXPOSE 7473 7474 7687
2023-12-14 19:31:16 UTC/bin/sh -c #(nop) ENTRYPOINT ["tini" "-g" "--" "/startup/docker-entrypoint.sh"]
2023-12-14 19:31:16 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.