Namespace
library
Image / Tag
elasticsearch:5.6.13
Content Digest
sha256:f3bc4d79e48aa39e602e783adf9bb4c5eabcc077119a7b29d0ba5c7bb0a0c5b5
Details
Created

2018-11-17 06:26:59 UTC

Size

209 MB

Content Digest
Environment
CA_CERTIFICATES_JAVA_VERSION

20170531+nmu1

ELASTICSEARCH_DEB_VERSION

5.6.13

ELASTICSEARCH_VERSION

5.6.13

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:54f7e8ac135a5f502a6ee9537ef3d64b1cd2fa570dc0a40b4d3b6f7ac81e7486 - 20.67% (43.2 MB)

[#001] sha256:d6341e30912f12f56e18564a3b582853f65376766f5f9d641a68a724ed6db88f - 4.9% (10.2 MB)

[#002] sha256:087a57faf9491b1b82a83e26bc8cc90c90c30e4a4d858b57ddd5b4c2c90095f6 - 1.98% (4.14 MB)

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

[#004] sha256:0887630ce5768a45764e3bf0ed5382223216df24ba08ce3e4c952a88398647ba - 0.0% (248 Bytes)

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

[#006] sha256:e00a5e6055ccdd1c0491227009508127273e65aceaccad709eb6a10692fb68e3 - 55.69% (116 MB)

[#007] sha256:8319f5fb56cff26b699a967e4afa404e605c23c58ae1952b0b19765a66db6a61 - 0.11% (241 KB)

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

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

[#010] sha256:2ef19439ea9ef6484db31069c66a3a902ec1c7a6eeb66952c153642b265b6c63 - 0.42% (899 KB)

[#011] sha256:46491c2dd530bc6cdf2b4aff1885739b6ebc838a1ceb3437fa2a210d8c29c391 - 15.61% (32.6 MB)

[#012] sha256:35cd739e01f873de35e7e9d773f9ea12774bb3e34014203ea24b314f33e4997a - 0.0% (220 Bytes)

[#013] sha256:1d0b1191e8b23764b9ac7ab58dc3c7e481252e7e2ffe2a34074a5376e94d4c9d - 0.0% (493 Bytes)

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


History
2018-11-15 22:44:00 UTC

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

2018-11-15 22:44:09 UTC

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

2018-11-16 11:15:57 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-11-16 11:16:02 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-11-16 15:01:54 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-11-16 15:01:54 UTC

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

2018-11-16 15:01:56 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-11-16 15:01:57 UTC

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

2018-11-16 15:01:57 UTC

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

2018-11-16 15:01:58 UTC

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

2018-11-16 15:01:58 UTC

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

2018-11-16 15:01:58 UTC

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

2018-11-16 15:02: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-11-16 15:02:53 UTC

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

2018-11-17 06:26:28 UTC

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

2018-11-17 06:26:32 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

2018-11-17 06:26:36 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

2018-11-17 06:26:43 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-11-17 06:26:44 UTC

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

2018-11-17 06:26:44 UTC

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

2018-11-17 06:26:54 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-11-17 06:26:55 UTC

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

2018-11-17 06:26:55 UTC

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

2018-11-17 06:26:56 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-11-17 06:26:57 UTC

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

2018-11-17 06:26:57 UTC

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

2018-11-17 06:26:58 UTC

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

2018-11-17 06:26:58 UTC

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

2018-11-17 06:26:59 UTC

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

2018-11-17 06:26:59 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