Namespace
library
Image / Tag
kibana:4.4
Content Digest
sha256:b3946fecb614f91da5dd4c46f188e3781b2fee7359061456caaf927cfd4f02ce
Details
Created

2016-11-08 20:30:11 UTC

Size

97.1 MB

Content Digest
Environment
GOSU_VERSION

1.7

KIBANA_MAJOR

4.4

KIBANA_VERSION

4.4.2

PATH

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

TINI_VERSION

v0.9.0


Layers

[#000] sha256:386a066cd84a33a04d560c42bef66d1dd64ebfc76de78550e5fd0f8d57778bca - 50.43% (49 MB)

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

[#002] sha256:2de1cfe1cd2cb88c381e93b0569ee34ca94fc0e7032e0b5c67adc417f741e818 - 16.31% (15.8 MB)

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

[#004] sha256:187da68d251f12d97b559ab0343905585ace71c28108616950405a6e2df262e4 - 0.01% (6.95 KB)

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

[#006] sha256:89ac106672b0ed253fe09bad90f7fcb0b032517982461bdb1be8fc215ad20700 - 0.0% (220 Bytes)

[#007] sha256:b0dc51720296b1ad50f3cf8aff614141bad7d8babfdc2521b2b11b1c753a8e86 - 32.45% (31.5 MB)

[#008] sha256:689fa4bc516df01edbf8229e52aff31ad428b1cc8de956898d480d47d1367b38 - 0.0% (342 Bytes)


History
2016-11-07 20:30:25 UTC

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

2016-11-07 20:30:26 UTC

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

2016-11-08 20:25:19 UTC

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

2016-11-08 20:25:31 UTC

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

2016-11-08 20:25:31 UTC

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

2016-11-08 20:25:37 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-11-08 20:25:37 UTC

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

2016-11-08 20:25:41 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-11-08 20:25:42 UTC

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

2016-11-08 20:29:51 UTC

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

2016-11-08 20:29:51 UTC

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

2016-11-08 20:29:52 UTC

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

2016-11-08 20:30:09 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-11-08 20:30:10 UTC

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

2016-11-08 20:30:10 UTC

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

2016-11-08 20:30:10 UTC

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

2016-11-08 20:30:11 UTC

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

2016-11-08 20:30:11 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