Namespace
library
Image / Tag
elasticsearch:5.1
Content Digest
sha256:6371d982770dcea046e1735976973ea4846daabc83699d1d766c8ded912a90e7
Details
Created

2017-01-17 21:39:33 UTC

Size

152 MB

Content Digest
Environment
CA_CERTIFICATES_JAVA_VERSION

20140324

ELASTICSEARCH_DEB_VERSION

5.1.2

ELASTICSEARCH_VERSION

5.1.2

GOSU_VERSION

1.7

JAVA_DEBIAN_VERSION

8u111-b14-2~bpo8+1

JAVA_HOME

/usr/lib/jvm/java-8-openjdk-amd64/jre

JAVA_VERSION

8u111

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:5040bd2983909aa8896b9932438c3f1479d25ae837a5f6220242a264d0221f2d - 32.33% (49 MB)

[#001] sha256:fce5728aad85a763fe3c419db16885eb6f7a670a42824ea618414b8fb309ccde - 11.67% (17.7 MB)

[#002] sha256:c42794440453cbec048425a8d20efae4d6f57b629bbbf4f1793131e91088eb46 - 0.36% (553 KB)

[#003] sha256:0c0da797ba4835d69468574d4530e9196bc867b4418d179a7563c1a9c312774a - 0.0% (215 Bytes)

[#004] sha256:7c9b17433752f2b9654fd4914f974c8b1681217db13e1f8f877ee73f3b0c2f0c - 0.0% (242 Bytes)

[#005] sha256:114e02586e63258b0507ccf765d9093c274280e237f2dc4f900856a42299ce75 - 33.66% (51 MB)

[#006] sha256:e4c663802e9abbf7c5e9b65f86dd4af24eb825e52f8c6c6f16c96f2beec46fac - 0.18% (282 KB)

[#007] sha256:1e192d2d3dc31cccd0676c0b578790280ec13dde5f95e28448bce569327903fe - 0.51% (789 KB)

[#008] sha256:9027412575532f3008e6f0a8d663c11e585577c234ceaac9d796c685ccfb784c - 0.0% (1.41 KB)

[#009] sha256:463ddb439866c317f081b2b16b1682751d091900375533c1f936ed99b01c5bb5 - 0.34% (523 KB)

[#010] sha256:23bd3513f6718c8874662d74489552bff57dcea2f35fcab1f86916c4d4319e08 - 20.96% (31.8 MB)

[#011] sha256:84a58cc4eb1e781c4363600b543db7352dd365ed25c54eb3be1a3010098092b9 - 0.0% (215 Bytes)

[#012] sha256:634f007ca0972b50d84828a52d968c3d1a17798ceb910cfcabd106e54634b1f5 - 0.0% (483 Bytes)

[#013] sha256:c16dbb4679a7f6364b4cabdc0cd54a6daf54a34afccb02f9ddda5f18b77669cc - 0.0% (508 Bytes)


History
2017-01-16 20:35:09 UTC

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

2017-01-16 20:35:16 UTC

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

2017-01-17 00:00:45 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget && rm -rf /var/lib/apt/lists/*

2017-01-17 00:51:05 UTC

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

2017-01-17 00:52:56 UTC

/bin/sh -c echo 'deb http://deb.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list

2017-01-17 00:52:56 UTC

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

2017-01-17 00:52: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

2017-01-17 00:52:58 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre

2017-01-17 00:52:58 UTC

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

2017-01-17 00:52:58 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=8u111-b14-2~bpo8+1

2017-01-17 00:52:59 UTC

/bin/sh -c #(nop) ENV CA_CERTIFICATES_JAVA_VERSION=20140324

2017-01-17 00:53:19 UTC

/bin/sh -c set -x && apt-get update && apt-get install -y openjdk-8-jre-headless="$JAVA_DEBIAN_VERSION" ca-certificates-java="$CA_CERTIFICATES_JAVA_VERSION" && rm -rf /var/lib/apt/lists/* && [ "$JAVA_HOME" = "$(docker-java-home)" ]

2017-01-17 00:53:21 UTC

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

2017-01-17 21:37:13 UTC

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

2017-01-17 21:37: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 -r "$GNUPGHOME" /usr/local/bin/gosu.asc && chmod +x /usr/local/bin/gosu && gosu nobody true

2017-01-17 21:37:20 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 -r "$GNUPGHOME"; apt-key list

2017-01-17 21:38:52 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

2017-01-17 21:39:00 UTC

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

2017-01-17 21:39:01 UTC

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

2017-01-17 21:39:11 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/*

2017-01-17 21:39:16 UTC

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

2017-01-17 21:39:17 UTC

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

2017-01-17 21:39:18 UTC

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

2017-01-17 21:39:19 UTC

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

2017-01-17 21:39:19 UTC

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

2017-01-17 21:39:32 UTC

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

2017-01-17 21:39:32 UTC

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

2017-01-17 21:39:33 UTC

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

2017-01-17 21:39:33 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