Namespace
library
Image / Tag
neo4j:3.1.3-enterprise
Content Digest
sha256:7ba07c0705d7a59d82184cb188c18effffd0d639c6771ef75eebee4863c591d3
Details
Created

2018-10-25 01:00:14 UTC

Size

140 MB

Content Digest
Environment
JAVA_ALPINE_VERSION

8.181.13-r0

JAVA_HOME

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

JAVA_VERSION

8u181

LANG

C.UTF-8

NEO4J_SHA256

b784a61228bdc31cbc843009e4d36d3e2aee7662f8b40bd608b8759de26b77d5

NEO4J_TARBALL

neo4j-enterprise-3.1.3-unix.tar.gz

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


Layers

[#000] sha256:4fe2ade4980c2dda4fc95858ebb981489baec8c1e4bd282ab1c3560be8ff9bde - 1.5% (2.1 MB)

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

[#002] sha256:819f4a45746c3207fc5fa281ad62cf165d39c18de53a5bfd42eddfec32430d83 - 37.34% (52.3 MB)

[#003] sha256:03106aadd5a72ca2069394d4a71186e7ec8f24c3e1089b17a4342841e05c7fa6 - 1.15% (1.61 MB)

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

[#005] sha256:9db9f85916164e9275810de08db593c05aebac2207a97cc3be0d9a85ccab91ef - 60.01% (84 MB)

[#006] sha256:9ac2223c81708cd5947a33c72c228625226d176be4a00d4e0add4c549a5783f4 - 0.0% (226 Bytes)

[#007] sha256:a84a46dce1bb30c1aee49a1dd82be083967d3ea5467b2680d0a4d195ee4e846a - 0.0% (1.25 KB)


History
2018-09-11 22:19:50 UTC

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

2018-09-11 22:19:50 UTC

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

2018-09-12 00:06:51 UTC

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

2018-09-12 00:06:51 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

2018-09-12 00:07:19 UTC

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

2018-09-12 00:07:19 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

2018-10-24 22:32:14 UTC

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

2018-10-24 22:32:14 UTC

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

2018-10-24 22:32:17 UTC

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

2018-10-25 00:24:06 UTC

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

2018-10-25 00:59:47 UTC

/bin/sh -c #(nop) ENV NEO4J_SHA256=b784a61228bdc31cbc843009e4d36d3e2aee7662f8b40bd608b8759de26b77d5

2018-10-25 00:59:47 UTC

/bin/sh -c #(nop) ENV NEO4J_TARBALL=neo4j-enterprise-3.1.3-unix.tar.gz

2018-10-25 00:59:48 UTC

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

2018-10-25 00:59:48 UTC

/bin/sh -c #(nop) COPY file:2e411d607fa15f91ae6f4b515dde6bf3e158d34c0036556e00553ed1c50cd63d in /tmp/

2018-10-25 01:00:11 UTC

|1 NEO4J_URI=http://dist.neo4j.org/neo4j-enterprise-3.1.3-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}

2018-10-25 01:00:11 UTC

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

2018-10-25 01:00:12 UTC

|1 NEO4J_URI=http://dist.neo4j.org/neo4j-enterprise-3.1.3-unix.tar.gz /bin/sh -c mv data /data && ln -s /data

2018-10-25 01:00:12 UTC

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

2018-10-25 01:00:13 UTC

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

2018-10-25 01:00:13 UTC

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

2018-10-25 01:00:13 UTC

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

2018-10-25 01:00:14 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