Namespace
library
Image / Tag
neo4j:3.1
Content Digest
sha256:df24e0b3847256dc28d0f7538027861b63753ba8fe4149a88eb005c5addf3eb7
Details
Created

2018-10-25 00:51:25 UTC

Size

133 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

57f0b456d32d031e13b275445c24260fee4252d44b4e535ffc2e8f809ab854bd

NEO4J_TARBALL

neo4j-community-3.1.9-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:4fe2ade4980c2dda4fc95858ebb981489baec8c1e4bd282ab1c3560be8ff9bde - 1.59% (2.1 MB)

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

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

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

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

[#005] sha256:e3530dee375a99d19a6f71cbaf1ab3c4d77d46ae5b4d1fa691a6b14f74cfe03a - 58.97% (78.2 MB)

[#006] sha256:26bc5bf1aa3e72f6c77d8191777aefa23c6e2a64a2cfc454e56e23a86422388b - 0.0% (2.31 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:07:25 UTC

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

2018-10-25 00:50:45 UTC

/bin/sh -c #(nop) ENV NEO4J_SHA256=57f0b456d32d031e13b275445c24260fee4252d44b4e535ffc2e8f809ab854bd NEO4J_TARBALL=neo4j-community-3.1.9-unix.tar.gz

2018-10-25 00:50:46 UTC

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

2018-10-25 00:50:46 UTC

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

2018-10-25 00:51:22 UTC

|1 NEO4J_URI=http://dist.neo4j.org/neo4j-community-3.1.9-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-* /var/lib/neo4j && rm ${NEO4J_TARBALL} && mv /var/lib/neo4j/data /data && chown -R neo4j:neo4j /data && chmod -R 777 /data && chown -R neo4j:neo4j /var/lib/neo4j && chmod -R 777 /var/lib/neo4j && ln -s /data /var/lib/neo4j/data && apk del curl

2018-10-25 00:51:23 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

2018-10-25 00:51:23 UTC

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

2018-10-25 00:51:23 UTC

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

2018-10-25 00:51:24 UTC

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

2018-10-25 00:51:24 UTC

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

2018-10-25 00:51:24 UTC

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

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