Namespace
library
Image / Tag
kibana:5.6.13
Content Digest
sha256:c8dcf2f85f62809900a44f703dee6e1278a7c1757c8623fc2a1c75e66a4e27d3
Details
Created

2018-11-16 00:14:59 UTC

Size

124 MB

Content Digest
Environment
GOSU_VERSION

1.10

KIBANA_VERSION

5.6.13

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:4b105072aa89afc93b7238396c7ca2951308666854da2fb399c4ca362c93b445 - 41.87% (51.8 MB)

[#001] sha256:f93c5bad4372797d58488732d3cc2aa019b2c1add249ce681d7fa963cf413454 - 0.0% (4.31 KB)

[#002] sha256:b109a97a4d9e63e5d704e2341001b4e480e8e76722565705a9c342678fa7573e - 15.92% (19.7 MB)

[#003] sha256:2018d64a2122cd008d9632844f3ce9043e5c72efd62d9706a01f84cc15e128e2 - 0.39% (489 KB)

[#004] sha256:b1f9295ee771aa5451aa3711cdfe2d60e072905e3c620239f79ec5830ed79136 - 0.01% (7.12 KB)

[#005] sha256:4c8ed2d86df16f77fb748a4c821f9dde84cd8e82e59ddad8e6f4c47cabeb4f92 - 0.0% (1.42 KB)

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

[#007] sha256:ce9567158344af1a9539d097d9006940a70bfdfef999750ae074edc345278ba0 - 41.81% (51.8 MB)

[#008] sha256:d6043e616cfc990706d53817482d5169b0cab0acf903db1445d59266c6816f1f - 0.0% (338 Bytes)


History
2018-11-15 22:33:25 UTC

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

2018-11-15 22:33:36 UTC

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

2018-11-16 00:13:09 UTC

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

2018-11-16 00:13:52 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/*

2018-11-16 00:13:52 UTC

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

2018-11-16 00:13:54 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 --batch --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-11-16 00:13:54 UTC

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

2018-11-16 00:13:56 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 --batch --keyserver ha.pool.sks-keyservers.net --recv-keys 6380DC428747F6C393FEACA59A84159D7001A4E5 && gpg --batch --verify /usr/local/bin/tini.asc /usr/local/bin/tini && rm -rf "$GNUPGHOME" /usr/local/bin/tini.asc && chmod +x /usr/local/bin/tini && tini -h

2018-11-16 00:14:03 UTC

/bin/sh -c set -ex; key='46095ACC8548582C1A2699A9D27D666CD88E42B4'; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; gpg --batch --export "$key" > /etc/apt/trusted.gpg.d/elastic.gpg; rm -rf "$GNUPGHOME"; apt-key list

2018-11-16 00:14:04 UTC

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

2018-11-16 00:14:04 UTC

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

2018-11-16 00:14:56 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

2018-11-16 00:14:58 UTC

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

2018-11-16 00:14:58 UTC

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

2018-11-16 00:14:59 UTC

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

2018-11-16 00:14:59 UTC

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

2018-11-16 00:14:59 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