Namespace
library
Image / Tag
kibana:5.0.0-rc1
Content Digest
sha256:4dd495e1181196b49f855b6d4c68758637d181ca2ab9b61c20da69ef5b9ac95b
Details
Created

2016-10-21 20:31:49 UTC

Size

105 MB

Content Digest
Environment
GOSU_VERSION

1.7

KIBANA_MAJOR

5.0

KIBANA_VERSION

5.0.0-rc1

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:43c265008fae5d1f3cbee0dac9697235320b174d85acbed002a4fe44236adec0 - 46.52% (49 MB)

[#001] sha256:592250a6a44e451dc6758866fd7297c68832c948512fcde20e436abc26b97d0a - 0.0% (4.24 KB)

[#002] sha256:0ce46c41cb89fa517ea63261714602a80f830a3c2593a97aaed7bb763db48926 - 16.72% (17.6 MB)

[#003] sha256:799f25bf4f577d35af4ed511b435a6a4a08a7add762bf7456bfbffc9d0f18118 - 0.73% (789 KB)

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

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

[#006] sha256:b566b1d8464d61120721e379c558f0b1d78d7888a6167e5750f84442d1574def - 0.0% (234 Bytes)

[#007] sha256:40feebc68f0e3571a0ddf065ba187799abd23275bdaf2d7570fd356324a229b9 - 36.01% (37.9 MB)

[#008] sha256:413efbde568caad55e9dca1717c2b04eff01b5648bcfad7e40282582700498a6 - 0.0% (338 Bytes)


History
2016-10-21 16:22:34 UTC

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

2016-10-21 16:22:34 UTC

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

2016-10-21 20:24:38 UTC

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

2016-10-21 20:31:11 UTC

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

2016-10-21 20:31:11 UTC

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

2016-10-21 20:31:23 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-10-21 20:31:23 UTC

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

2016-10-21 20:31:26 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-10-21 20:31:28 UTC

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

2016-10-21 20:31:28 UTC

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

2016-10-21 20:31:29 UTC

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

2016-10-21 20:31:29 UTC

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

2016-10-21 20:31:47 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

2016-10-21 20:31:48 UTC

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

2016-10-21 20:31:48 UTC

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

2016-10-21 20:31:49 UTC

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

2016-10-21 20:31:49 UTC

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

2016-10-21 20:31:49 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