Namespace
library
Image / Tag
kibana:5.2
Content Digest
sha256:ebae4125a4bf5b8482bf2fddb9a28010ff089eb11161cd9d3ea6226b32b13ff0
Details
Created

2017-03-21 20:57:06 UTC

Size

108 MB

Content Digest
Environment
GOSU_VERSION

1.7

KIBANA_VERSION

5.2.2

PATH

/usr/share/kibana/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TINI_VERSION

v0.9.0


Layers

[#000] sha256:6d827a3ef358f4fa21ef8251f95492e667da826653fd43641cef5a877dc03a70 - 45.48% (49.1 MB)

[#001] sha256:da41a38ea23917f9f37673d2c2acd2d08129ab37f09123586a1c72343a99aef9 - 0.0% (4.25 KB)

[#002] sha256:562680f0f3bffdbee6b127731fd1ad8fd63c87062bfee8beac2fd2d92779579f - 19.19% (20.7 MB)

[#003] sha256:cade4f7688ac7c74f1ec84141cc184d9514f547ee92bd6c76d9fad84c27698b5 - 0.71% (789 KB)

[#004] sha256:ccbabfdc37b0c3ebc6623ef62252adb33a70ccd697a598af75823f45abcd724d - 0.01% (6.96 KB)

[#005] sha256:b67946bcc50478e087d7c553ed0cd6c1ac8dcad99b34c981ae462488db20b3a5 - 0.0% (1.41 KB)

[#006] sha256:1d6f8a274410c056ae9da6b2586fdd9ee35891ed0a5a4f48f4edc5b74affb1d5 - 0.0% (227 Bytes)

[#007] sha256:6472b61fde7b36352c0358633b67699e9d057a1cd68988939b782530a786661e - 34.6% (37.3 MB)

[#008] sha256:b7b363a7b91fccf8fc17eaa076e735e26b8611dc5ab218212b898f71da3a736b - 0.0% (340 Bytes)


History
2017-03-21 18:28:51 UTC

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

2017-03-21 18:29:05 UTC

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

2017-03-21 20:55:30 UTC

/bin/sh -c groupadd -r kibana && useradd -r -m -g kibana kibana

2017-03-21 20:56:37 UTC

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

2017-03-21 20:56:37 UTC

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

2017-03-21 20:56:42 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-03-21 20:56:43 UTC

/bin/sh -c #(nop) ENV TINI_VERSION=v0.9.0

2017-03-21 20:56:45 UTC

/bin/sh -c set -x && wget -O /usr/local/bin/tini "https://github.com/krallin/tini/releases/download/$TINI_VERSION/tini" && wget -O /usr/local/bin/tini.asc "https://github.com/krallin/tini/releases/download/$TINI_VERSION/tini.asc" && export GNUPGHOME="$(mktemp -d)" && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 6380DC428747F6C393FEACA59A84159D7001A4E5 && gpg --batch --verify /usr/local/bin/tini.asc /usr/local/bin/tini && rm -r "$GNUPGHOME" /usr/local/bin/tini.asc && chmod +x /usr/local/bin/tini && tini -h

2017-03-21 20:56:46 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-03-21 20:56:47 UTC

/bin/sh -c echo 'deb https://artifacts.elastic.co/packages/5.x/apt stable main' > /etc/apt/sources.list.d/kibana.list

2017-03-21 20:56:48 UTC

/bin/sh -c #(nop) ENV KIBANA_VERSION=5.2.2

2017-03-21 20:57:03 UTC

/bin/sh -c set -x && apt-get update && apt-get install -y --no-install-recommends kibana=$KIBANA_VERSION && rm -rf /var/lib/apt/lists/* && sed -ri "s!^(\#\s*)?(server\.host:).*!\2 '0.0.0.0'!" /etc/kibana/kibana.yml && grep -q "^server\.host: '0.0.0.0'\$" /etc/kibana/kibana.yml && sed -ri "s!^(\#\s*)?(elasticsearch\.url:).*!\2 'http://elasticsearch:9200'!" /etc/kibana/kibana.yml && grep -q "^elasticsearch\.url: 'http://elasticsearch:9200'\$" /etc/kibana/kibana.yml

2017-03-21 20:57:04 UTC

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

2017-03-21 20:57:05 UTC

/bin/sh -c #(nop) COPY file:9a3ed3a1655d5afa631fded5211f1c33f5f49f1d1e0e0d9a031c9e8601111f05 in /

2017-03-21 20:57:05 UTC

/bin/sh -c #(nop) EXPOSE 5601/tcp

2017-03-21 20:57:06 UTC

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

2017-03-21 20:57:06 UTC

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

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