2021-05-19 10:09:54 UTC
26.8 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:540db60ca9383eac9e418f78490994d0af424aab7bf6d0e47ac8ed4e2e9bcbba - 9.99% (2.68 MB)
[#001] sha256:5410ef35c7ab12ddaa1090df5fac5dc4ba8be6c003342a4e2fb4a3256ecf8558 - 0.0% (108 Bytes)
[#002] sha256:eebec9a33904f7ea3b2f264384e9572a0eb293d2fbcd542f5887eca279a0ba49 - 86.22% (23.1 MB)
[#003] sha256:809b3e65ace86a6d15f7bd4c66661296ea8a8f0ed63c4601ea3baf0e396ac344 - 3.78% (1.02 MB)
[#004] sha256:571a0d5928c756ef98b3a38af00cd80308d985921fc68b10039cbd38a4d9ec87 - 0.01% (2.71 KB)
/bin/sh -c #(nop) ADD file:8ec69d882e7f29f0652d537557160e638168550f738d0d49f90a7ef96bf31787 in /
2021-04-14 19:19:39 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-04-15 08:13:08 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8 S6_BEHAVIOUR_IF_STAGE2_FAILS=2 S6_CMD_WAIT_FOR_SERVICES=1
2021-04-15 08:13:09 UTC/bin/ash -o pipefail -c #(nop) SHELL [/bin/ash -o pipefail -c]
2021-04-28 11:36:25 UTC/bin/ash -o pipefail -c #(nop) ARG BASHIO_VERSION TEMPIO_VERSION S6_OVERLAY_VERSION JEMALLOC_VERSION
2021-04-28 11:36:25 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src
2021-04-28 11:36:26 UTC/bin/ash -o pipefail -c #(nop) ARG BUILD_ARCH
2021-04-28 11:37:56 UTC|5 BASHIO_VERSION=0.13.0 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 autoconf git && if [ "${BUILD_ARCH}" = "armv7" ]; then export S6_ARCH="arm"; elif [ "${BUILD_ARCH}" = "i386" ]; then export S6_ARCH="x86"; else export S6_ARCH="${BUILD_ARCH}"; fi && curl -L -f -s "https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-${S6_ARCH}.tar.gz" | tar zxvf - -C / && mkdir -p /etc/fix-attrs.d && mkdir -p /etc/services.d && git clone "https://github.com/jemalloc/jemalloc" /usr/src/jemalloc && cd /usr/src/jemalloc && git checkout ${JEMALLOC_VERSION} && ./autogen.sh && make -j "$(nproc)" && 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-04-28 11:37:57 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /
2021-04-28 11:37:57 UTC/bin/ash -o pipefail -c #(nop) ENTRYPOINT ["/init"]
2021-04-28 11:37:58 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=amd64
2021-04-28 11:37:59 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.arch=amd64
2021-04-28 11:38:00 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.image=alpine:3.13
2021-04-28 11:38:01 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.name=alpine
2021-04-28 11:38:02 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.version=2021.04.1
2021-04-28 11:38:03 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=base
2021-04-28 11:38:04 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.04.1
2021-04-28 11:38:05 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-04-28 11:36:24+00:00
2021-04-28 11:38:06 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/docker-base
2021-04-28 11:38:07 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.04.1
2021-05-19 06:32:43 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src
2021-05-19 06:32:44 UTC/bin/ash -o pipefail -c #(nop) ARG MOSQUITTO_AUTH_VERSION
2021-05-19 06:32:50 UTC|1 MOSQUITTO_AUTH_VERSION=0.1.5 /bin/ash -o pipefail -c apk add --no-cache mosquitto nginx pwgen && 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 && cp -f np /usr/local/bin && apk del --no-cache .build-dependencies && rm -fr /etc/logrotate.d /etc/mosquitto/* /etc/nginx/* /usr/share/nginx /usr/src/mosquitto-auth-plug /var/lib/nginx/html /var/www
2021-05-19 10:09:46 UTC/bin/ash -o pipefail -c #(nop) COPY dir:906f818084d9bea02d2e030128365c4207afe8a97dfd5940fa8ac0c49554342c in /
2021-05-19 10:09:46 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /
2021-05-19 10:09:47 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=amd64
2021-05-19 10:09:48 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.description=An Open Source MQTT broker
2021-05-19 10:09:49 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.name=Mosquitto broker
2021-05-19 10:09:50 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=addon
2021-05-19 10:09:51 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.url=https://github.com/home-assistant/hassio-addons/tree/master/mosquitto
2021-05-19 10:09:52 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=6.0.1
2021-05-19 10:09:53 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-05-19 10:09:42+00:00
2021-05-19 10:09:54 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=6.0.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.