Namespace
library
Image / Tag
elasticsearch:2.4
Content Digest
sha256:41ed3a1a16b63de740767944d5405843db00e55058626c22838f23b413aa4a39
Details
Created

2018-09-05 15:46:09 UTC

Size

203 MB

Content Digest
Environment
CA_CERTIFICATES_JAVA_VERSION

20170531+nmu1

ELASTICSEARCH_DEB_VERSION

2.4.6

ELASTICSEARCH_VERSION

2.4.6

GOSU_VERSION

1.10

JAVA_DEBIAN_VERSION

8u181-b13-1~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:05d1a5232b461a4b35424129580054caa878cd56f100e34282510bd4b4082e4d - 21.3% (43.2 MB)

[#001] sha256:5cee356eda6bfe3a5a229cd3d964e722ade1da4381842b24e943b03a37aec1f2 - 5.05% (10.2 MB)

[#002] sha256:89d3385f0fd3c0c904ff6e87195bb46f5d9d309e8ddd91bc9b20855d103eeffb - 2.04% (4.14 MB)

[#003] sha256:65dd87f6620b41e303b5ee5be4bf7b4cb3a8ee55e86123d6637737383d3078d3 - 0.4% (833 KB)

[#004] sha256:78a183a01190c57eb606a72e8c273630224ae454d26bc3f73f4edf205821553b - 0.0% (248 Bytes)

[#005] sha256:1a4499c85f9798901010eb0cd0c245a1439b731362a46d5ee246f2ad56d72fc0 - 0.0% (130 Bytes)

[#006] sha256:2c9d39b4bfc1b2ce067f6a3f00395918187829d4e3d5094276db7e2addd1dc1f - 57.42% (116 MB)

[#007] sha256:1b1cec2222c9250bed824daddb12fe4674a55afc78207ee3e3e7a943fc9293fa - 0.12% (241 KB)

[#008] sha256:59ff4ce9df6872166ebfecb89f044e8b5412ef982466459653d38ce25a853a57 - 0.24% (489 KB)

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

[#010] sha256:a27899b7a5b5695355d2d91d600043f9f08d1c9fd0ae3f221e1df3358364ecaa - 0.43% (899 KB)

[#011] sha256:b0fc7d2c927a17021153b08a412a2afa1d5a5274690dfecbddeea57917fcec0e - 13.01% (26.4 MB)

[#012] sha256:6d94b96bbcd0cdd229287aba313b6743d5b6868bc0c43fdf1d3b46c380b3b864 - 0.0% (223 Bytes)

[#013] sha256:6f5bf40725fd0e920d4b39c88e6b93640315b428c5f7746697b52bc7f9b896cc - 0.0% (546 Bytes)

[#014] sha256:2bf2a528ae9a4409bb413fa990e94478a248d2bb1744972a54827df30e8b3b17 - 0.0% (506 Bytes)


History
2018-09-04 21:21:24 UTC

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

2018-09-04 21:21:24 UTC

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

2018-09-04 22:33:34 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-09-04 22:33:43 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-09-05 01:23:14 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-09-05 01:23:14 UTC

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

2018-09-05 01:23:15 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-09-05 01:23:15 UTC

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

2018-09-05 01:23:15 UTC

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

2018-09-05 01:23:16 UTC

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

2018-09-05 01:23:16 UTC

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

2018-09-05 01:23:16 UTC

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

2018-09-05 01:23: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-09-05 01:23:52 UTC

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

2018-09-05 15:44:37 UTC

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

2018-09-05 15:44:41 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-09-05 15:44:44 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-09-05 15:45:54 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 http://packages.elasticsearch.org/elasticsearch/2.x/debian stable main' > /etc/apt/sources.list.d/elasticsearch.list

2018-09-05 15:45:55 UTC

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

2018-09-05 15:45:55 UTC

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

2018-09-05 15:46:05 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-09-05 15:46:06 UTC

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

2018-09-05 15:46:06 UTC

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

2018-09-05 15:46:07 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-09-05 15:46:08 UTC

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

2018-09-05 15:46:08 UTC

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

2018-09-05 15:46:09 UTC

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

2018-09-05 15:46:09 UTC

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

2018-09-05 15:46:09 UTC

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

2018-09-05 15:46:09 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