Namespace
library
Image / Tag
kibana:4.5.3
Content Digest
sha256:53aef5e425b1e2c719d3dc65d1f7bbf41930dfc8193d70283ce1ad3ca9050d88
Details
Created

2016-07-29 17:10:39 UTC

Size

97.7 MB

Content Digest
Environment
GOSU_VERSION

1.7

KIBANA_MAJOR

4.5

KIBANA_VERSION

4.5.3

PATH

/opt/kibana/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TINI_VERSION

v0.9.0


Layers

[#000] sha256:357ea8c3d80bc25792e010facfc98aee5972ebc47e290eb0d5aea3671a901cab - 50.16% (49 MB)

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

[#002] sha256:aa9e96f4d5f4017dc61ad3cdf78e1e5b415133f845b9865daaeed5249daefb5b - 16.22% (15.8 MB)

[#003] sha256:393684003c1e72fc5c22cbca43f3cf6e0a83211330aab16cc94f6cbb241a7c99 - 0.79% (789 KB)

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

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

[#006] sha256:0fad8fa782fdd35f3e2b191356667d6713192b9cccc510eba43b034e2a5a3f8a - 0.0% (222 Bytes)

[#007] sha256:de9374ae6d43d0c3a5b2d9caa6e0932a5f35dbbb214278b9d65965176a10e0c4 - 32.82% (32 MB)

[#008] sha256:3bab9bf1c98f8f3e2a1b7cef342bf2ed399988f9dff4e12190fe47c4303f6e6e - 0.0% (344 Bytes)


History
2016-07-28 17:47:54 UTC

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

2016-07-28 17:47:55 UTC

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

2016-07-29 17:05:13 UTC

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

2016-07-29 17:06:16 UTC

/bin/sh -c apt-get update && apt-get install -y ca-certificates wget --no-install-recommends && rm -rf /var/lib/apt/lists/*

2016-07-29 17:06:17 UTC

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

2016-07-29 17:06:22 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-07-29 17:06:23 UTC

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

2016-07-29 17:06:27 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-07-29 17:07:30 UTC

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

2016-07-29 17:09:26 UTC

/bin/sh -c #(nop) ENV KIBANA_MAJOR=4.5

2016-07-29 17:09:27 UTC

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

2016-07-29 17:09:29 UTC

/bin/sh -c echo "deb http://packages.elastic.co/kibana/${KIBANA_MAJOR}/debian stable main" > /etc/apt/sources.list.d/kibana.list

2016-07-29 17:10:35 UTC

/bin/sh -c set -x && apt-get update && apt-get install -y --no-install-recommends kibana=$KIBANA_VERSION && chown -R kibana:kibana /opt/kibana && rm -rf /var/lib/apt/lists/* && sed -ri "s!^(\#\s*)?(elasticsearch\.url:).*!\2 'http://elasticsearch:9200'!" /opt/kibana/config/kibana.yml && grep -q 'elasticsearch:9200' /opt/kibana/config/kibana.yml

2016-07-29 17:10:36 UTC

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

2016-07-29 17:10:37 UTC

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

2016-07-29 17:10:38 UTC

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

2016-07-29 17:10:39 UTC

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

2016-07-29 17:10:39 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