Namespace
library
Image / Tag
elasticsearch:5
Content Digest
sha256:d0e119779df7ddf9d476102691d9d0b8783c13434e00d77f01327019c1297839
Details
Created

2019-03-28 00:11:31 UTC

Size

209 MB

Content Digest
Environment
ELASTICSEARCH_DEB_VERSION

5.6.16

ELASTICSEARCH_VERSION

5.6.16

GOSU_VERSION

1.10

JAVA_DEBIAN_VERSION

8u212-b01-1~deb9u1

JAVA_HOME

/docker-java-home/jre

JAVA_VERSION

8u212

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:e79bb959ec00faf01da52437df4fad4537ec669f60455a38ad583ec2b8f00498 - 20.69% (43.2 MB)

[#001] sha256:d4b7902036fe0cefdfe9ccf0404fe13322ecbd552f132be73d3e840f95538838 - 4.92% (10.3 MB)

[#002] sha256:1b2a72d4e03052566e99130108071fc4eca4942c62923e3e5cf19666a23088ef - 1.98% (4.14 MB)

[#003] sha256:de423484a9466ec116a34ba24e068e72e45d6c875c82f7eb63375577b4b51236 - 0.39% (833 KB)

[#004] sha256:ceaac3b844f7ebdc4f2bac1b66847dee29481bfe3f6b67683491b22383c1928d - 0.0% (247 Bytes)

[#005] sha256:88f01b722a52db8d5c67facd263893c5199b89fbf56505dd2051434721fbd302 - 0.0% (131 Bytes)

[#006] sha256:c23be56a9ac10e0c4c248ce8cdf6ac08504088243c6a3878ac4681a7289c611e - 55.75% (117 MB)

[#007] sha256:9cc2e2f32cf611f35bc469a5f102259c12f01d5693e8af86173d6077101fe98a - 0.23% (489 KB)

[#008] sha256:5d02da43626fe6f213d428305798b9e2bd26c1d909245ee64cba6a66bc07b4d4 - 0.0% (1.41 KB)

[#009] sha256:bffc5c69e80215073056385e29a7dcf9369a87a4f60d1c8c9c9af1ff1dac58eb - 0.42% (899 KB)

[#010] sha256:7497b149e653d44c9a557cc95138933edd395341fa97d8aa1c69574213e207c4 - 15.62% (32.6 MB)

[#011] sha256:971f2f777e755388ad8947f9d6729f5678d799b45a2615ee513eca54ebd51565 - 0.0% (222 Bytes)

[#012] sha256:240a8534ee141b07177db80e1854666cc26c6978d8f6c18c816a1f97564cc873 - 0.0% (495 Bytes)

[#013] sha256:c2907d377f29b7a3e2ec36d19c1ca60e892a4b7edf1b47c80c21df2cdf0b22ce - 0.0% (505 Bytes)


History
2019-03-26 22:41:12 UTC

/bin/sh -c #(nop) ADD file:843b8a2a9df1a07305ff3d02484d4be7f769057c6d2e311d52d59e00deb917c6 in /

2019-03-26 22:41:12 UTC

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

2019-03-26 23:26:30 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/*

2019-03-26 23:26:40 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

2019-03-27 00:46:46 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 unzip xz-utils && rm -rf /var/lib/apt/lists/*

2019-03-27 00:48:57 UTC

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

2019-03-27 00:48:57 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

2019-03-27 00:48:58 UTC

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

2019-03-27 00:48:58 UTC

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

2019-03-27 23:27:26 UTC

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

2019-03-27 23:27:27 UTC

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

2019-03-27 23:28:10 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" ; 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'

2019-03-28 00:11:09 UTC

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

2019-03-28 00:11:12 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 --batch --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

2019-03-28 00:11:15 UTC

/bin/sh -c set -ex; key='46095ACC8548582C1A2699A9D27D666CD88E42B4'; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; gpg --batch --export "$key" > /etc/apt/trusted.gpg.d/elastic.gpg; rm -rf "$GNUPGHOME"; apt-key list

2019-03-28 00:11:20 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

2019-03-28 00:11:20 UTC

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

2019-03-28 00:11:20 UTC

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

2019-03-28 00:11:28 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/*

2019-03-28 00:11:29 UTC

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

2019-03-28 00:11:29 UTC

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

2019-03-28 00:11:29 UTC

/bin/sh -c set -ex && for path in ./data ./logs ./config ./config/scripts ; do mkdir -p "$path"; chown -R elasticsearch:elasticsearch "$path"; done

2019-03-28 00:11:30 UTC

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

2019-03-28 00:11:30 UTC

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

2019-03-28 00:11:30 UTC

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

2019-03-28 00:11:30 UTC

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

2019-03-28 00:11:30 UTC

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

2019-03-28 00:11:31 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