2021-02-25 11:58:29 UTC
28.2 MB
C.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
S6_BEHAVIOUR_IF_STAGE2_FAILS2
S6_CMD_WAIT_FOR_SERVICES1
[#000] sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d - 9.46% (2.67 MB)
[#001] sha256:e30de210d236fbe1f4feb8098ad7800a89b3905caab769fba14ebaa1d5c7a668 - 0.0% (109 Bytes)
[#002] sha256:e753a378dd3dc5eb0ef1e89e2feebe9bcae244df26c7bdfb2dc4128983e7409d - 82.13% (23.1 MB)
[#003] sha256:cd898793046a33aaa0e9f747dec8fc61d01d314f09257ba06adae06e3bcb3fcc - 8.39% (2.36 MB)
[#004] sha256:557c8e8264ad02e5ca0da7a15502a54f01b9b39618d4d9de18f560771a006c21 - 0.01% (1.85 KB)
[#005] sha256:2aa751cc840ecc5cc25281e1eb4b6f920b17b40dca24e328df69bbc7e4f9b484 - 0.0% (1.29 KB)
[#006] sha256:f2a01630538697a8a7acd3bbe5f56ceee7547c32e82faca4634c779dd5765fe9 - 0.0% (495 Bytes)
/bin/sh -c #(nop) ADD file:66a440394c2442570f1f060e25c86613cb2d88a8af0c71c5a4154b3570e9a805 in /
2020-04-24 01:05:21 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-04-28 13:48:27 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8 S6_BEHAVIOUR_IF_STAGE2_FAILS=2 S6_CMD_WAIT_FOR_SERVICES=1
2020-04-28 13:48:28 UTC/bin/ash -o pipefail -c #(nop) SHELL [/bin/ash -o pipefail -c]
2021-02-02 14:54:59 UTC/bin/ash -o pipefail -c #(nop) ARG BASHIO_VERSION=0.12.1
2021-02-02 14:54:59 UTC/bin/ash -o pipefail -c #(nop) ARG TEMPIO_VERSION=2021.01.0
2021-02-02 14:55:00 UTC/bin/ash -o pipefail -c #(nop) ARG S6_OVERLAY_VERSION=2.1.0.2
2021-02-02 14:55:01 UTC/bin/ash -o pipefail -c #(nop) ARG JEMALLOC_VERSION=5.2.1
2021-02-02 14:55:02 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src
2021-02-02 14:55:03 UTC/bin/ash -o pipefail -c #(nop) ARG BUILD_ARCH
2021-02-02 14:56:59 UTC|5 BASHIO_VERSION=0.12.1 BUILD_ARCH=amd64 JEMALLOC_VERSION=5.2.1 S6_OVERLAY_VERSION=2.1.0.2 TEMPIO_VERSION=2021.01.0 /bin/ash -o pipefail -c set -x && apk add --no-cache bash bind-tools ca-certificates curl jq tzdata && apk add --no-cache --virtual .build-deps build-base && curl -L -f -s "https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-amd64.tar.gz" | tar zxvf - -C / && mkdir -p /etc/fix-attrs.d && mkdir -p /etc/services.d && curl -L -f -s "https://github.com/jemalloc/jemalloc/releases/download/${JEMALLOC_VERSION}/jemalloc-${JEMALLOC_VERSION}.tar.bz2" | tar -xjf - -C /usr/src && cd /usr/src/jemalloc-${JEMALLOC_VERSION} && ./configure && make && make install && mkdir -p /usr/src/bashio && curl -L -f -s "https://github.com/hassio-addons/bashio/archive/v${BASHIO_VERSION}.tar.gz" | tar -xzf - --strip 1 -C /usr/src/bashio && mv /usr/src/bashio/lib /usr/lib/bashio && ln -s /usr/lib/bashio/bashio /usr/bin/bashio && curl -L -f -s -o /usr/bin/tempio "https://github.com/home-assistant/tempio/releases/download/${TEMPIO_VERSION}/tempio_${BUILD_ARCH}" && chmod a+x /usr/bin/tempio && apk del .build-deps && rm -rf /usr/src/*
2021-02-02 14:57:00 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /
2021-02-02 14:57:01 UTC/bin/ash -o pipefail -c #(nop) ENTRYPOINT ["/init"]
2021-02-02 14:57:02 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=amd64
2021-02-02 14:57:03 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.image=homeassistant/{arch}-base
2021-02-02 14:57:04 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.name=alpine
2021-02-02 14:57:05 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.version=2021.02.0
2021-02-02 14:57:06 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=base
2021-02-02 14:57:07 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=3.10
2021-02-25 11:58:12 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src
2021-02-25 11:58:13 UTC/bin/ash -o pipefail -c #(nop) ARG MOSQUITTO_AUTH_VERSION
2021-02-25 11:58:18 UTC|1 MOSQUITTO_AUTH_VERSION=0.1.4 /bin/ash -o pipefail -c apk add --no-cache curl mosquitto musl openssl pwgen socat && apk add --no-cache --virtual .build-dependencies build-base curl-dev git mosquitto-dev openssl-dev && git clone --depth 1 -b "${MOSQUITTO_AUTH_VERSION}" https://github.com/pvizeli/mosquitto-auth-plug && cd mosquitto-auth-plug && cp config.mk.in config.mk && make && mkdir -p /usr/share/mosquitto && cp -f auth-plug.so /usr/share/mosquitto && apk del .build-dependencies && rm -fr /usr/src/mosquitto-auth-plug
2021-02-25 11:58:20 UTC/bin/ash -o pipefail -c #(nop) COPY file:3ef8ca16398c439d8544a6647e99d80729f7973b9b033a4e9e337790165194e4 in /
2021-02-25 11:58:21 UTC/bin/ash -o pipefail -c #(nop) COPY file:a11ddb49f63fd4493a090b100b34cf22cce40b893bc3e7cb61ff71a8a115a122 in /bin/
2021-02-25 11:58:22 UTC/bin/ash -o pipefail -c #(nop) COPY file:2b2ea5fc56ab02407643db0b9bfa028bf64bacf9a396e60435222832b5eb4efc in /etc/
2021-02-25 11:58:22 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /
2021-02-25 11:58:23 UTC/bin/ash -o pipefail -c #(nop) CMD ["/run.sh"]
2021-02-25 11:58:24 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=amd64
2021-02-25 11:58:25 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.description=An Open Source MQTT broker
2021-02-25 11:58:26 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.name=Mosquitto broker
2021-02-25 11:58:27 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=addon
2021-02-25 11:58:28 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.url=https://github.com/home-assistant/hassio-addons/tree/master/mosquitto
2021-02-25 11:58:29 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=5.1.1
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.