Namespace
library
Image / Tag
kibana:5.6.15
Content Digest
sha256:ab6ff5f6fa97f8aa059389cc60afeacb267b812df730e8e14076c17c1f01018f
Details
Created

2019-03-05 03:24:56 UTC

Size

124 MB

Content Digest
Environment
GOSU_VERSION

1.10

KIBANA_VERSION

5.6.15

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:85199fa09ec1510ee053da666286c385d07b8fab9fa61ae73a5b8c454e1b3397 - 41.84% (51.9 MB)

[#001] sha256:c8a5f07f1a641343fb3e1ac7a0afd8409bea49b0d1009c8b24d5f2e19b9d93b7 - 0.0% (4.3 KB)

[#002] sha256:453442e57e1d273a430197bb86647a98e0bba5d57bb40b754c7a7da164a5a22e - 15.9% (19.7 MB)

[#003] sha256:5b13a6b83be4bf9b98ab896c41a53c3866bb5e36a0a39baad3147b83c31c4641 - 0.39% (489 KB)

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

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

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

[#007] sha256:6919924bdf78c3bc4256d533a43424f5a7632c8b69110b5708d6cbd58f88f095 - 41.86% (51.9 MB)

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


History
2019-03-04 23:20:17 UTC

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

2019-03-04 23:20:18 UTC

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

2019-03-05 03:19:55 UTC

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

2019-03-05 03:22:10 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/*

2019-03-05 03:22:10 UTC

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

2019-03-05 03:22:12 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

2019-03-05 03:22:12 UTC

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

2019-03-05 03:22:14 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

2019-03-05 03:22:49 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

2019-03-05 03:22:50 UTC

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

2019-03-05 03:22:50 UTC

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

2019-03-05 03:24:54 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

2019-03-05 03:24:55 UTC

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

2019-03-05 03:24:55 UTC

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

2019-03-05 03:24:55 UTC

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

2019-03-05 03:24:55 UTC

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

2019-03-05 03:24:56 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