2017-11-07 16:08:22 UTC
250 MB
20170531+nmu1
ELASTICSEARCH_DEB_VERSION5.6.3
ELASTICSEARCH_VERSION5.6.3
GOSU_VERSION1.10
JAVA_DEBIAN_VERSION8u151-b12-1~deb9u1
JAVA_HOME/docker-java-home/jre
JAVA_VERSION8u151
LANGC.UTF-8
PATH/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:3e17c6eae66cd23c59751c8d8f5eaf7044e0611dc5cebb12b1273be07cdac242 - 17.18% (43 MB)
[#001] sha256:fdfb54153de72cf4a3cc0efc63ce86aadbf20ce22441eca2cc9aa395b91e3cf1 - 4.23% (10.6 MB)
[#002] sha256:a4ca6e73242a7c306a8175afdd4a7d648b35a5dd19523401e6ebb8f903fa0edc - 1.65% (4.13 MB)
[#003] sha256:5161d2a139e23531bd57da2c4efcfb995ffc259cb71fe294d5c596cb7ed56820 - 0.32% (832 KB)
[#004] sha256:7659b327f9ec020ee056493b2430bdeefef64099838c800336b961e86dd1d062 - 0.0% (247 Bytes)
[#005] sha256:ce47e69f11aded41391731e054540d166020a44cfbc33c59dfff8093c954ca5d - 0.0% (131 Bytes)
[#006] sha256:7d946df3a3d8d91f5878e3c2b324f9590e8541f62300e0ec727306b572b6660a - 62.97% (158 MB)
[#007] sha256:a57cba73d7977ca47d248fab866c392b2aae43508f8649dd0c515b12d5bd7dcf - 0.1% (266 KB)
[#008] sha256:6f013c56f74b9eeb8ae530f9fd548d4e81fb82ad5e45291f1ea96d4c258b1eca - 0.19% (489 KB)
[#009] sha256:b753648bdd795930bf03f5238219cb30163f7088f1429ecc758556c61e403377 - 0.0% (1.41 KB)
[#010] sha256:c78ec13ec3028b794cee740ad47e3ee71b86f33b4d5ae677286c0e9c9468de1d - 0.36% (914 KB)
[#011] sha256:ca906232984d43ada4037792f483691c4c563f740fcf7f385ad7c81d46d1445a - 12.99% (32.5 MB)
[#012] sha256:eb6628acd3453f623b72eca75e64ca269a73c8d5d98b67f67d92b6e0ebd65940 - 0.0% (223 Bytes)
[#013] sha256:87f70d239f21d8bfae700aa41722fb24984dbc9bd73791a004fc75801b80ad0a - 0.0% (493 Bytes)
[#014] sha256:5e76696624d4517e996dbbda5163f061106f594c819fd7e468f9bf84c00b60c5 - 0.0% (507 Bytes)
/bin/sh -c #(nop) ADD file:a71e077a42995a68ffe4834d85cfe26af4ea12aa8ed43decc03cc487124b1f70 in /
2017-11-04 05:26:40 UTC/bin/sh -c #(nop) CMD ["bash"]
2017-11-04 15:30:03 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-11-04 15:30:07 UTC/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi
2017-11-04 18:53:28 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-11-04 18:53:28 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2017-11-04 18:53:28 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-11-04 18:53:29 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-8-openjdk-$(dpkg --print-architecture)" /docker-java-home
2017-11-04 18:53:29 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home/jre
2017-11-04 18:53:29 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=8u151
2017-11-04 18:53:29 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=8u151-b12-1~deb9u1
2017-11-04 18:53:30 UTC/bin/sh -c #(nop) ENV CA_CERTIFICATES_JAVA_VERSION=20170531+nmu1
2017-11-04 18:54:38 UTC/bin/sh -c set -ex; if [ ! -d /usr/share/man/man1 ]; then mkdir -p /usr/share/man/man1; fi; apt-get update; apt-get install -y openjdk-8-jre="$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-11-04 18:54:40 UTC/bin/sh -c /var/lib/dpkg/info/ca-certificates-java.postinst configure
2017-11-07 16:07:36 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.10
2017-11-07 16:07:45 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 -rf "$GNUPGHOME" /usr/local/bin/gosu.asc && chmod +x /usr/local/bin/gosu && gosu nobody true
2017-11-07 16:07:57 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 -rf "$GNUPGHOME"; apt-key list
2017-11-07 16:08:08 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-11-07 16:08:08 UTC/bin/sh -c #(nop) ENV ELASTICSEARCH_VERSION=5.6.3
2017-11-07 16:08:08 UTC/bin/sh -c #(nop) ENV ELASTICSEARCH_DEB_VERSION=5.6.3
2017-11-07 16:08:18 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-11-07 16:08:18 UTC/bin/sh -c #(nop) ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2017-11-07 16:08:19 UTC/bin/sh -c #(nop) WORKDIR /usr/share/elasticsearch
2017-11-07 16:08:20 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-11-07 16:08:20 UTC/bin/sh -c #(nop) COPY dir:c3faa196a3b1c87063ffe0be6ee20b5f2b36a9589fd93336acab4ba1aa6f6855 in ./config
2017-11-07 16:08:21 UTC/bin/sh -c #(nop) VOLUME [/usr/share/elasticsearch/data]
2017-11-07 16:08:21 UTC/bin/sh -c #(nop) COPY file:251082110c6dbdf83c7e443f9451d18e88f56dde65a4e4cbf7b58db1440ef558 in /
2017-11-07 16:08:22 UTC/bin/sh -c #(nop) EXPOSE 9200/tcp 9300/tcp
2017-11-07 16:08:22 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2017-11-07 16:08:22 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.