2023-01-25 01:08:34 UTC
374 MB
/opt/java/openjdk
NEO4J_EDITIONenterprise
NEO4J_HOME/var/lib/neo4j
NEO4J_SHA256cde8ca90702604165c87e0f94e19e89d26d745f74043f8d6bf558b4b1626c5fa
NEO4J_TARBALLneo4j-enterprise-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.0% (29.9 MB)
[#001] sha256:2a47d09ee4791f80acce6e1c0ec8e323c79df787142099f3b440887c41fbeeaf - 50.57% (189 MB)
[#002] sha256:3ef3bbb49efb26c8f999884cc708d0eb3ba88ef6a05ea4a7192ca04c9dacf26a - 0.0% (3.77 KB)
[#003] sha256:066d6948adc1c429e7fa6593038bf9af0eadbab609d128eebba7472435fe8423 - 0.0% (7.45 KB)
[#004] sha256:7211271d59de6297c563cd5db64993a101cf2bada4cd305f26cfd00e831ef5aa - 41.43% (155 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:08:13 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=cde8ca90702604165c87e0f94e19e89d26d745f74043f8d6bf558b4b1626c5fa NEO4J_TARBALL=neo4j-enterprise-4.3.23-unix.tar.gz NEO4J_EDITION=enterprise NEO4J_HOME=/var/lib/neo4j
2023-01-25 01:08:13 UTC/bin/sh -c #(nop) ARG NEO4J_URI=https://dist.neo4j.org/neo4j-enterprise-4.3.23-unix.tar.gz
2023-01-25 01:08:14 UTC|1 NEO4J_URI=https://dist.neo4j.org/neo4j-enterprise-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:08:14 UTC/bin/sh -c #(nop) COPY multi:c237d33f8ae77693f461a49ebfa948d0245c97e750ef0e7e1c70bf8b956e1fed in /startup/
2023-01-25 01:08:33 UTC|1 NEO4J_URI=https://dist.neo4j.org/neo4j-enterprise-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:33 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:33 UTC/bin/sh -c #(nop) WORKDIR /var/lib/neo4j
2023-01-25 01:08:33 UTC/bin/sh -c #(nop) VOLUME [/data /logs]
2023-01-25 01:08:33 UTC/bin/sh -c #(nop) EXPOSE 7473 7474 7687
2023-01-25 01:08:34 UTC/bin/sh -c #(nop) ENTRYPOINT ["tini" "-g" "--" "/startup/docker-entrypoint.sh"]
2023-01-25 01:08:34 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.