2017-05-16 20:22:34 UTC
148 MB
20161107~bpo8+1
ELASTICSEARCH_DEB_VERSION1.7.6
ELASTICSEARCH_VERSION1.7.6
GOSU_VERSION1.7
JAVA_DEBIAN_VERSION8u131-b11-1~bpo8+1
JAVA_HOME/docker-java-home/jre
JAVA_VERSION8u131
LANGC.UTF-8
PATH/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:10a267c67f423630f3afe5e04bbbc93d578861ddcc54283526222f3ad5e895b9 - 33.79% (50.1 MB)
[#001] sha256:fb5937da9414eeab6d68ce06a7ff60d8be1e2c1518ac2588d5df135ab54a9801 - 12.38% (18.4 MB)
[#002] sha256:f131c9b3ecc46370de3d879531c0d395bf7a005541e2e5ff9d0b395831f636ab - 0.37% (560 KB)
[#003] sha256:f59cc3b26f35153c7d96b177d80011b54480e422381db8a0a096926b1410b1db - 0.0% (216 Bytes)
[#004] sha256:63df868a05183f496ed77e27b9a6726ce7ed8a329c91c4a61b01fb45c3c55844 - 0.0% (241 Bytes)
[#005] sha256:83282147e192f521e70235d34201c283a68b1e0ff214c82a61204d788744f402 - 0.0% (130 Bytes)
[#006] sha256:b9595cab938221c05df7f0367bd0b7b5fde6c8e94d9e9b7e33eb989f958e0fd0 - 34.75% (51.6 MB)
[#007] sha256:df2d57cc0364dc0abc08114590f69bdde5bd72d829564816904d7ae9474374c3 - 0.19% (283 KB)
[#008] sha256:eb968d8ad5ed8b70b7693ef7272bd3089992940bb8f3f5c50a2f6c6e2ab4feef - 0.53% (800 KB)
[#009] sha256:17d104994ea4bcb210f8d07ebcc277e7f745f4c720f7e02dffa2d1110d042edc - 0.0% (1.42 KB)
[#010] sha256:206ec0b64b65fa524f7f9f8214dc754869c109980f5dedce43de2837b46ca766 - 0.35% (530 KB)
[#011] sha256:7841c403fb67176dc68855041e70d62c5187624e0e70bd2f8e97e0408e33469f - 17.64% (26.2 MB)
[#012] sha256:19730a39ed95c76ff15f8b250909c6f2ceb92b538dffc82a893f1e167cc130bf - 0.0% (213 Bytes)
[#013] sha256:91b29747546833dd8f7b94a127ba2412e200b2cad305520234132dadc5f4a0f5 - 0.0% (498 Bytes)
[#014] sha256:cf25d751e119c5d7a2b252f4bb405d60cefee63888da624eef6bd214cd582b29 - 0.0% (506 Bytes)
/bin/sh -c #(nop) ADD file:f4e6551ac34ab446a297849489a5693d67a7e76c9cb9ed9346d82392c9d9a5fe in /
2017-05-08 23:28:15 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2017-05-08 23:53:11 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-05-10 13:58: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-05-10 14:00:33 UTC/bin/sh -c echo 'deb http://deb.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
2017-05-10 14:00:34 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2017-05-10 14:00:36 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-05-10 14:00:37 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-8-openjdk-$(dpkg --print-architecture)" /docker-java-home
2017-05-10 14:00:38 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home/jre
2017-05-16 17:26:16 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=8u131
2017-05-16 17:26:17 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=8u131-b11-1~bpo8+1
2017-05-16 17:26:18 UTC/bin/sh -c #(nop) ENV CA_CERTIFICATES_JAVA_VERSION=20161107~bpo8+1
2017-05-16 17:27:01 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/*; [ "$(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'
2017-05-16 17:27:03 UTC/bin/sh -c /var/lib/dpkg/info/ca-certificates-java.postinst configure
2017-05-16 20:20:50 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.7
2017-05-16 20:20:55 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-05-16 20:21:15 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-05-16 20:21:25 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/1.7/debian stable main' > /etc/apt/sources.list.d/elasticsearch.list
2017-05-16 20:21:43 UTC/bin/sh -c #(nop) ENV ELASTICSEARCH_VERSION=1.7.6
2017-05-16 20:21:44 UTC/bin/sh -c #(nop) ENV ELASTICSEARCH_DEB_VERSION=1.7.6
2017-05-16 20:21:55 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-16 20:22:06 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-16 20:22:07 UTC/bin/sh -c #(nop) WORKDIR /usr/share/elasticsearch
2017-05-16 20:22:09 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-16 20:22:29 UTC/bin/sh -c #(nop) COPY dir:31f8476cce13d884e30d94ee9384cd924f19b02a6833943b9d501f833cd60885 in ./config
2017-05-16 20:22:30 UTC/bin/sh -c #(nop) VOLUME [/usr/share/elasticsearch/data]
2017-05-16 20:22:31 UTC/bin/sh -c #(nop) COPY file:251082110c6dbdf83c7e443f9451d18e88f56dde65a4e4cbf7b58db1440ef558 in /
2017-05-16 20:22:32 UTC/bin/sh -c #(nop) EXPOSE 9200/tcp 9300/tcp
2017-05-16 20:22:33 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2017-05-16 20:22:34 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.