Namespace
library
Image / Tag
elasticsearch:5.0.1
Content Digest
sha256:c7eaa97e9b898b65f8f8588ade1c9c6187420b8ce6efb7d3300d9213cd5cb0dc
Details
Created

2016-11-15 20:48:42 UTC

Size

151 MB

Content Digest
Environment
CA_CERTIFICATES_JAVA_VERSION

20140324

ELASTICSEARCH_VERSION

5.0.1

GOSU_VERSION

1.7

JAVA_DEBIAN_VERSION

8u111-b14-2~bpo8+1

JAVA_HOME

/usr/lib/jvm/java-8-openjdk-amd64/jre

JAVA_VERSION

8u111

LANG

C.UTF-8

PATH

/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:386a066cd84a33a04d560c42bef66d1dd64ebfc76de78550e5fd0f8d57778bca - 32.41% (49 MB)

[#001] sha256:75ea8418708338e40dce9179cfe97fd116831f1601be50fef48ea6011653c986 - 11.69% (17.7 MB)

[#002] sha256:3e2e387eb26a1afa07fb24ab119e8680fc80f43a194890da1d1bb21f76e23c5e - 0.36% (554 KB)

[#003] sha256:eef540699244c02b2a8e14c3b4f335314506cb4b12e15c867535cb20ac429a37 - 0.0% (217 Bytes)

[#004] sha256:1624a2f8d1142bb2aed22223df10c5416ff37b599ff48c724d23347d37b2b20e - 0.0% (242 Bytes)

[#005] sha256:7018f4ec6e0ab2d452cd6ac9600b8cfa25bcd10c603db8ad9107677e9f8fe15e - 33.73% (51 MB)

[#006] sha256:6ca3bc2ad3b37551550f7c86d23f4e25066740db6d2f99c3ba99c0f9e0a4d3ec - 0.18% (278 KB)

[#007] sha256:424638b495a6da4a73d3a82bb8ddacdcb74a302ab461a07d6e6719d2c92d51cf - 0.51% (789 KB)

[#008] sha256:2ff72d0b7bea485979564c703993059b75dbaf6a4af1d11213b4619353936f8c - 0.0% (1.41 KB)

[#009] sha256:d0d6a2049bf2f64d20b3b28e2a2bf1d0d90dff8c536f9a8f6b4ebe75becd18e0 - 0.34% (523 KB)

[#010] sha256:51dc322097cbef25662404e155e10993b4f550be68983756773c08086795a67b - 20.79% (31.4 MB)

[#011] sha256:5d6cdd5ecea8946b235daaaa46e7db47aaf8ec3afe32d7d9b157bfc7196c0621 - 0.0% (215 Bytes)

[#012] sha256:51cdecfd285ebaeaa28eed7902c8000ff784ed24f880b1efdb10825af71f3cd2 - 0.0% (508 Bytes)

[#013] sha256:29a05afcfde6c8572c2b3d74476029e55b26b67827fcf41e94a47ff4f6b8bc21 - 0.0% (468 Bytes)


History
2016-11-07 20:30:25 UTC

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

2016-11-07 20:30:26 UTC

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

2016-11-07 22:27:33 UTC

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

2016-11-08 18:52:12 UTC

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

2016-11-08 18:53:53 UTC

/bin/sh -c echo 'deb http://deb.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list

2016-11-08 18:53:53 UTC

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

2016-11-08 18:53:54 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

2016-11-08 18:53:55 UTC

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

2016-11-08 18:53:55 UTC

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

2016-11-08 18:53:55 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=8u111-b14-2~bpo8+1

2016-11-08 18:53:56 UTC

/bin/sh -c #(nop) ENV CA_CERTIFICATES_JAVA_VERSION=20140324

2016-11-08 18:54:18 UTC

/bin/sh -c set -x && apt-get update && apt-get install -y openjdk-8-jre-headless="$JAVA_DEBIAN_VERSION" ca-certificates-java="$CA_CERTIFICATES_JAVA_VERSION" && rm -rf /var/lib/apt/lists/* && [ "$JAVA_HOME" = "$(docker-java-home)" ]

2016-11-08 18:54:26 UTC

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

2016-11-08 21:45:42 UTC

/bin/sh -c #(nop) ENV GOSU_VERSION=1.7

2016-11-08 21:45:47 UTC

/bin/sh -c set -x && wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" && wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" && export GNUPGHOME="$(mktemp -d)" && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu && rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc && chmod +x /usr/local/bin/gosu && gosu nobody true

2016-11-08 21:45:49 UTC

/bin/sh -c apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 46095ACC8548582C1A2699A9D27D666CD88E42B4

2016-11-08 21:53:53 UTC

/bin/sh -c set -x && apt-get update && apt-get install -y --no-install-recommends apt-transport-https && rm -rf /var/lib/apt/lists/* && echo 'deb https://artifacts.elastic.co/packages/5.x/apt stable main' > /etc/apt/sources.list.d/elasticsearch.list

2016-11-15 20:48:27 UTC

/bin/sh -c #(nop) ENV ELASTICSEARCH_VERSION=5.0.1

2016-11-15 20:48:39 UTC

/bin/sh -c set -x && apt-get update && apt-get install -y --no-install-recommends elasticsearch=$ELASTICSEARCH_VERSION && rm -rf /var/lib/apt/lists/*

2016-11-15 20:48:39 UTC

/bin/sh -c #(nop) ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2016-11-15 20:48:39 UTC

/bin/sh -c #(nop) WORKDIR /usr/share/elasticsearch

2016-11-15 20:48:40 UTC

/bin/sh -c set -ex && for path in ./data ./logs ./config ./config/scripts ; do mkdir -p "$path"; chown -R elasticsearch:elasticsearch "$path"; done

2016-11-15 20:48:40 UTC

/bin/sh -c #(nop) COPY dir:aacebf91dc4c741fe8e3adf41add1f566e09f1d20f104cc9c8f9d6afb4190fe6 in ./config

2016-11-15 20:48:41 UTC

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

2016-11-15 20:48:41 UTC

/bin/sh -c #(nop) COPY file:4e7f545ce5a4556808c0760a1dbf219cb9aab1bf750b56480663d05716aac376 in /

2016-11-15 20:48:41 UTC

/bin/sh -c #(nop) EXPOSE 9200/tcp 9300/tcp

2016-11-15 20:48:42 UTC

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

2016-11-15 20:48:42 UTC

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

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