2016-10-21 20:25:23 UTC
98.3 MB
1.7
KIBANA_MAJOR4.6
KIBANA_VERSION4.6.1
PATH/opt/kibana/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TINI_VERSIONv0.9.0
[#000] sha256:43c265008fae5d1f3cbee0dac9697235320b174d85acbed002a4fe44236adec0 - 49.83% (49 MB)
[#001] sha256:592250a6a44e451dc6758866fd7297c68832c948512fcde20e436abc26b97d0a - 0.0% (4.24 KB)
[#002] sha256:48f949e3abf8f4ec8b1211b1869fe813836de1919804b13d75c4c8b2f6cda52f - 16.12% (15.8 MB)
[#003] sha256:714b8576c69186a82a15156cac702a0f773a50ac0c5c78bda4ba2e4c24adad3d - 0.78% (789 KB)
[#004] sha256:fc26209b04278303b61ce61c61aba5181e98d76361afe71ddbda3e88d17ce59e - 0.01% (6.96 KB)
[#005] sha256:ab742c8240cb823a6e4750d2a2dbd3ce7f559dfadf08df8b75d197d99bc731bb - 0.0% (1.41 KB)
[#006] sha256:e4aebcd01d66b6ce3d27676f237251639250e47ec2996a2552cd958225edc6ae - 0.0% (221 Bytes)
[#007] sha256:d8cc4ee3c0a425e6e7acbbcf926f525a3d253c1ec3b9dbdeb37b6dad89f92b34 - 33.26% (32.7 MB)
[#008] sha256:afd2dca21d2f2ef92938941cc1b7ef979241a3999186ae614663210da9c5f1a4 - 0.0% (344 Bytes)
/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:24:51 UTC/bin/sh -c apt-get update && apt-get install -y ca-certificates wget --no-install-recommends && rm -rf /var/lib/apt/lists/*
2016-10-21 20:24:52 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.7
2016-10-21 20:24:57 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:24:57 UTC/bin/sh -c #(nop) ENV TINI_VERSION=v0.9.0
2016-10-21 20:25:00 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:25:02 UTC/bin/sh -c apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 46095ACC8548582C1A2699A9D27D666CD88E42B4
2016-10-21 20:25:02 UTC/bin/sh -c #(nop) ENV KIBANA_MAJOR=4.6
2016-10-21 20:25:02 UTC/bin/sh -c #(nop) ENV KIBANA_VERSION=4.6.1
2016-10-21 20:25:03 UTC/bin/sh -c echo "deb http://packages.elastic.co/kibana/${KIBANA_MAJOR}/debian stable main" > /etc/apt/sources.list.d/kibana.list
2016-10-21 20:25:21 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-10-21 20:25:21 UTC/bin/sh -c #(nop) ENV PATH=/opt/kibana/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2016-10-21 20:25:22 UTC/bin/sh -c #(nop) COPY file:1afe35294cf65766b0d19e7df5bfc671213b2d4cffe59decdc1cb601f7387d43 in /
2016-10-21 20:25:22 UTC/bin/sh -c #(nop) EXPOSE 5601/tcp
2016-10-21 20:25:23 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2016-10-21 20:25:23 UTC/bin/sh -c #(nop) CMD ["kibana"]
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.