2017-05-01 18:13:20 UTC
154 MB
20161107~bpo8+1
ELASTICSEARCH_DEB_VERSION5.3.2
ELASTICSEARCH_VERSION5.3.2
GOSU_VERSION1.7
JAVA_DEBIAN_VERSION8u121-b13-1~bpo8+1
JAVA_HOME/usr/lib/jvm/java-8-openjdk-amd64/jre
JAVA_VERSION8u121
LANGC.UTF-8
PATH/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:cd0a524342efac6edff500c17e625735bbe479c926439b263bbe3c8518a0849c - 32.47% (50.1 MB)
[#001] sha256:e39c3ffe41332a7a3c7f85f57e547361ec90b6e0091dd6058e06acccde2217d4 - 11.9% (18.4 MB)
[#002] sha256:aac3320edf402163d25e312e38b3611696a39ea8cefb0f58bda4e29bf980ed0a - 0.35% (560 KB)
[#003] sha256:4d9e109682f71c933209cd7962c1dcc21b6b81d1e5bc8c7089ba47a9f237fd6d - 0.0% (216 Bytes)
[#004] sha256:0a59efcf95535f4d4fc76173fde32486ab50fa8fbf293afae9412d4716cb59c4 - 0.0% (241 Bytes)
[#005] sha256:43a404e523e02b811c1633263adce210d7b2bd95d17ebfe0313103e20a29be80 - 33.4% (51.6 MB)
[#006] sha256:806f07b1dce8f18233ee76f7e7d325fc080a9ed694909b64b2051077f58ff030 - 0.18% (283 KB)
[#007] sha256:97180523aa1a18c62510d095f116e42653b5c0dc657876f60995f216156d3fb8 - 0.51% (800 KB)
[#008] sha256:aa1f5d9e6a71efbf93e338bdca40546905ab67954d753a11f89f3b5bad4223c3 - 0.0% (1.41 KB)
[#009] sha256:6614709b45b0190b7f08079160429a76565355cd2880d1b2831d9a6e57959fae - 0.34% (530 KB)
[#010] sha256:d7c7e9e0abb5c0cea4e215c69a0082daa5d90b0760a12777634e820e8f448e24 - 20.85% (32.2 MB)
[#011] sha256:332b11a9e5df76275696bb4637df9dbff892e244cf29c9f57718ac07ac46d774 - 0.0% (213 Bytes)
[#012] sha256:d8fd23ad85a0dc264f552a2687cd0f46162fadb182eade99016b7b24cfadb2e5 - 0.0% (479 Bytes)
[#013] sha256:d33282b8af9e0cd505e6cba1da84dda3a04e8e402ea56ff6f2219dbdab85839d - 0.0% (507 Bytes)
/bin/sh -c #(nop) ADD file:712c48086043553b85ffb031d8f6c5de857a2e53974df30cdfbc1e85c1b00a25 in /
2017-04-24 19:20:42 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2017-04-24 19:54:25 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget && rm -rf /var/lib/apt/lists/*
2017-04-25 00:40:05 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 unzip xz-utils && rm -rf /var/lib/apt/lists/*
2017-04-25 00:42:38 UTC/bin/sh -c echo 'deb http://deb.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
2017-04-25 00:42:39 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2017-04-25 00:42:40 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
2017-04-25 00:42:41 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre
2017-04-25 00:42:42 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=8u121
2017-04-25 00:42:42 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=8u121-b13-1~bpo8+1
2017-04-25 00:42:43 UTC/bin/sh -c #(nop) ENV CA_CERTIFICATES_JAVA_VERSION=20161107~bpo8+1
2017-04-26 23:10:37 UTC/bin/sh -c set -ex; 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)" ]; update-alternatives --get-selections | awk -v home="$JAVA_HOME" 'index($3, home) == 1 { $2 = "manual"; print | "update-alternatives --set-selections" }'; update-alternatives --query java | grep -q 'Status: manual'
2017-04-26 23:10:39 UTC/bin/sh -c /var/lib/dpkg/info/ca-certificates-java.postinst configure
2017-04-26 23:59:11 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.7
2017-04-26 23:59:16 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
2017-04-26 23:59:19 UTC/bin/sh -c set -ex; key='46095ACC8548582C1A2699A9D27D666CD88E42B4'; export GNUPGHOME="$(mktemp -d)"; gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; gpg --export "$key" > /etc/apt/trusted.gpg.d/elastic.gpg; rm -r "$GNUPGHOME"; apt-key list
2017-04-27 00:01:15 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
2017-05-01 18:12:58 UTC/bin/sh -c #(nop) ENV ELASTICSEARCH_VERSION=5.3.2
2017-05-01 18:12:58 UTC/bin/sh -c #(nop) ENV ELASTICSEARCH_DEB_VERSION=5.3.2
2017-05-01 18:13:12 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_DEB_VERSION" && rm -rf /var/lib/apt/lists/*
2017-05-01 18:13:13 UTC/bin/sh -c #(nop) ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2017-05-01 18:13:14 UTC/bin/sh -c #(nop) WORKDIR /usr/share/elasticsearch
2017-05-01 18:13:16 UTC/bin/sh -c set -ex && for path in ./data ./logs ./config ./config/scripts ; do mkdir -p "$path"; chown -R elasticsearch:elasticsearch "$path"; done
2017-05-01 18:13:17 UTC/bin/sh -c #(nop) COPY dir:c3faa196a3b1c87063ffe0be6ee20b5f2b36a9589fd93336acab4ba1aa6f6855 in ./config
2017-05-01 18:13:17 UTC/bin/sh -c #(nop) VOLUME [/usr/share/elasticsearch/data]
2017-05-01 18:13:18 UTC/bin/sh -c #(nop) COPY file:251082110c6dbdf83c7e443f9451d18e88f56dde65a4e4cbf7b58db1440ef558 in /
2017-05-01 18:13:19 UTC/bin/sh -c #(nop) EXPOSE 9200/tcp 9300/tcp
2017-05-01 18:13:20 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2017-05-01 18:13:20 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.