Namespace
library
Image / Tag
neo4j:3.3.1
Content Digest
sha256:16c2e6f1546edc7e44df0bc461fa7327b8931d130286fed1a8a383d8e0255280
Details
Created

2019-05-11 04:29:46 UTC

Size

143 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

community

NEO4J_SHA256

0e5c6492cd274edf06c5f10d2b64711bd559aaff37c646e03bfa65e613994174

NEO4J_TARBALL

neo4j-community-3.3.1-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.83% (2.63 MB)

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

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

[#003] sha256:20fb3f18bd2d91a9e40683317097fb30f35b02a8f36c6d15ee532275457d5489 - 1.14% (1.63 MB)

[#004] sha256:d298457a3d938b65095b87220262f78292838aab49c75886756f8ae45a2586a1 - 0.0% (130 Bytes)

[#005] sha256:9d3bb9dc40c13cbecfc4c6327b90d2f928b4e53b97d747825e34133b0a8cf94d - 60.48% (86.7 MB)

[#006] sha256:786d2f0947331f1a0e483268d28476e6a2ca75b53a010ea5df7b280f9302da8d - 0.0% (2.22 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:28:51 UTC

/bin/sh -c apk add --no-cache --quiet bash curl

2019-05-11 04:29:38 UTC

/bin/sh -c #(nop) ENV NEO4J_SHA256=0e5c6492cd274edf06c5f10d2b64711bd559aaff37c646e03bfa65e613994174 NEO4J_TARBALL=neo4j-community-3.3.1-unix.tar.gz NEO4J_EDITION=community

2019-05-11 04:29:38 UTC

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

2019-05-11 04:29:38 UTC

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

2019-05-11 04:29:44 UTC

|1 NEO4J_URI=http://dist.neo4j.org/neo4j-community-3.3.1-unix.tar.gz /bin/sh -c 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-* /var/lib/neo4j && rm ${NEO4J_TARBALL} && mv /var/lib/neo4j/data /data && ln -s /data /var/lib/neo4j/data && apk del curl

2019-05-11 04:29:45 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:29:45 UTC

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

2019-05-11 04:29:45 UTC

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

2019-05-11 04:29:45 UTC

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

2019-05-11 04:29:45 UTC

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

2019-05-11 04:29:45 UTC

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

2019-05-11 04:29:46 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