2021-05-19 22:25:26 UTC
413 MB
true
PATH/usr/share/kibana/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 - 17.37% (71.7 MB)
[#001] sha256:7e4505def4adf81085a2f49d9391d06eaa419116bb22c0743dfa00f355e1de2f - 8.39% (34.7 MB)
[#002] sha256:4893855d3e57c93db592ee1fdd31fc720dccb2256a5e6478cee234592802ec8f - 0.0% (9.31 KB)
[#003] sha256:5750669c615c0d5a071077224a2e3256f0c6d5296ca7805511565fa9b45b1fc9 - 0.0% (192 Bytes)
[#004] sha256:bfa07ca947fb69ae670f2086f893b9d266b584d6826c527dd10475b41f2093fb - 3.8% (15.7 MB)
[#005] sha256:d8a9c25630fc0c708cb8ed60b4435fb1d3028b8ca9d56641a3f2c154eadac6c6 - 0.0% (8.11 KB)
[#006] sha256:65ff64e8577570296d8420326889365b56e966623b7ee11f373b01832ba8a29e - 70.39% (291 MB)
[#007] sha256:cf5e5dcbc8c12d67dde3c57138ef3697a12eb2ac9e2f0b66ae5dae61e715abc9 - 0.0% (132 Bytes)
[#008] sha256:7484317293c83b63db80f590ead714f2bcfe1c7cbed286e22f9a1df1fbf1ce3f - 0.0% (381 Bytes)
[#009] sha256:4aad2d34bc82c7b759355517bbbe11229c5e364a8987bdd9034d204e644eedaf - 0.0% (3.64 KB)
[#010] sha256:057ab9b21c2b910be2c9cff4ee0b7bc7422bc4b850a6d1be886771fe2e270b5c - 0.0% (383 Bytes)
[#011] sha256:a91138458b45a52c4607228bf0b47971f96f89bdf1d04fe9995f61ce9aa1f41a - 0.05% (192 KB)
[#012] sha256:48767df094e65936745d941a2e38071699f42d5a38d4dbcbd42dc53606341691 - 0.0% (1.81 KB)
/bin/sh -c #(nop) ADD file:bd7a2aed6ede423b719ceb2f723e4ecdfa662b28639c8429731c878e86fb138b in /
2020-12-08 00:22:52 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0 org.label-schema.name=CentOS Base Image org.label-schema.vendor=CentOS org.label-schema.license=GPLv2 org.label-schema.build-date=20201204
2020-12-08 00:22:53 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-05-19 22:24:16 UTC/bin/sh -c #(nop) EXPOSE 5601
2021-05-19 22:24:41 UTC/bin/sh -c for iter in {1..10}; do yum update --setopt=tsflags=nodocs -y && yum install --setopt=tsflags=nodocs -y fontconfig freetype shadow-utils nss && yum clean all && exit_code=0 && break || exit_code=$? && echo "yum error: retry $iter in 10s" && sleep 10; done; (exit $exit_code)
2021-05-19 22:24:43 UTC/bin/sh -c set -e ; TINI_BIN="" ; case "$(arch)" in aarch64) TINI_BIN='tini-arm64' ; ;; x86_64) TINI_BIN='tini-amd64' ; ;; *) echo >&2 "Unsupported architecture $(arch)" ; exit 1 ;; esac ; TINI_VERSION='v0.19.0' ; curl --retry 8 -S -L -O "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/${TINI_BIN}" ; curl --retry 8 -S -L -O "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/${TINI_BIN}.sha256sum" ; sha256sum -c "${TINI_BIN}.sha256sum" ; rm "${TINI_BIN}.sha256sum" ; mv "${TINI_BIN}" /bin/tini ; chmod +x /bin/tini
2021-05-19 22:24:44 UTC/bin/sh -c mkdir /usr/share/fonts/local
2021-05-19 22:24:45 UTC/bin/sh -c curl -L -o /usr/share/fonts/local/NotoSansCJK-Regular.ttc https://github.com/googlefonts/noto-cjk/raw/NotoSansV2.001/NotoSansCJK-Regular.ttc
2021-05-19 22:24:46 UTC/bin/sh -c echo "5dcd1c336cc9344cb77c03a0cd8982ca8a7dc97d620fd6c9c434e02dcb1ceeb3 /usr/share/fonts/local/NotoSansCJK-Regular.ttc" | sha256sum -c -
2021-05-19 22:24:47 UTC/bin/sh -c fc-cache -v
2021-05-19 22:25:15 UTC/bin/sh -c #(nop) COPY --chown=1000:0dir:5fe5df82808eb72e355215d6f668bf481437aff361886bb548c15a24b809dc89 in /usr/share/kibana
2021-05-19 22:25:21 UTC/bin/sh -c #(nop) WORKDIR /usr/share/kibana
2021-05-19 22:25:22 UTC/bin/sh -c ln -s /usr/share/kibana /opt/kibana
2021-05-19 22:25:22 UTC/bin/sh -c #(nop) ENV ELASTIC_CONTAINER=true
2021-05-19 22:25:22 UTC/bin/sh -c #(nop) ENV PATH=/usr/share/kibana/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-05-19 22:25:22 UTC/bin/sh -c #(nop) COPY --chown=1000:0file:eb11f9e933d42eab464a137c84e7f78cfe8f1f641eabf0e5b851a4bef6ea8419 in /usr/share/kibana/config/kibana.yml
2021-05-19 22:25:22 UTC/bin/sh -c #(nop) COPY --chown=1000:0file:2ad2d462f1afd1e3067945c2c68939f5f1f2cc80e376132b2be85a5979eee38b in /usr/local/bin/
2021-05-19 22:25:24 UTC/bin/sh -c chmod g+ws /usr/share/kibana && find /usr/share/kibana -gid 0 -and -not -perm /g+w -exec chmod g+w {} \;
2021-05-19 22:25:25 UTC/bin/sh -c find / -xdev -perm -4000 -exec chmod u-s {} +
2021-05-19 22:25:26 UTC/bin/sh -c groupadd --gid 1000 kibana && useradd --uid 1000 --gid 1000 -G 0 --home-dir /usr/share/kibana --no-create-home kibana
2021-05-19 22:25:26 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-05-19T21:19:03.114Z org.label-schema.license=Elastic License org.label-schema.name=Kibana org.label-schema.schema-version=1.0 org.label-schema.url=https://www.elastic.co/products/kibana org.label-schema.usage=https://www.elastic.co/guide/en/kibana/reference/index.html org.label-schema.vcs-ref=9863e88bd63ad546b9d36e6b0c0c55cb65dd9081 org.label-schema.vcs-url=https://github.com/elastic/kibana org.label-schema.vendor=Elastic org.label-schema.version=7.13.0 org.opencontainers.image.created=2021-05-19T21:19:03.114Z org.opencontainers.image.documentation=https://www.elastic.co/guide/en/kibana/reference/index.html org.opencontainers.image.licenses=Elastic License org.opencontainers.image.revision=9863e88bd63ad546b9d36e6b0c0c55cb65dd9081 org.opencontainers.image.source=https://github.com/elastic/kibana org.opencontainers.image.title=Kibana org.opencontainers.image.url=https://www.elastic.co/products/kibana org.opencontainers.image.vendor=Elastic org.opencontainers.image.version=7.13.0
2021-05-19 22:25:26 UTC/bin/sh -c #(nop) USER kibana
2021-05-19 22:25:26 UTC/bin/sh -c #(nop) ENTRYPOINT ["/bin/tini" "--"]
2021-05-19 22:25:26 UTC/bin/sh -c #(nop) CMD ["/usr/local/bin/kibana-docker"]
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.