Namespace
library
Image / Tag
elasticsearch:5.6.9
Content Digest
sha256:f52f67d401228bb8c31c71ec77288b4ad3219949f6fa0564c990406209625a5e
Details
Created

2018-06-12 01:20:15 UTC

Size

209 MB

Content Digest
Environment
CA_CERTIFICATES_JAVA_VERSION

20170531+nmu1

ELASTICSEARCH_DEB_VERSION

5.6.9

ELASTICSEARCH_VERSION

5.6.9

GOSU_VERSION

1.10

JAVA_DEBIAN_VERSION

8u171-b11-1~deb9u1

JAVA_HOME

/docker-java-home/jre

JAVA_VERSION

8u171

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:cc1a78bfd46becbfc3abb8a74d9a70a0e0dc7a5809bbd12e814f9382db003707 - 20.67% (43.2 MB)

[#001] sha256:d2c05365ee2a2245bb9f6786bc88aa12bf64da676a52668424437826d0f0cb92 - 4.91% (10.3 MB)

[#002] sha256:231cb0e216d30ea48044d44d37fba016eb67eca9b19b29a741d95775359d3533 - 1.98% (4.14 MB)

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

[#004] sha256:9bafe362f99b9e9353c71496d5dd82907355aafab384360400be4d2715816383 - 0.0% (249 Bytes)

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

[#006] sha256:da23e1e20eae995da970ffc93d5bd64980d6f6061a0f33bc08cc9d65475c670a - 55.71% (116 MB)

[#007] sha256:9d809d99b239e4876578052705afd7653615e34b5155028d2206e5ec95e30c96 - 0.12% (266 KB)

[#008] sha256:e01104a8753036676151bec889e0791a42f7d3141425b65d02f4b27312813fa3 - 0.23% (489 KB)

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

[#010] sha256:08e138095d65f7683717d38b3ce951dc17e285f79deeac4b3d9747c2a29c4a01 - 0.42% (899 KB)

[#011] sha256:e646e8ebc87d6e8d2e2cccc440cb75a9e835a90fa7e0d894603ecf2a3459359e - 15.56% (32.5 MB)

[#012] sha256:6a8a0a5dc51bc14bbc835c61d5a19b16686758592d2698fdd097ee2727c9725b - 0.0% (224 Bytes)

[#013] sha256:de4c211430e11ef6a69c0d7959f8bc52d6b5e13d3c7cd480525cd3a1be14cb79 - 0.0% (492 Bytes)

[#014] sha256:2e08a6cdb41d5d282cc2164fd0b1d06beb7a88c4dc6d3abdeb5a546d35281fc2 - 0.0% (501 Bytes)


History
2018-04-28 07:08:53 UTC

/bin/sh -c #(nop) ADD file:9572fdb59dfbb9b032f3331bbc2a08b31e0aef5fbde44c8f2008d22bf5290cf2 in /

2018-04-28 07:08:53 UTC

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

2018-06-05 23:13:29 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-06-05 23:13:38 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-06-06 18:44:44 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-06-06 18:44:44 UTC

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

2018-06-06 18:44: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

2018-06-06 18:44:46 UTC

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

2018-06-06 18:44:46 UTC

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

2018-06-06 18:44:46 UTC

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

2018-06-06 18:44:46 UTC

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

2018-06-06 18:44:46 UTC

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

2018-06-06 18:45:17 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-06-06 18:45:19 UTC

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

2018-06-12 01:19:11 UTC

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

2018-06-12 01:19:18 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-06-12 01:19:21 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-06-12 01:19:30 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-06-12 01:19:31 UTC

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

2018-06-12 01:19:31 UTC

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

2018-06-12 01:20:13 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-06-12 01:20: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-06-12 01:20:13 UTC

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

2018-06-12 01:20: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-06-12 01:20:14 UTC

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

2018-06-12 01:20:14 UTC

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

2018-06-12 01:20:15 UTC

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

2018-06-12 01:20:15 UTC

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

2018-06-12 01:20:15 UTC

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

2018-06-12 01:20:15 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