2018-09-05 15:45:08 UTC
209 MB
20170531+nmu1
ELASTICSEARCH_DEB_VERSION5.6.11
ELASTICSEARCH_VERSION5.6.11
GOSU_VERSION1.10
JAVA_DEBIAN_VERSION8u181-b13-1~deb9u1
JAVA_HOME/docker-java-home/jre
JAVA_VERSION8u181
LANGC.UTF-8
PATH/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:05d1a5232b461a4b35424129580054caa878cd56f100e34282510bd4b4082e4d - 20.67% (43.2 MB)
[#001] sha256:5cee356eda6bfe3a5a229cd3d964e722ade1da4381842b24e943b03a37aec1f2 - 4.9% (10.2 MB)
[#002] sha256:89d3385f0fd3c0c904ff6e87195bb46f5d9d309e8ddd91bc9b20855d103eeffb - 1.98% (4.14 MB)
[#003] sha256:65dd87f6620b41e303b5ee5be4bf7b4cb3a8ee55e86123d6637737383d3078d3 - 0.39% (833 KB)
[#004] sha256:78a183a01190c57eb606a72e8c273630224ae454d26bc3f73f4edf205821553b - 0.0% (248 Bytes)
[#005] sha256:1a4499c85f9798901010eb0cd0c245a1439b731362a46d5ee246f2ad56d72fc0 - 0.0% (130 Bytes)
[#006] sha256:2c9d39b4bfc1b2ce067f6a3f00395918187829d4e3d5094276db7e2addd1dc1f - 55.71% (116 MB)
[#007] sha256:1b1cec2222c9250bed824daddb12fe4674a55afc78207ee3e3e7a943fc9293fa - 0.11% (241 KB)
[#008] sha256:59ff4ce9df6872166ebfecb89f044e8b5412ef982466459653d38ce25a853a57 - 0.23% (489 KB)
[#009] sha256:1976bc3ee43287508085ab6a8d7c10d66c29c9023f6fdb702ca325134ac2999e - 0.0% (1.41 KB)
[#010] sha256:5af49e8af3815030540c36a2848f90109bb38e52ad23de1af34421d660f22268 - 0.42% (899 KB)
[#011] sha256:d29953b617088715f8e172e95b6f05fde484f3c1ac5f50e9e2e77c3233607cc3 - 15.6% (32.6 MB)
[#012] sha256:328d86a67ab2ea3468ca289431c9319fc706d30f0b80774ac0d1b4587a1e7c52 - 0.0% (228 Bytes)
[#013] sha256:9088f7f7e3ab8d783eb8195ab8cc760a4cf70754d906fa4d123711b40f9c805a - 0.0% (495 Bytes)
[#014] sha256:0448468c4fb1a79c29776bb2ca898aa56caab1090955d1518ebc95ac53753303 - 0.0% (507 Bytes)
/bin/sh -c #(nop) ADD file:58d5c21fcabcf1eec94e8676a3b1e51c5fdc2db5c7b866a761f907fa30ede4d8 in /
2018-09-04 21:21:24 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-09-04 22:33:34 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl netbase wget && rm -rf /var/lib/apt/lists/*
2018-09-04 22:33:43 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
2018-09-05 01:23:14 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 unzip xz-utils && rm -rf /var/lib/apt/lists/*
2018-09-05 01:23:14 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2018-09-05 01:23:15 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-05 01:23:15 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-8-openjdk-$(dpkg --print-architecture)" /docker-java-home
2018-09-05 01:23:15 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home/jre
2018-09-05 01:23:16 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=8u181
2018-09-05 01:23:16 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=8u181-b13-1~deb9u1
2018-09-05 01:23:16 UTC/bin/sh -c #(nop) ENV CA_CERTIFICATES_JAVA_VERSION=20170531+nmu1
2018-09-05 01:23:50 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 --no-install-recommends 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'
2018-09-05 01:23:52 UTC/bin/sh -c /var/lib/dpkg/info/ca-certificates-java.postinst configure
2018-09-05 15:44:37 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.10
2018-09-05 15:44:41 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
2018-09-05 15:44:44 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
2018-09-05 15:44:52 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
2018-09-05 15:44:53 UTC/bin/sh -c #(nop) ENV ELASTICSEARCH_VERSION=5.6.11
2018-09-05 15:44:53 UTC/bin/sh -c #(nop) ENV ELASTICSEARCH_DEB_VERSION=5.6.11
2018-09-05 15:45:04 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/*
2018-09-05 15:45:05 UTC/bin/sh -c #(nop) ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2018-09-05 15:45:05 UTC/bin/sh -c #(nop) WORKDIR /usr/share/elasticsearch
2018-09-05 15:45:06 UTC/bin/sh -c set -ex && for path in ./data ./logs ./config ./config/scripts ; do mkdir -p "$path"; chown -R elasticsearch:elasticsearch "$path"; done
2018-09-05 15:45:06 UTC/bin/sh -c #(nop) COPY dir:c3faa196a3b1c87063ffe0be6ee20b5f2b36a9589fd93336acab4ba1aa6f6855 in ./config
2018-09-05 15:45:07 UTC/bin/sh -c #(nop) VOLUME [/usr/share/elasticsearch/data]
2018-09-05 15:45:07 UTC/bin/sh -c #(nop) COPY file:251082110c6dbdf83c7e443f9451d18e88f56dde65a4e4cbf7b58db1440ef558 in /
2018-09-05 15:45:07 UTC/bin/sh -c #(nop) EXPOSE 9200/tcp 9300/tcp
2018-09-05 15:45:08 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2018-09-05 15:45:08 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.