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

2018-03-20 00:24:44 UTC

Size

241 MB

Content Digest
Environment
CA_CERTIFICATES_JAVA_VERSION

20170531+nmu1

ELASTICSEARCH_DEB_VERSION

5.6.8

ELASTICSEARCH_VERSION

5.6.8

GOSU_VERSION

1.10

JAVA_DEBIAN_VERSION

8u162-b12-1~deb9u1

JAVA_HOME

/docker-java-home/jre

JAVA_VERSION

8u162

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:c73ab1c6897bf5c11da3c95cab103e7ca8cf10a6d041eda2ff836f45a40e3d3b - 17.88% (43 MB)

[#001] sha256:1ab373b3deaed929a15574ac1912afc6e173f80d400aba0e96c89f6a58961f2d - 4.4% (10.6 MB)

[#002] sha256:b542772b417703c0311c0b90136091369bcd9c2176c0e3ceed5a0114d743ee3c - 1.72% (4.13 MB)

[#003] sha256:0bcc3741ab1482834b5abfa57c8bfe63e5375639e204249c938c93911ddd0bfc - 0.34% (832 KB)

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

[#005] sha256:26ad58237506b8fe6e1491f9aed7aba2672afa561e19af378379e984ace8e645 - 0.0% (130 Bytes)

[#006] sha256:8dbabc90b2b88af86284508836e854ab5ea90ac04c5fb5f0cf32caca8245d7de - 61.47% (148 MB)

[#007] sha256:982930be204d019954bbd61d64a6c48bc498d0577b503edb7d976fa51225f45f - 0.11% (266 KB)

[#008] sha256:dd3701aa40a6e00d024b797002b3eee36c4819e0e3e8d47d75fd6b5db182898e - 0.2% (489 KB)

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

[#010] sha256:cadb623bd0b13ce6e7f51d40126de1868c9a43dfd4954282846f699038471e95 - 0.37% (914 KB)

[#011] sha256:4816c5772dec603303a21a12809f4ff10c99607b1cb60f02a861f7c1989948cb - 13.52% (32.6 MB)

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

[#013] sha256:e070972dc6875850b062007ecebc61a2bd21421f88b921c19ac6221e1d56a080 - 0.0% (491 Bytes)

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


History
2018-03-13 22:26:49 UTC

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

2018-03-13 22:26:49 UTC

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

2018-03-13 23:56:19 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-03-13 23:56:22 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-03-14 10:50:22 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-03-14 10:50:22 UTC

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

2018-03-14 10:50:23 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-03-14 10:50:24 UTC

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

2018-03-14 10:50:24 UTC

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

2018-03-19 21:11:11 UTC

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

2018-03-19 21:11:11 UTC

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

2018-03-19 21:11:11 UTC

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

2018-03-19 21:11: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 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-03-19 21:11:52 UTC

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

2018-03-20 00:23:54 UTC

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

2018-03-20 00:24:23 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-03-20 00:24:27 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-03-20 00:24:34 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-03-20 00:24:34 UTC

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

2018-03-20 00:24:34 UTC

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

2018-03-20 00:24:41 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-03-20 00:24:41 UTC

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

2018-03-20 00:24:41 UTC

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

2018-03-20 00:24:42 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-03-20 00:24:43 UTC

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

2018-03-20 00:24:43 UTC

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

2018-03-20 00:24:43 UTC

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

2018-03-20 00:24:44 UTC

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

2018-03-20 00:24:44 UTC

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

2018-03-20 00:24:44 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