2018-09-12 03:54:59 UTC
82 MB
https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-2.4.6.tar.gz
ELASTICSEARCH_TARBALL_ASChttps://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-2.4.6.tar.gz.asc
ELASTICSEARCH_TARBALL_SHA1c3441bef89cd91206edf3cf3bd5c4b62550e60a9
ELASTICSEARCH_VERSION2.4.6
GPG_KEY46095ACC8548582C1A2699A9D27D666CD88E42B4
JAVA_ALPINE_VERSION8.171.11-r0
JAVA_HOME/usr/lib/jvm/java-1.8-openjdk/jre
JAVA_VERSION8u171
LANGC.UTF-8
PATH/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/java-1.8-openjdk/jre/bin:/usr/lib/jvm/java-1.8-openjdk/bin
[#000] sha256:4fe2ade4980c2dda4fc95858ebb981489baec8c1e4bd282ab1c3560be8ff9bde - 2.57% (2.1 MB)
[#001] sha256:6fc58a8d4ae4b3eeb215330632931dda9d60c645588c5750498ded35aa974c5a - 0.0% (238 Bytes)
[#002] sha256:d3e6d7e9702afb6c02946a1861b0a3d48b06c6614df4dd382ad81b20da30a0dc - 63.76% (52.3 MB)
[#003] sha256:f51759e1f080cf1376a27f029103ab97c786a88559ed6c49a41ea3c54e65fa3f - 0.0% (1.23 KB)
[#004] sha256:8d18e9ceae18e6af8bac0e24de3bcccba70c688ac7ee0373387f3abc15b6d100 - 1.4% (1.15 MB)
[#005] sha256:74c4ea4d9d6e189988eebf195be0d35b229468ec6e3d82e44c62af18fb361950 - 0.0% (143 Bytes)
[#006] sha256:1892efdaadc7b22e90e0cc89bcb1a65d89e4950d0cda3386ea244c7ca56ce6ff - 32.27% (26.4 MB)
[#007] sha256:9cdb1e1177ca448b598dff743293e9e0e6a60f6bd6c94e285727c8bbba3e7800 - 0.0% (549 Bytes)
[#008] sha256:ec0d0da1c0472164d9e2f0b0b60e014759f7a2f7602103ca2c1d3ea59131a486 - 0.0% (507 Bytes)
/bin/sh -c #(nop) ADD file:25c10b1d1b41d46a1827ad0b0d2389c24df6d31430005ff4e9a2d84ea23ebd42 in /
2018-09-11 22:19:50 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-09-12 00:06:51 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2018-09-12 00:06:51 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-09-12 00:07:19 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk/jre
2018-09-12 00:07:19 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/java-1.8-openjdk/jre/bin:/usr/lib/jvm/java-1.8-openjdk/bin
2018-09-12 00:07:20 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=8u171
2018-09-12 00:07:20 UTC/bin/sh -c #(nop) ENV JAVA_ALPINE_VERSION=8.171.11-r0
2018-09-12 00:07:22 UTC/bin/sh -c set -x && apk add --no-cache openjdk8-jre="$JAVA_ALPINE_VERSION" && [ "$JAVA_HOME" = "$(docker-java-home)" ]
2018-09-12 03:54:22 UTC/bin/sh -c addgroup -S elasticsearch && adduser -S -G elasticsearch elasticsearch
2018-09-12 03:54:24 UTC/bin/sh -c apk add --no-cache 'su-exec>=0.2' bash
2018-09-12 03:54:25 UTC/bin/sh -c #(nop) ENV GPG_KEY=46095ACC8548582C1A2699A9D27D666CD88E42B4
2018-09-12 03:54:25 UTC/bin/sh -c #(nop) WORKDIR /usr/share/elasticsearch
2018-09-12 03:54:25 UTC/bin/sh -c #(nop) ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/java-1.8-openjdk/jre/bin:/usr/lib/jvm/java-1.8-openjdk/bin
2018-09-12 03:54:51 UTC/bin/sh -c #(nop) ENV ELASTICSEARCH_VERSION=2.4.6
2018-09-12 03:54:51 UTC/bin/sh -c #(nop) ENV ELASTICSEARCH_TARBALL=https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-2.4.6.tar.gz ELASTICSEARCH_TARBALL_ASC=https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-2.4.6.tar.gz.asc ELASTICSEARCH_TARBALL_SHA1=c3441bef89cd91206edf3cf3bd5c4b62550e60a9
2018-09-12 03:54:57 UTC/bin/sh -c set -ex; apk add --no-cache --virtual .fetch-deps ca-certificates gnupg openssl tar ; wget -O elasticsearch.tar.gz "$ELASTICSEARCH_TARBALL"; if [ "$ELASTICSEARCH_TARBALL_SHA1" ]; then echo "$ELASTICSEARCH_TARBALL_SHA1 *elasticsearch.tar.gz" | sha1sum -c -; fi; if [ "$ELASTICSEARCH_TARBALL_ASC" ]; then wget -O elasticsearch.tar.gz.asc "$ELASTICSEARCH_TARBALL_ASC"; export GNUPGHOME="$(mktemp -d)"; gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY"; gpg --batch --verify elasticsearch.tar.gz.asc elasticsearch.tar.gz; rm -rf "$GNUPGHOME" elasticsearch.tar.gz.asc; fi; tar -xf elasticsearch.tar.gz --strip-components=1; rm elasticsearch.tar.gz; apk del .fetch-deps; mkdir -p ./plugins; for path in ./data ./logs ./config ./config/scripts ; do mkdir -p "$path"; chown -R elasticsearch:elasticsearch "$path"; done; export ES_JAVA_OPTS='-Xms32m -Xmx32m'; if [ "${ELASTICSEARCH_VERSION%%.*}" -gt 1 ]; then elasticsearch --version; else elasticsearch -v; fi
2018-09-12 03:54:58 UTC/bin/sh -c #(nop) COPY dir:5ec5fadebeaa388fd27b7738b6b8d6306c5b8b7d9ef468d45d3efa4b858b338f in ./config
2018-09-12 03:54:58 UTC/bin/sh -c #(nop) VOLUME [/usr/share/elasticsearch/data]
2018-09-12 03:54:58 UTC/bin/sh -c #(nop) COPY file:2c17a92e4308bdce9fe8a119d9cc5794f0aff8c512a55882b834e2e8404b0112 in /
2018-09-12 03:54:58 UTC/bin/sh -c #(nop) EXPOSE 9200/tcp 9300/tcp
2018-09-12 03:54:59 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2018-09-12 03:54:59 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.