Namespace
library
Image / Tag
neo4j:3.5.5-enterprise
Content Digest
sha256:beaf80a76cdfe92120b8be1520b0ee1ab20ee01f386ec90a8e1a372b753cb0cd
Details
Created

2019-05-11 04:16:29 UTC

Size

236 MB

Content Digest
Environment
JAVA_ALPINE_VERSION

8.212.04-r0

JAVA_HOME

/usr/lib/jvm/java-1.8-openjdk/jre

JAVA_VERSION

8u212

LANG

C.UTF-8

NEO4J_EDITION

enterprise

NEO4J_HOME

/var/lib/neo4j

NEO4J_SHA256

0421bb95fd377a1a45cd0a22f3f4163d8b2b07d1f9d8979e42c7f1952961ab92

NEO4J_TARBALL

neo4j-enterprise-3.5.5-unix.tar.gz

PATH

/var/lib/neo4j/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/java-1.8-openjdk/jre/bin:/usr/lib/jvm/java-1.8-openjdk/bin


Layers

[#000] sha256:e7c96db7181be991f19a9fb6975cdbbd73c65f4a2681348e63a141a2192a5f10 - 1.12% (2.63 MB)

[#001] sha256:f910a506b6cb1dbec766725d70356f695ae2bf2bea6224dbe8c7c6ad4f3664a2 - 0.0% (238 Bytes)

[#002] sha256:b6abafe80f63b02535fc111df2ed6b3c728469679ab654e03e482b6f347c9639 - 22.23% (52.4 MB)

[#003] sha256:b95a7fd32595afb7b2a5697c26784ecd33fc74c38ad4729735f1b282015b1029 - 0.0% (1.18 KB)

[#004] sha256:db1f9d96105af0017c081f789dec15afdeaf9b30fe5836dd729e14fa4d7be180 - 0.0% (127 Bytes)

[#005] sha256:a73c918e7cabba3472a32ded07623b3f04c34ab52257ccfb3861f509fe06e000 - 76.66% (181 MB)

[#006] sha256:c01f8615005328aca2f734ecdb4031d155d035944aeb641c9e0182b504d1fcf1 - 0.0% (3.23 KB)


History
2019-05-11 00:07:03 UTC

/bin/sh -c #(nop) ADD file:a86aea1f3a7d68f6ae03397b99ea77f2e9ee901c5c59e59f76f93adbb4035913 in /

2019-05-11 00:07:03 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2019-05-11 01:32:11 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2019-05-11 01:32:12 UTC

/bin/sh -c { echo '#!/bin/sh'; echo 'set -e'; echo; echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; } > /usr/local/bin/docker-java-home && chmod +x /usr/local/bin/docker-java-home

2019-05-11 01:32:31 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk/jre

2019-05-11 01:32:32 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/java-1.8-openjdk/jre/bin:/usr/lib/jvm/java-1.8-openjdk/bin

2019-05-11 01:32:32 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=8u212

2019-05-11 01:32:32 UTC

/bin/sh -c #(nop) ENV JAVA_ALPINE_VERSION=8.212.04-r0

2019-05-11 01:32:36 UTC

/bin/sh -c set -x && apk add --no-cache openjdk8-jre="$JAVA_ALPINE_VERSION" && [ "$JAVA_HOME" = "$(docker-java-home)" ]

2019-05-11 04:15:23 UTC

/bin/sh -c addgroup -S neo4j && adduser -S -H -h /var/lib/neo4j -G neo4j neo4j

2019-05-11 04:16:15 UTC

/bin/sh -c #(nop) ENV NEO4J_SHA256=0421bb95fd377a1a45cd0a22f3f4163d8b2b07d1f9d8979e42c7f1952961ab92 NEO4J_TARBALL=neo4j-enterprise-3.5.5-unix.tar.gz NEO4J_EDITION=enterprise NEO4J_HOME=/var/lib/neo4j

2019-05-11 04:16:15 UTC

/bin/sh -c #(nop) ARG NEO4J_URI=http://dist.neo4j.org/neo4j-enterprise-3.5.5-unix.tar.gz

2019-05-11 04:16:15 UTC

/bin/sh -c #(nop) COPY file:696befc481f5ad55a590fa577c3d4ba04c9237326d85b95b729538f95702e110 in /tmp/

2019-05-11 04:16:27 UTC

|1 NEO4J_URI=http://dist.neo4j.org/neo4j-enterprise-3.5.5-unix.tar.gz /bin/sh -c apk add --no-cache --quiet bash curl tini su-exec && curl --fail --silent --show-error --location --remote-name ${NEO4J_URI} && echo "${NEO4J_SHA256} ${NEO4J_TARBALL}" | sha256sum -csw - && tar --extract --file ${NEO4J_TARBALL} --directory /var/lib && mv /var/lib/neo4j-* "${NEO4J_HOME}" && rm ${NEO4J_TARBALL} && mv "${NEO4J_HOME}"/data /data && chown -R neo4j:neo4j /data && chmod -R 777 /data && mv "${NEO4J_HOME}"/logs /logs && 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 && apk del curl

2019-05-11 04:16:28 UTC

/bin/sh -c #(nop) ENV PATH=/var/lib/neo4j/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/java-1.8-openjdk/jre/bin:/usr/lib/jvm/java-1.8-openjdk/bin

2019-05-11 04:16:28 UTC

/bin/sh -c #(nop) WORKDIR /var/lib/neo4j

2019-05-11 04:16:28 UTC

/bin/sh -c #(nop) VOLUME [/data /logs]

2019-05-11 04:16:28 UTC

/bin/sh -c #(nop) COPY file:2d052e3ae51f20e252a36165a0e88c25d2392184bd336a4b7b48eb5acc8225bb in /docker-entrypoint.sh

2019-05-11 04:16:28 UTC

/bin/sh -c #(nop) EXPOSE 7473 7474 7687

2019-05-11 04:16:28 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/sbin/tini" "-g" "--" "/docker-entrypoint.sh"]

2019-05-11 04:16:29 UTC

/bin/sh -c #(nop) CMD ["neo4j"]

Danger Zone
Delete Tag

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.

Delete