Namespace
library
Image / Tag
kibana:5.1.2
Content Digest
sha256:96a4fa91f45b80055e2d9c14ba412e191c7a8ad54f4217e1cd8451688fba0ccd
Details
Created

2017-01-17 17:15:58 UTC

Size

108 MB

Content Digest
Environment
GOSU_VERSION

1.7

KIBANA_VERSION

5.1.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:5040bd2983909aa8896b9932438c3f1479d25ae837a5f6220242a264d0221f2d - 45.4% (49 MB)

[#001] sha256:4ed8502e84f5ddf59d41f3b25f5ab130731fa585fa7b7d3e6be8c31740dba9cc - 0.0% (4.25 KB)

[#002] sha256:90ca2be203eecc2ad84b3c10447e80d503b65cfcf83bf9666cf713c74c03bc77 - 19.13% (20.6 MB)

[#003] sha256:4cd4e8631ffa15d3d6d023ebfd37cf32a5f0476505241423df03df5f5ed71379 - 0.71% (789 KB)

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

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

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

[#007] sha256:42a14e332952b70a1139a673e867405009d57da30213fa117c14e20267057c81 - 34.74% (37.5 MB)

[#008] sha256:e9dce8591c29975c1d9f378c65cb2c6a887c4f21f21576691aff56221bbbbb6b - 0.0% (339 Bytes)


History
2017-01-16 20:35:09 UTC

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

2017-01-16 20:35:16 UTC

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

2017-01-17 17:14:20 UTC

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

2017-01-17 17:15:28 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-01-17 17:15:29 UTC

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

2017-01-17 17:15:33 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-01-17 17:15:34 UTC

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

2017-01-17 17:15:36 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-01-17 17:15:38 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-01-17 17:15:39 UTC

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

2017-01-17 17:15:39 UTC

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

2017-01-17 17:15: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

2017-01-17 17:15:57 UTC

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

2017-01-17 17:15:57 UTC

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

2017-01-17 17:15:58 UTC

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

2017-01-17 17:15:58 UTC

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

2017-01-17 17:15:58 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