Namespace
library
Image / Tag
kibana:5.4.0
Content Digest
sha256:6932f5a5edd2f47df1ba7b49115ad0b2b02cab15668d1e6baf9ae208f486942d
Details
Created

2017-05-09 17:26:02 UTC

Size

124 MB

Content Digest
Environment
GOSU_VERSION

1.7

KIBANA_VERSION

5.4.0

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:10a267c67f423630f3afe5e04bbbc93d578861ddcc54283526222f3ad5e895b9 - 40.33% (50.1 MB)

[#001] sha256:8f004acd9be75e1fe6015c3db9e3d4b944628025bfd5e4f95e5b00484b8597b9 - 0.0% (4.28 KB)

[#002] sha256:e52b88e93cfb7062d1b4273a0bb4a65732727df3f510595623e1c190f4aa5ea2 - 17.19% (21.4 MB)

[#003] sha256:9f704e3534272f4a0768eaf9a5d1fa0102c2e253a6e948a2175c2c36acfca962 - 0.63% (800 KB)

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

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

[#006] sha256:70a2cb1666626c07e11b8d5b42a86b9fd28da135d18f207c5dc7b9a426f49ef7 - 0.0% (224 Bytes)

[#007] sha256:5f30dea7f99df182eded0056bf4fe8c5f9813727af0e7278574ce605e6e5a3a5 - 41.85% (52 MB)

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


History
2017-05-08 23:28:14 UTC

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

2017-05-08 23:28:15 UTC

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

2017-05-09 17:23:06 UTC

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

2017-05-09 17:25:08 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-05-09 17:25:09 UTC

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

2017-05-09 17:25:14 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-05-09 17:25:15 UTC

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

2017-05-09 17:25:17 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-05-09 17:25:20 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-05-09 17:25:22 UTC

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

2017-05-09 17:25:23 UTC

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

2017-05-09 17:25:55 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-05-09 17:25:59 UTC

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

2017-05-09 17:26:00 UTC

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

2017-05-09 17:26:00 UTC

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

2017-05-09 17:26:01 UTC

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

2017-05-09 17:26:02 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