2023-01-25 01:08:08 UTC
345 MB
/opt/java/openjdk
NEO4J_EDITIONcommunity
NEO4J_HOME/var/lib/neo4j
NEO4J_SHA256f454b5e714e8444e0f601469d057bb9c730900f9027c82f7b07ef8a4c31f83da
NEO4J_TARBALLneo4j-community-4.3.23-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:8740c948ffd4c816ea7ca963f99ca52f4788baa23f228da9581a9ea2edd3fcd7 - 8.67% (29.9 MB)
[#001] sha256:2a47d09ee4791f80acce6e1c0ec8e323c79df787142099f3b440887c41fbeeaf - 54.84% (189 MB)
[#002] sha256:29c9bc843abb2f1c8d3caa9e044c9cf09f303afb4fa5272934b8ed46e22664eb - 0.0% (3.77 KB)
[#003] sha256:6f4c18fa38b85d07a37a4a404e50500442710858d9f2ae1dc307203cc6a555c6 - 0.0% (7.45 KB)
[#004] sha256:52cbb5c54db3dbf2f0cfdb4a71f178f58b6980b2d4e7c9a693011eff1bd4d47c - 36.48% (126 MB)
/bin/sh -c #(nop) ADD file:e2398d0bf516084b2b37ba1bb76b86d56e66999831df692461679fbd6a5d8eb6 in /
2023-01-11 02:34:44 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-01-11 03:20:05 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/opt/java/openjdk
2023-01-25 00:39:28 UTC/bin/sh -c #(nop) COPY dir:7c6c6be58d44c17cd09173c77ba1f0d96ed42a5b7ef2235235262bdd0141924b in /opt/java/openjdk
2023-01-25 01:07:49 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=f454b5e714e8444e0f601469d057bb9c730900f9027c82f7b07ef8a4c31f83da NEO4J_TARBALL=neo4j-community-4.3.23-unix.tar.gz NEO4J_EDITION=community NEO4J_HOME=/var/lib/neo4j
2023-01-25 01:07:49 UTC/bin/sh -c #(nop) ARG NEO4J_URI=https://dist.neo4j.org/neo4j-community-4.3.23-unix.tar.gz
2023-01-25 01:07:50 UTC|1 NEO4J_URI=https://dist.neo4j.org/neo4j-community-4.3.23-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-01-25 01:07:50 UTC/bin/sh -c #(nop) COPY multi:c237d33f8ae77693f461a49ebfa948d0245c97e750ef0e7e1c70bf8b956e1fed in /startup/
2023-01-25 01:08:07 UTC|1 NEO4J_URI=https://dist.neo4j.org/neo4j-community-4.3.23-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/*
2023-01-25 01:08:07 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-01-25 01:08:07 UTC/bin/sh -c #(nop) WORKDIR /var/lib/neo4j
2023-01-25 01:08:07 UTC/bin/sh -c #(nop) VOLUME [/data /logs]
2023-01-25 01:08:08 UTC/bin/sh -c #(nop) EXPOSE 7473 7474 7687
2023-01-25 01:08:08 UTC/bin/sh -c #(nop) ENTRYPOINT ["tini" "-g" "--" "/startup/docker-entrypoint.sh"]
2023-01-25 01:08:08 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.