Namespace
library
Image / Tag
elasticsearch:5.5.1
Content Digest
sha256:7a885e2cebd1ebf34a33a715322560bfb9d30a705af92c5bdf7a04e42a47f47c
Details
Created

2017-07-27 16:12:39 UTC

Size

144 MB

Content Digest
Environment
CA_CERTIFICATES_JAVA_VERSION

20170531+nmu1

ELASTICSEARCH_DEB_VERSION

5.5.1

ELASTICSEARCH_VERSION

5.5.1

GOSU_VERSION

1.10

JAVA_DEBIAN_VERSION

8u141-b15-1~deb9u1

JAVA_HOME

/docker-java-home/jre

JAVA_VERSION

8u141

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:06b22ddb19134ec8c42aaabd3e2e9f5b378e4e53da4a8960eaaaa86351190af3 - 29.93% (43.1 MB)

[#001] sha256:336c28b408ed2225485696d1fada041792d7f1b47a4422175e203be4be2f83e6 - 7.37% (10.6 MB)

[#002] sha256:1f3e6b8d80c36cab97c677f32305f00ab2aedb16a26cfb37d0a3a48c50316dbb - 2.93% (4.21 MB)

[#003] sha256:aeac59510475a8880f4ff04bf6d3d244871a23c5c965fe9e3391577a5d762fc0 - 0.42% (615 KB)

[#004] sha256:b01db8bd8540d151ef6f022f3168624a9557d8049432032d137b3bed4c4f02ac - 0.0% (241 Bytes)

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

[#006] sha256:1c5595fa1317552509caf4caf8d0865ee2e620b03cf49940cf8fea1825018a95 - 36.21% (52.1 MB)

[#007] sha256:e1a6cc83dc3d79c86999e443f60669ac8b443fe27f3f359c404196c5dac11927 - 0.18% (266 KB)

[#008] sha256:fe0a471ca7f74b41d83d300fc574f6bd122a4789ef9cf32336c2e414c44bfdc3 - 0.33% (489 KB)

[#009] sha256:ff605275ff07b965be1f5144eebda857533a41f8b02ba96237ade08319f2a683 - 0.0% (1.4 KB)

[#010] sha256:0c821d24748f7af9667b4f092a234b442f435eae96d54b669298f36b2d2a85d4 - 0.41% (602 KB)

[#011] sha256:4a86ea49b845323b9e8fe093fd9685e0bbd93c2157619b5836a23e176009f534 - 22.22% (32 MB)

[#012] sha256:f32ef74ea4684b992269f37fc442afb306e3b4f859b424d4e3ed57f7b580e4b0 - 0.0% (214 Bytes)

[#013] sha256:b3be79a1e2a5f353a9754d9189c0be0381cceb095ec34438d2fb3da4bfd221ba - 0.0% (480 Bytes)

[#014] sha256:43aa5c6a4fb33d35961f4cd762a4a8385463c2e2a15299eff34a986557864c07 - 0.0% (506 Bytes)


History
2017-07-24 16:52:54 UTC

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

2017-07-24 16:52:55 UTC

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

2017-07-24 17:28:39 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-07-24 17:28:45 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg2 dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2017-07-24 18:11:47 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-07-24 18:11:47 UTC

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

2017-07-24 18:11:48 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-07-24 18:11:49 UTC

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

2017-07-24 18:11:49 UTC

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

2017-07-26 20:33:51 UTC

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

2017-07-26 20:33:51 UTC

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

2017-07-26 20:33:51 UTC

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

2017-07-26 20:34:05 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-headless="$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'

2017-07-26 20:34:06 UTC

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

2017-07-27 16:11:55 UTC

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

2017-07-27 16:12:01 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

2017-07-27 16:12:04 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

2017-07-27 16:12:29 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-07-27 16:12:29 UTC

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

2017-07-27 16:12:29 UTC

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

2017-07-27 16:12:36 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-07-27 16:12:36 UTC

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

2017-07-27 16:12:36 UTC

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

2017-07-27 16:12:37 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-07-27 16:12:38 UTC

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

2017-07-27 16:12:38 UTC

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

2017-07-27 16:12:38 UTC

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

2017-07-27 16:12:39 UTC

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

2017-07-27 16:12:39 UTC

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

2017-07-27 16:12:39 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