Namespace
library
Image / Tag
neo4j:2.3-enterprise
Content Digest
sha256:e02aa473521c81f8484655cd8b53fc6a7f2235ddc1690fac6d8e0763f3a6bb9d
Details
Created

2018-10-30 04:13:38 UTC

Size

234 MB

Content Digest
Environment
CA_CERTIFICATES_JAVA_VERSION

20170531+nmu1

JAVA_DEBIAN_VERSION

8u181-b13-2~deb9u1

JAVA_HOME

/docker-java-home/jre

JAVA_VERSION

8u181

LANG

C.UTF-8

NEO4J_SHA256

ae9936f17f80027f04a61ba2d30fc1f239eb7f88938b913e38493ec4204af8a5

NEO4J_TARBALL

neo4j-enterprise-2.3.12-unix.tar.gz

PATH

/var/lib/neo4j/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:bc9ab73e5b14b9fbd3687a4d8c1f1360533d6ee9ffc3f5ecc6630794b40257b7 - 18.44% (43.2 MB)

[#001] sha256:193a6306c92af328dbd41bbbd3200a2c90802624cccfe5725223324428110d7f - 4.37% (10.2 MB)

[#002] sha256:e5c3f8c317dc30af45021092a3d76f16ba7aa1ee5f18fec742c84d4960818580 - 1.77% (4.14 MB)

[#003] sha256:d21441932c53a4078f379c7c6d299370a6eaee79c862a29db2e25fec39106779 - 0.35% (833 KB)

[#004] sha256:fa76b0d2509232e863931fc1743f1ca2dba3bebdf5f72b4280fae59536303ce7 - 0.0% (249 Bytes)

[#005] sha256:346fd8610875e8ba7753030b5c197ad56fe76aa4e45d1e70e4b58366e93177c3 - 0.0% (131 Bytes)

[#006] sha256:3ca5d6af9022c9c3b436792a01c58dd29490430d28b04f70385f308e3bdae8a6 - 49.71% (116 MB)

[#007] sha256:c06cfa2cea32b36c8f5dcc8605166d1f8b72cf02e44163dbf7d14e0379286b55 - 0.1% (241 KB)

[#008] sha256:9879bb5af95dbb12572c42ac607e73e1aebf67bd467527553da553b6a4cccd46 - 0.3% (717 KB)

[#009] sha256:ef887c0462b3ba4070f695fcb0bd2f6c158dd4d3f645b24e57460f5eed77d1ed - 0.0% (130 Bytes)

[#010] sha256:780018ac76cf88ed23a05e18a469b7cce1f3029e093ff8abb901707e964bb52e - 24.96% (58.5 MB)

[#011] sha256:ece87011e9a1eef2b25b353f014c30195de09470075823429626a57ba9f0727b - 0.0% (727 Bytes)

[#012] sha256:93d264d6e2a750c08e36b3601d4f09351cb9169a881d6f6b79e126cfd6f69bbb - 0.0% (1.31 KB)


History
2018-10-15 23:24:20 UTC

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

2018-10-15 23:24:21 UTC

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

2018-10-16 01:00:49 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl netbase wget && rm -rf /var/lib/apt/lists/*

2018-10-16 01:00:57 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2018-10-16 05:28:06 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 unzip xz-utils && rm -rf /var/lib/apt/lists/*

2018-10-16 05:28:06 UTC

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

2018-10-16 05:28:07 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-10-16 05:28:07 UTC

/bin/sh -c ln -svT "/usr/lib/jvm/java-8-openjdk-$(dpkg --print-architecture)" /docker-java-home

2018-10-16 05:28:08 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home/jre

2018-10-16 05:28:08 UTC

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

2018-10-29 23:30:29 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=8u181-b13-2~deb9u1

2018-10-29 23:30:30 UTC

/bin/sh -c #(nop) ENV CA_CERTIFICATES_JAVA_VERSION=20170531+nmu1

2018-10-29 23:31:22 UTC

/bin/sh -c set -ex; if [ ! -d /usr/share/man/man1 ]; then mkdir -p /usr/share/man/man1; fi; apt-get update; apt-get install -y --no-install-recommends openjdk-8-jre="$JAVA_DEBIAN_VERSION" ca-certificates-java="$CA_CERTIFICATES_JAVA_VERSION" ; rm -rf /var/lib/apt/lists/*; [ "$(readlink -f "$JAVA_HOME")" = "$(docker-java-home)" ]; update-alternatives --get-selections | awk -v home="$(readlink -f "$JAVA_HOME")" 'index($3, home) == 1 { $2 = "manual"; print | "update-alternatives --set-selections" }'; update-alternatives --query java | grep -q 'Status: manual'

2018-10-29 23:31:25 UTC

/bin/sh -c /var/lib/dpkg/info/ca-certificates-java.postinst configure

2018-10-30 04:12:51 UTC

/bin/sh -c apt-get update --quiet --quiet && apt-get install --quiet --quiet --no-install-recommends lsof && rm -rf /var/lib/apt/lists/*

2018-10-30 04:13:25 UTC

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

2018-10-30 04:13:25 UTC

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

2018-10-30 04:13:25 UTC

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

2018-10-30 04:13:33 UTC

|1 NEO4J_URI=http://dist.neo4j.org/neo4j-enterprise-2.3.12-unix.tar.gz /bin/sh -c curl --fail --silent --show-error --location --remote-name ${NEO4J_URI} && echo "${NEO4J_SHA256} ${NEO4J_TARBALL}" | sha256sum --check --quiet - && tar --extract --file ${NEO4J_TARBALL} --directory /var/lib && mv /var/lib/neo4j-* /var/lib/neo4j && rm ${NEO4J_TARBALL}

2018-10-30 04:13:33 UTC

/bin/sh -c #(nop) ENV PATH=/var/lib/neo4j/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2018-10-30 04:13:34 UTC

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

2018-10-30 04:13:35 UTC

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

2018-10-30 04:13:35 UTC

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

2018-10-30 04:13:36 UTC

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

2018-10-30 04:13:37 UTC

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

2018-10-30 04:13:37 UTC

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

2018-10-30 04:13:38 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