2022-05-10 17:27:00 UTC
76.2 MB
/etc/ssl/certs/ca-certificates.crt
DEBIAN_FRONTENDnoninteractive
LANGC.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:1fe172e4850f03bb45d41a20174112bc119fbfec42a650edbbd8491aee32e3c3 - 39.29% (29.9 MB)
[#001] sha256:e43f79377fbfd1e1c46afbbdc40bb2f262d2559c2c4df08297f244acdb432562 - 8.04% (6.12 MB)
[#002] sha256:7c2d63fcd6b0070ba7ab58c1ffc4167dcd285bacfde7033cdac2f448aed17e6a - 52.67% (40.1 MB)
[#003] sha256:24de3a52c66ba823c3aa05a56c1b2396eb43146c820030d252a65cf1149c9c20 - 0.0% (2.75 KB)
/bin/sh -c #(nop) ADD file:8b1e79f91081eb527b455431af58e823d8b84d9d0c8e5c47cb7bda7507954ae4 in /
2022-04-20 04:43:27 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-05-09 13:40:09 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8 DEBIAN_FRONTEND=noninteractive CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt S6_BEHAVIOUR_IF_STAGE2_FAILS=2 S6_CMD_WAIT_FOR_SERVICES=1
2022-05-09 13:40:10 UTC/bin/bash -o pipefail -c #(nop) SHELL [/bin/bash -o pipefail -c]
2022-05-09 13:40:11 UTC/bin/bash -o pipefail -c #(nop) ARG BASHIO_VERSION TEMPIO_VERSION S6_OVERLAY_VERSION
2022-05-09 13:40:12 UTC/bin/bash -o pipefail -c #(nop) WORKDIR /usr/src
2022-05-09 13:40:13 UTC/bin/bash -o pipefail -c #(nop) ARG BUILD_ARCH
2022-05-09 13:40:22 UTC|4 BASHIO_VERSION=0.14.3 BUILD_ARCH=amd64 S6_OVERLAY_VERSION=2.1.0.2 TEMPIO_VERSION=2021.09.0 /bin/bash -o pipefail -c set -x && apt-get update && apt-get install -y --no-install-recommends bash jq tzdata curl ca-certificates && mkdir -p /usr/share/man/man1 && 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 && 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 && 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 && rm -rf /var/lib/apt/lists/* && rm -rf /usr/src/*
2022-05-09 13:40:22 UTC/bin/bash -o pipefail -c #(nop) WORKDIR /
2022-05-09 13:40:23 UTC/bin/bash -o pipefail -c #(nop) ENTRYPOINT ["/init"]
2022-05-09 13:40:24 UTC/bin/bash -o pipefail -c #(nop) LABEL io.hass.arch=amd64
2022-05-09 13:40:25 UTC/bin/bash -o pipefail -c #(nop) LABEL io.hass.base.arch=amd64
2022-05-09 13:40:26 UTC/bin/bash -o pipefail -c #(nop) LABEL io.hass.base.image=debian:bullseye-slim
2022-05-09 13:40:27 UTC/bin/bash -o pipefail -c #(nop) LABEL io.hass.base.name=debian
2022-05-09 13:40:28 UTC/bin/bash -o pipefail -c #(nop) LABEL io.hass.base.version=2022.05.0
2022-05-09 13:40:29 UTC/bin/bash -o pipefail -c #(nop) LABEL io.hass.type=base
2022-05-09 13:40:30 UTC/bin/bash -o pipefail -c #(nop) LABEL io.hass.version=2022.05.0
2022-05-09 13:40:31 UTC/bin/bash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2022-05-09 13:40:04+00:00
2022-05-09 13:40:32 UTC/bin/bash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/docker-base
2022-05-09 13:40:33 UTC/bin/bash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2022.05.0
2022-05-10 17:25:03 UTC/bin/bash -o pipefail -c #(nop) WORKDIR /usr/src
2022-05-10 17:25:04 UTC/bin/bash -o pipefail -c #(nop) ARG MOSQUITTO_AUTH_VERSION
2022-05-10 17:26:51 UTC|1 MOSQUITTO_AUTH_VERSION=1.8.2 /bin/bash -o pipefail -c apt-get update && apt-get install -qy --no-install-recommends mosquitto nginx pwgen build-essential git mosquitto-dev libmosquitto-dev openssl libssl-dev golang-go && git clone --depth 1 -b "${MOSQUITTO_AUTH_VERSION}" https://github.com/iegomez/mosquitto-go-auth && cd mosquitto-go-auth && sed -i 's/-I\/usr\/local\/include/-I\/usr\/include/' Makefile && sed -i 's/LDFLAGS := .*$/& -Wl,-unresolved-symbols=ignore-all/' Makefile && make && mkdir -p /usr/share/mosquitto && cp -f go-auth.so /usr/share/mosquitto && cp -f pw /usr/local/bin && apt-get purge -y --auto-remove build-essential git mosquitto-dev libmosquitto-dev libssl-dev golang-go && apt-get clean && rm -fr /etc/logrotate.d /etc/mosquitto/* /etc/nginx/* /usr/share/nginx /usr/src/mosquitto-go-auth /var/lib/nginx/html /var/www /var/lib/apt/lists/* /root/.cache /root/go
2022-05-10 17:26:52 UTC/bin/bash -o pipefail -c #(nop) COPY dir:d33ec58112b94dcbb58ea62821836eaa40a83c50b7623b4fcc34ca43fc8e55c8 in /
2022-05-10 17:26:52 UTC/bin/bash -o pipefail -c #(nop) WORKDIR /
2022-05-10 17:26:53 UTC/bin/bash -o pipefail -c #(nop) LABEL io.hass.arch=amd64
2022-05-10 17:26:54 UTC/bin/bash -o pipefail -c #(nop) LABEL io.hass.description=An Open Source MQTT broker
2022-05-10 17:26:55 UTC/bin/bash -o pipefail -c #(nop) LABEL io.hass.name=Mosquitto broker
2022-05-10 17:26:56 UTC/bin/bash -o pipefail -c #(nop) LABEL io.hass.type=addon
2022-05-10 17:26:57 UTC/bin/bash -o pipefail -c #(nop) LABEL io.hass.url=https://github.com/home-assistant/hassio-addons/tree/master/mosquitto
2022-05-10 17:26:58 UTC/bin/bash -o pipefail -c #(nop) LABEL io.hass.version=6.1.2
2022-05-10 17:26:59 UTC/bin/bash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2022-05-10 17:24:59+00:00
2022-05-10 17:27:00 UTC/bin/bash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=6.1.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.