2022-05-03 17:51:19 UTC
82.7 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:5eb5b503b37671af16371272f9c5313a3e82f1d0756e14506704489ad9900803 - 36.19% (29.9 MB)
[#001] sha256:1e3fa5ff5951ec4354b13870b959e3b1c8705feddd1916f6cfde4496a3df4658 - 7.65% (6.32 MB)
[#002] sha256:a7196407e3cceeae45f6fbda761962b9b1d9026bdcefceac2e954817b1eafc0f - 56.16% (46.4 MB)
[#003] sha256:a6ffd8e06e0d9e21ef99d7cdf3b718aa24979ee784177bb983b3a95855322bd6 - 0.0% (2.73 KB)
/bin/sh -c #(nop) ADD file:90495c24c897ec47982e200f732f8be3109fcd791691ddffae0756898f91024f in /
2022-01-26 01:40:36 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-02-08 08:38: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-02-08 08:38:10 UTC/bin/bash -o pipefail -c #(nop) SHELL [/bin/bash -o pipefail -c]
2022-02-08 08:38:11 UTC/bin/bash -o pipefail -c #(nop) ARG BASHIO_VERSION TEMPIO_VERSION S6_OVERLAY_VERSION
2022-02-08 08:38:12 UTC/bin/bash -o pipefail -c #(nop) WORKDIR /usr/src
2022-02-08 08:38:13 UTC/bin/bash -o pipefail -c #(nop) ARG BUILD_ARCH
2022-02-08 08:38: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-02-08 08:38:22 UTC/bin/bash -o pipefail -c #(nop) WORKDIR /
2022-02-08 08:38:23 UTC/bin/bash -o pipefail -c #(nop) ENTRYPOINT ["/init"]
2022-02-08 08:38:24 UTC/bin/bash -o pipefail -c #(nop) LABEL io.hass.arch=amd64
2022-02-08 08:38:25 UTC/bin/bash -o pipefail -c #(nop) LABEL io.hass.base.arch=amd64
2022-02-08 08:38:26 UTC/bin/bash -o pipefail -c #(nop) LABEL io.hass.base.image=debian:bullseye-slim
2022-02-08 08:38:27 UTC/bin/bash -o pipefail -c #(nop) LABEL io.hass.base.name=debian
2022-02-08 08:38:28 UTC/bin/bash -o pipefail -c #(nop) LABEL io.hass.base.version=2022.02.0
2022-02-08 08:38:29 UTC/bin/bash -o pipefail -c #(nop) LABEL io.hass.type=base
2022-02-08 08:38:30 UTC/bin/bash -o pipefail -c #(nop) LABEL io.hass.version=2022.02.0
2022-02-08 08:38:31 UTC/bin/bash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2022-02-08 08:38:06+00:00
2022-02-08 08:38:32 UTC/bin/bash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/docker-base
2022-02-08 08:38:33 UTC/bin/bash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2022.02.0
2022-05-03 17:49:04 UTC/bin/bash -o pipefail -c #(nop) WORKDIR /usr/src
2022-05-03 17:49:05 UTC/bin/bash -o pipefail -c #(nop) ARG MOSQUITTO_AUTH_VERSION
2022-05-03 17:51:09 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 openssl 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-03 17:51:11 UTC/bin/bash -o pipefail -c #(nop) COPY dir:b3ba50efcaef464062a9e4b208bb047dd433605dbec1167ba1e292ee0751466d in /
2022-05-03 17:51:11 UTC/bin/bash -o pipefail -c #(nop) WORKDIR /
2022-05-03 17:51:12 UTC/bin/bash -o pipefail -c #(nop) LABEL io.hass.arch=amd64
2022-05-03 17:51:13 UTC/bin/bash -o pipefail -c #(nop) LABEL io.hass.description=An Open Source MQTT broker
2022-05-03 17:51:14 UTC/bin/bash -o pipefail -c #(nop) LABEL io.hass.name=Mosquitto broker
2022-05-03 17:51:15 UTC/bin/bash -o pipefail -c #(nop) LABEL io.hass.type=addon
2022-05-03 17:51:16 UTC/bin/bash -o pipefail -c #(nop) LABEL io.hass.url=https://github.com/home-assistant/hassio-addons/tree/master/mosquitto
2022-05-03 17:51:17 UTC/bin/bash -o pipefail -c #(nop) LABEL io.hass.version=6.1.0
2022-05-03 17:51:18 UTC/bin/bash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2022-05-03 17:49:00+00:00
2022-05-03 17:51:19 UTC/bin/bash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=6.1.0
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.