Namespace
library
Image / Tag
kibana:5.1.1
Content Digest
sha256:34bca633b63b91643bf33ae42e623b5648af8a5748505ece0972b77882b60dd0
Details
Created

2016-12-22 20:29:37 UTC

Size

108 MB

Content Digest
Environment
GOSU_VERSION

1.7

KIBANA_VERSION

5.1.1

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:75a822cd7888e394c49828b951061402d31745f596b1f502758570f2d0ee79e2 - 45.45% (49 MB)

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

[#002] sha256:de15de0f8c7717803fbf24b23b1b2b473aee3b11a6957cf2e708e8c586f39a35 - 19.14% (20.6 MB)

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

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

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

[#006] sha256:672be4b452623efebaafffff1dd82304b47361a798a000885897578bbdafdf8e - 0.0% (226 Bytes)

[#007] sha256:97fccf3dab465d62b1b21228e610bdc12c45479eba031be1846fc4d75bf8c008 - 34.68% (37.4 MB)

[#008] sha256:e6ed1179d38274887c8240ad1e7b3fae87b1566f32b08fd7f3c6430805ff0a5b - 0.0% (337 Bytes)


History
2016-12-13 22:10:59 UTC

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

2016-12-13 22:10:59 UTC

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

2016-12-14 00:58:11 UTC

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

2016-12-22 20:28:53 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/*

2016-12-22 20:28:54 UTC

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

2016-12-22 20:28:59 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

2016-12-22 20:28:59 UTC

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

2016-12-22 20:29:03 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

2016-12-22 20:29:05 UTC

/bin/sh -c apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 46095ACC8548582C1A2699A9D27D666CD88E42B4

2016-12-22 20:29:05 UTC

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

2016-12-22 20:29:07 UTC

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

2016-12-22 20:29:33 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

2016-12-22 20:29:34 UTC

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

2016-12-22 20:29:35 UTC

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

2016-12-22 20:29:36 UTC

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

2016-12-22 20:29:36 UTC

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

2016-12-22 20:29:37 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