Namespace
library
Image / Tag
elasticsearch:5.6.14
Content Digest
sha256:3fd502e37c3ffa813691b92f52b655dd85705d1d0059bce163b51601ce9bfe6a
Details
Created

2019-02-06 14:54:41 UTC

Size

209 MB

Content Digest
Environment
ELASTICSEARCH_DEB_VERSION

5.6.14

ELASTICSEARCH_VERSION

5.6.14

GOSU_VERSION

1.10

JAVA_DEBIAN_VERSION

8u181-b13-2~deb9u1

JAVA_HOME

/docker-java-home/jre

JAVA_VERSION

8u181

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:741437d97401b83849ccbfe4ed8964049b752081647d7f1ea8aea29d989f8968 - 20.7% (43.2 MB)

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

[#002] sha256:0a108aa2667933b852b8d003f97b344d014fcd7e06a0c0e6e04f2d6906738388 - 1.98% (4.14 MB)

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

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

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

[#006] sha256:05eafed73b65f1719e1ad5446e1f57859feb2f71f0b21d5f0bd25fb7d0d6dbd5 - 55.74% (116 MB)

[#007] sha256:022c571baab6903a756ea03ff306edb7f98b38381b326e4f55281d7abfc8cb2a - 0.23% (489 KB)

[#008] sha256:33b885d64fef0834d90a41fd4fdc88ca4c5e443d7e57c95d28a2d7fa6abe0dbc - 0.0% (1.41 KB)

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

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

[#011] sha256:bb1767aef4646d29275b0cde09144c1f39584bc1f7e5477343c8c33f88a856f3 - 0.0% (224 Bytes)

[#012] sha256:c28f3920a9e6ec6e181d489187c6a13842ae5aaf39b23e4c4006e427dce4d5c3 - 0.0% (492 Bytes)

[#013] sha256:4c7780767195a6a6c319ec6e0c151a1e8f7ca966ec93ca8b67c3dcec1cca2d13 - 0.0% (507 Bytes)


History
2019-02-06 03:30:01 UTC

/bin/sh -c #(nop) ADD file:4fec879fdca802d6920b8981b409b19ded75aff693eaaba1ba4cf5ecb7594fdb in /

2019-02-06 03:30:02 UTC

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

2019-02-06 05:51:03 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-02-06 05:51:14 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-02-06 08:27: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/*

2019-02-06 08:29:44 UTC

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

2019-02-06 08:29:45 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-02-06 08:29:45 UTC

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

2019-02-06 08:29:46 UTC

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

2019-02-06 08:29:46 UTC

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

2019-02-06 08:29:46 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=8u181-b13-2~deb9u1

2019-02-06 08:30: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 --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-02-06 14:54:04 UTC

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

2019-02-06 14:54:09 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-02-06 14:54:14 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-02-06 14:54:23 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-02-06 14:54:24 UTC

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

2019-02-06 14:54:24 UTC

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

2019-02-06 14:54:37 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-02-06 14:54:37 UTC

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

2019-02-06 14:54:37 UTC

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

2019-02-06 14:54:39 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-02-06 14:54:39 UTC

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

2019-02-06 14:54:40 UTC

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

2019-02-06 14:54:40 UTC

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

2019-02-06 14:54:40 UTC

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

2019-02-06 14:54:41 UTC

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

2019-02-06 14:54:41 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