Namespace
library
Image / Tag
kibana:5.3.2
Content Digest
sha256:6daa5c381553bf4707b240096f0f2b5f899b5e12e05c94a0b3e1606177175fa8
Details
Created

2017-05-01 18:22:52 UTC

Size

110 MB

Content Digest
Environment
GOSU_VERSION

1.7

KIBANA_VERSION

5.3.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:cd0a524342efac6edff500c17e625735bbe479c926439b263bbe3c8518a0849c - 45.64% (50.1 MB)

[#001] sha256:df4d610dc758e0e1ae9052920ca6e8a638697da5d9cc38b419d7a047a2a47f5f - 0.0% (4.27 KB)

[#002] sha256:53721949fb074e2d5501e598da30037ca7e7743d907816d04379885242374be3 - 19.46% (21.4 MB)

[#003] sha256:3954bd443eccabd3dd6ade7adf73857c25182f52b5f085045d5ebfb839acb221 - 0.71% (800 KB)

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

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

[#006] sha256:793f0796505462bc40f71174c119c9a2449a4942865b885de6d1be541ea0e1c4 - 0.0% (224 Bytes)

[#007] sha256:7a3a9ae6dfb1e182491c5548d4fb0da654a759f51d91392b82fc1fb080cde79d - 34.18% (37.5 MB)

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


History
2017-04-24 19:20:41 UTC

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

2017-04-24 19:20:42 UTC

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

2017-04-24 23:41:44 UTC

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

2017-04-24 23:43: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-04-24 23:43:38 UTC

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

2017-04-24 23:43: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-04-24 23:43:43 UTC

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

2017-04-24 23:43:46 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-04-24 23:43:49 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-04-24 23:43:50 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-01 18:22:30 UTC

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

2017-05-01 18:22:48 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-01 18:22:49 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-01 18:22:50 UTC

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

2017-05-01 18:22:51 UTC

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

2017-05-01 18:22:52 UTC

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

2017-05-01 18:22:52 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