2022-04-28 14:10:35 UTC
28.5 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:5758d4e389a3f662e94a85fb76143dbe338b64f8d2a65f45536a9663b05305ad - 9.44% (2.69 MB)
[#001] sha256:a020fabd7287014ec40529e06a1efb21e1fe8c933a8727d526f398492995f513 - 0.0% (108 Bytes)
[#002] sha256:e0b495e3872bf092891ffcf9c79f9c7b26521464f68cc2ce524c0c6094c479d5 - 80.62% (23 MB)
[#003] sha256:151052a118de195f2821e791cb4a4190d82fd113d1d83b2bda20ca4aaa864156 - 9.93% (2.83 MB)
[#004] sha256:8b45c5fc4003495f3283644cb1384f27430168864124eaad31f01eb47531c89a - 0.01% (2.71 KB)
/bin/sh -c #(nop) ADD file:5a707b9d6cb5fff532e4c2141bc35707593f21da5528c9e71ae2ddb6ba4a4eb6 in /
2021-11-12 17:19:58 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-11-22 16:51:52 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8 S6_BEHAVIOUR_IF_STAGE2_FAILS=2 S6_CMD_WAIT_FOR_SERVICES=1
2021-11-22 16:51:53 UTC/bin/ash -o pipefail -c #(nop) SHELL [/bin/ash -o pipefail -c]
2021-11-22 16:51:54 UTC/bin/ash -o pipefail -c #(nop) ARG BASHIO_VERSION TEMPIO_VERSION S6_OVERLAY_VERSION JEMALLOC_VERSION
2021-11-22 16:51:55 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src
2021-11-22 16:51:56 UTC/bin/ash -o pipefail -c #(nop) ARG BUILD_ARCH
2021-11-22 16:53:26 UTC|5 BASHIO_VERSION=0.14.3 BUILD_ARCH=amd64 JEMALLOC_VERSION=5.2.1 S6_OVERLAY_VERSION=2.1.0.2 TEMPIO_VERSION=2021.09.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-11-22 16:53:26 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /
2021-11-22 16:53:27 UTC/bin/ash -o pipefail -c #(nop) ENTRYPOINT ["/init"]
2021-11-22 16:53:28 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=amd64
2021-11-22 16:53:29 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.arch=amd64
2021-11-22 16:53:30 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.image=alpine:3.13
2021-11-22 16:53:31 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.name=alpine
2022-02-08 08:44:18 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.version=2022.02.0
2022-02-08 08:44:19 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=base
2022-02-08 08:44:20 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2022.02.0
2022-02-08 08:44:21 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2022-02-08 08:44:17+00:00
2022-02-08 08:44:22 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/docker-base
2022-02-08 08:44:23 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2022.02.0
2022-04-28 14:10:19 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src
2022-04-28 14:10:19 UTC/bin/ash -o pipefail -c #(nop) ARG MOSQUITTO_AUTH_VERSION
2022-04-28 14:10:25 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
2022-04-28 14:10:27 UTC/bin/ash -o pipefail -c #(nop) COPY dir:906f818084d9bea02d2e030128365c4207afe8a97dfd5940fa8ac0c49554342c in /
2022-04-28 14:10:27 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /
2022-04-28 14:10:28 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=amd64
2022-04-28 14:10:29 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.description=An Open Source MQTT broker
2022-04-28 14:10:30 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.name=Mosquitto broker
2022-04-28 14:10:31 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=addon
2022-04-28 14:10:32 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.url=https://github.com/home-assistant/hassio-addons/tree/master/mosquitto
2022-04-28 14:10:33 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=6.0.2
2022-04-28 14:10:34 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2022-04-28 14:10:14+00:00
2022-04-28 14:10:35 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=6.0.2
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.