2016-11-30 21:47:53 UTC
147 MB
20140324
ELASTICSEARCH_VERSION2.0.2
GOSU_VERSION1.7
JAVA_DEBIAN_VERSION8u111-b14-2~bpo8+1
JAVA_HOME/usr/lib/jvm/java-8-openjdk-amd64/jre
JAVA_VERSION8u111
LANGC.UTF-8
PATH/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:386a066cd84a33a04d560c42bef66d1dd64ebfc76de78550e5fd0f8d57778bca - 33.32% (49 MB)
[#001] sha256:75ea8418708338e40dce9179cfe97fd116831f1601be50fef48ea6011653c986 - 12.02% (17.7 MB)
[#002] sha256:3e2e387eb26a1afa07fb24ab119e8680fc80f43a194890da1d1bb21f76e23c5e - 0.37% (554 KB)
[#003] sha256:eef540699244c02b2a8e14c3b4f335314506cb4b12e15c867535cb20ac429a37 - 0.0% (217 Bytes)
[#004] sha256:1624a2f8d1142bb2aed22223df10c5416ff37b599ff48c724d23347d37b2b20e - 0.0% (242 Bytes)
[#005] sha256:7018f4ec6e0ab2d452cd6ac9600b8cfa25bcd10c603db8ad9107677e9f8fe15e - 34.68% (51 MB)
[#006] sha256:6ca3bc2ad3b37551550f7c86d23f4e25066740db6d2f99c3ba99c0f9e0a4d3ec - 0.18% (278 KB)
[#007] sha256:424638b495a6da4a73d3a82bb8ddacdcb74a302ab461a07d6e6719d2c92d51cf - 0.52% (789 KB)
[#008] sha256:2ff72d0b7bea485979564c703993059b75dbaf6a4af1d11213b4619353936f8c - 0.0% (1.41 KB)
[#009] sha256:9d25542ccc0236a46cb599bfae8b879b99e61ddf86346b9cb3212a7c55e5482c - 0.35% (523 KB)
[#010] sha256:ee7f60a8a603b0c40c5b9f1973f212cbc22e37c796c514d63dd6f542221d9b7b - 18.55% (27.3 MB)
[#011] sha256:ac400d341f0cbce3aedd88f2a20d9ce04e2b0dd600ba241541f51a84b081a408 - 0.0% (213 Bytes)
[#012] sha256:bd42db9cdc73488cde7837ce1d2623f8fc6907bfe28796465cce6360e12532e5 - 0.0% (540 Bytes)
[#013] sha256:8623c6020de0f939c7c6d62619e88260ce362b0af5e31a5058d78b2a688c1efd - 0.0% (468 Bytes)
/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:48:14 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 http://packages.elasticsearch.org/elasticsearch/2.x/debian stable main' > /etc/apt/sources.list.d/elasticsearch.list
2016-11-08 21:49:22 UTC/bin/sh -c #(nop) ENV ELASTICSEARCH_VERSION=2.0.2
2016-11-30 21:47:49 UTC/bin/sh -c set -x && dpkg-divert --rename /usr/lib/sysctl.d/elasticsearch.conf && apt-get update && apt-get install -y --no-install-recommends elasticsearch=$ELASTICSEARCH_VERSION && rm -rf /var/lib/apt/lists/*
2016-11-30 21:47:49 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-30 21:47:50 UTC/bin/sh -c #(nop) WORKDIR /usr/share/elasticsearch
2016-11-30 21:47:51 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-30 21:47:51 UTC/bin/sh -c #(nop) COPY dir:5ec5fadebeaa388fd27b7738b6b8d6306c5b8b7d9ef468d45d3efa4b858b338f in ./config
2016-11-30 21:47:51 UTC/bin/sh -c #(nop) VOLUME [/usr/share/elasticsearch/data]
2016-11-30 21:47:52 UTC/bin/sh -c #(nop) COPY file:4e7f545ce5a4556808c0760a1dbf219cb9aab1bf750b56480663d05716aac376 in /
2016-11-30 21:47:52 UTC/bin/sh -c #(nop) EXPOSE 9200/tcp 9300/tcp
2016-11-30 21:47:52 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2016-11-30 21:47:53 UTC/bin/sh -c #(nop) CMD ["elasticsearch"]
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.