Namespace
library
Image / Tag
elasticsearch:5.6.7
Content Digest
sha256:63e39eb646a311f90db8d479bc74297e0616c5fe824cd4e5ee54baa32fe2b24d
Details
Created

2018-02-15 17:21:16 UTC

Size

250 MB

Content Digest
Environment
CA_CERTIFICATES_JAVA_VERSION

20170531+nmu1

ELASTICSEARCH_DEB_VERSION

5.6.7

ELASTICSEARCH_VERSION

5.6.7

GOSU_VERSION

1.10

JAVA_DEBIAN_VERSION

8u151-b12-1~deb9u1

JAVA_HOME

/docker-java-home/jre

JAVA_VERSION

8u151

LANG

C.UTF-8

PATH

/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:3e731ddb7fc902c6fc10f00cd7f99f11d63914692bd8c2816a29e6d016353932 - 17.18% (43 MB)

[#001] sha256:47cafa6a79d0be5bd8a64fe52bfc4178072e067e8f5ed5c224d5330107424335 - 4.23% (10.6 MB)

[#002] sha256:79fcf5a213c7dfb0aa4eeed5922f9c2b6261cf60bb27f2dd9d761d6030689b39 - 1.65% (4.13 MB)

[#003] sha256:fd532571c5d31f61347a950a0d58ec1282046fc8bdda6791f8c34a56a1c792c6 - 0.32% (832 KB)

[#004] sha256:31600c9f9b48dc3cd9fa7c14415fb9251cd3582028fadbb3d5f1bcb57512ecd0 - 0.0% (248 Bytes)

[#005] sha256:78e8e9b5d10eec5baacf8bfb0d61d868b1ba263863b08d5346fbb73fcff6bb85 - 0.0% (131 Bytes)

[#006] sha256:0710e619e88357033e362f6a8c18d93a0dbf14d31629082877ae8c7f51072113 - 62.97% (158 MB)

[#007] sha256:e511da65ffabe622bcb6fa89b699e80f94ec7185a95076cd3b4cabc101bd2d11 - 0.1% (266 KB)

[#008] sha256:49a4f0d2a48fd7a14a0e90fc3db3ca6db993e2fff7727c816d6da2825a24e3d2 - 0.19% (489 KB)

[#009] sha256:09e316d84cd599e1a86a98e001452e64575e610bff60b9c147b0d2314a2cd7fc - 0.0% (1.41 KB)

[#010] sha256:9ca31a47f42468d73a97c31e85701d419e7b39429d1492250dcee86710fc794c - 0.36% (914 KB)

[#011] sha256:f1d72855eaabe3cf259bdc7c68f98a99b9bc968e95a199139531d11299738852 - 13.0% (32.6 MB)

[#012] sha256:c30ea10e9da02ec73bbcde0c7e00465d4e02754f96767ec6d2e9b39d18af0771 - 0.0% (222 Bytes)

[#013] sha256:4fc8441d4df4677eb495b7fa1c3034592b9aefa302855c96f0f330e6378867cd - 0.0% (493 Bytes)

[#014] sha256:a44032064f97e1993f7208b4a0e80ca0abd28386299bab0eaa24cd1e2246498c - 0.0% (507 Bytes)


History
2018-02-15 01:58:24 UTC

/bin/sh -c #(nop) ADD file:7d3b21b18d7bc6d6db1349979cf0e68073647e90c892aebab0da5d679b5550eb in /

2018-02-15 02:01:04 UTC

/bin/sh -c #(nop) CMD ["bash"]

2018-02-15 03:55:51 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget && rm -rf /var/lib/apt/lists/*

2018-02-15 03:55:59 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-02-15 11:08:02 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-02-15 11:08:13 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2018-02-15 11:08:14 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-02-15 11:08:15 UTC

/bin/sh -c ln -svT "/usr/lib/jvm/java-8-openjdk-$(dpkg --print-architecture)" /docker-java-home

2018-02-15 11:08:27 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home/jre

2018-02-15 11:08:27 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=8u151

2018-02-15 11:08:27 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=8u151-b12-1~deb9u1

2018-02-15 11:08:27 UTC

/bin/sh -c #(nop) ENV CA_CERTIFICATES_JAVA_VERSION=20170531+nmu1

2018-02-15 11:09:07 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'

2018-02-15 11:17:05 UTC

/bin/sh -c /var/lib/dpkg/info/ca-certificates-java.postinst configure

2018-02-15 17:20:43 UTC

/bin/sh -c #(nop) ENV GOSU_VERSION=1.10

2018-02-15 17:20:49 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-02-15 17:20:53 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-02-15 17:21:01 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-02-15 17:21:06 UTC

/bin/sh -c #(nop) ENV ELASTICSEARCH_VERSION=5.6.7

2018-02-15 17:21:06 UTC

/bin/sh -c #(nop) ENV ELASTICSEARCH_DEB_VERSION=5.6.7

2018-02-15 17:21: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/*

2018-02-15 17:21:13 UTC

/bin/sh -c #(nop) ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2018-02-15 17:21:13 UTC

/bin/sh -c #(nop) WORKDIR /usr/share/elasticsearch

2018-02-15 17:21:14 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-02-15 17:21:14 UTC

/bin/sh -c #(nop) COPY dir:c3faa196a3b1c87063ffe0be6ee20b5f2b36a9589fd93336acab4ba1aa6f6855 in ./config

2018-02-15 17:21:15 UTC

/bin/sh -c #(nop) VOLUME [/usr/share/elasticsearch/data]

2018-02-15 17:21:15 UTC

/bin/sh -c #(nop) COPY file:251082110c6dbdf83c7e443f9451d18e88f56dde65a4e4cbf7b58db1440ef558 in /

2018-02-15 17:21:15 UTC

/bin/sh -c #(nop) EXPOSE 9200/tcp 9300/tcp

2018-02-15 17:21:16 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]

2018-02-15 17:21:16 UTC

/bin/sh -c #(nop) CMD ["elasticsearch"]

Danger Zone
Delete Tag

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.

Delete