2021-06-01 08:03:13 UTC
345 MB
C.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
S6_BEHAVIOUR_IF_STAGE2_FAILS2
S6_CMD_WAIT_FOR_SERVICES1
S6_SERVICES_GRACETIME220000
WHEELS_LINKShttps://wheels.home-assistant.io/alpine-3.12/i386/
[#000] sha256:7aa04a8f7710c18952348aa54b4346438ad013c87b6f7d476eb21ad756359bc3 - 0.77% (2.67 MB)
[#001] sha256:22b091c65e5dd360f58d2f393b82b025f42392440d5767a3a7f7eea39e196430 - 0.0% (108 Bytes)
[#002] sha256:4068794747150a783d622aa1db9c8e22c0d79d9bbb0184293b2995c4b098342d - 6.64% (22.9 MB)
[#003] sha256:19343c3d9b8a1fcbb404458f8fc3897fa067276f1e41832c0a8d3741e3baec73 - 0.0% (1.8 KB)
[#004] sha256:406c67cfb2f5ae6336ef8bbfe28e979dbd29a94ecfbdea42e70fa02efee214ca - 13.37% (46.1 MB)
[#005] sha256:050cd5a75c7315705ab192cd3dc79f00df58bebf08935b4f3d17e8cf9c1cb105 - 0.0% (235 Bytes)
[#006] sha256:aa5a8312bfd41769fb573cdda07994593904532151ee6a6ea8e88d35175c4486 - 1.15% (3.98 MB)
[#007] sha256:3ce9a0bbe2b8008ad40234417317fa24127f59f01e0b87dc14efd05abb00a89c - 1.59% (5.49 MB)
[#008] sha256:5f4acf6aae2b9e938630d2b2e329bb11d2912f414b814ac5f8b7bab31ca108b6 - 11.64% (40.1 MB)
[#009] sha256:b4676c8758d7a29e294b41e3c523de458ce19931d236be1a0295a9ddd7a93117 - 0.0% (222 Bytes)
[#010] sha256:607d8acb4689b50be67d50b6c8976d6489401f19d28dacd120664428860a2601 - 0.23% (824 KB)
[#011] sha256:b10a6c35933869720258732e1a845450deebda59df7f1e94cb535b26c8203dff - 0.21% (730 KB)
[#012] sha256:28e76ed7a351b92357365bfc32d85dd45e66562c90bd7d51ee84f560d437c168 - 0.15% (529 KB)
[#013] sha256:b78d29afb698de6600c59ac19f0721c6623faaee4fed29f331e0831c0de678a2 - 1.51% (5.19 MB)
[#014] sha256:bd3cbf64e327c1ce69367e62fcfdac659165a964dbbdf2467067cabb8f5f4f64 - 0.12% (438 KB)
[#015] sha256:2271e9f3c66437f06cca40ea2eed2b3b1230438eb61e6adc59c749cdc706ceb7 - 0.0% (9.2 KB)
[#016] sha256:54eb3d8260f835a8d965741de3602f42fbbfae19fa64a317fd233cda3b2420d0 - 1.8% (6.22 MB)
[#017] sha256:80aa612cc275039c2f788946849be0ff5aea354943fee0e847fcb138075ccc11 - 60.81% (210 MB)
[#018] sha256:ceb38c17f0791c238e3185ec336610154a38854a2095c51a765cfb4f2648a5fd - 0.0% (885 Bytes)
[#019] sha256:4e7bd965ba1e4ace5091c02aa0efbabb587594819ac25ccd392199add291b0c0 - 0.0% (95 Bytes)
/bin/sh -c #(nop) ADD file:0a694887033953f24197dedcb1098d28a4b6e539b29386f53d82262107e208fb in /
2021-04-14 18:38:36 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-04-15 08:13:25 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:26 UTC/bin/ash -o pipefail -c #(nop) SHELL [/bin/ash -o pipefail -c]
2021-04-28 11:36:21 UTC/bin/ash -o pipefail -c #(nop) ARG BASHIO_VERSION TEMPIO_VERSION S6_OVERLAY_VERSION JEMALLOC_VERSION
2021-04-28 11:36:22 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src
2021-04-28 11:36:23 UTC/bin/ash -o pipefail -c #(nop) ARG BUILD_ARCH
2021-04-28 11:37:35 UTC|5 BASHIO_VERSION=0.13.0 BUILD_ARCH=i386 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:35 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /
2021-04-28 11:37:36 UTC/bin/ash -o pipefail -c #(nop) ENTRYPOINT ["/init"]
2021-04-28 11:37:37 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=i386
2021-04-28 11:37:38 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.arch=i386
2021-04-28 11:37:39 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.image=i386/alpine:3.12
2021-04-28 11:37:40 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.name=alpine
2021-04-28 11:37:41 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.version=2021.04.1
2021-04-28 11:37:42 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=base
2021-04-28 11:37:43 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.04.1
2021-04-28 11:37:44 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-04-28 11:36:20+00:00
2021-04-28 11:37:45 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/docker-base
2021-04-28 11:37:46 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.04.1
2021-04-28 11:50:08 UTC/bin/ash -o pipefail -c #(nop) ARG PYTHON_VERSION PIP_VERSION GPG_KEY
2021-04-28 11:50:09 UTC/bin/ash -o pipefail -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-04-28 11:50:10 UTC/bin/ash -o pipefail -c #(nop) SHELL [/bin/ash -o pipefail -c]
2021-04-28 11:50:12 UTC/bin/ash -o pipefail -c #(nop) COPY multi:d00195e6e65b91677a619323874263eaf4fabd26c21c33ab237897549124e7b3 in /usr/src/
2021-04-28 12:03:42 UTC|3 GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568 PIP_VERSION=20.2.4 PYTHON_VERSION=3.8.9 /bin/ash -o pipefail -c set -ex && export PYTHON_VERSION=${PYTHON_VERSION} && apk add --no-cache --virtual .fetch-deps gnupg openssl tar xz && curl -L -o python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" && curl -L -o python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" && export GNUPGHOME="$(mktemp -d)" && echo "disable-ipv6" >> "$GNUPGHOME/dirmngr.conf" && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "${GPG_KEY}" && gpg --batch --verify python.tar.xz.asc python.tar.xz && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && rm -rf "$GNUPGHOME" python.tar.xz.asc && mkdir -p /usr/src/python && tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz && rm python.tar.xz && apk add --no-cache --virtual .build-deps patch bzip2-dev coreutils dpkg-dev dpkg expat-dev findutils build-base gdbm-dev libc-dev libffi-dev libnsl-dev openssl openssl-dev libtirpc-dev linux-headers make ncurses-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-dev xz-dev zlib-dev bluez-dev && apk del .fetch-deps && for i in /usr/src/*.patch; do patch -d /usr/src/python -p 1 < "${i}"; done && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-shared --with-lto --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" LDFLAGS="-Wl,--strip-all" CFLAGS="-fno-semantic-interposition -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" && make install && find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' | xargs -rt apk add --no-cache --virtual .python-rundeps && apk del .build-deps && find /usr/local -depth \( -type d -a \( -name test -o -name tests \) \) -exec rm -rf '{}' + && rm -rf /usr/src/python && rm -f /usr/src/*.patch
2021-04-28 12:03:43 UTC|3 GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568 PIP_VERSION=20.2.4 PYTHON_VERSION=3.8.9 /bin/ash -o pipefail -c cd /usr/local/bin && ln -s idle3 idle && ln -s pydoc3 pydoc && ln -s python3 python && ln -s python3-config python-config
2021-04-28 12:03:48 UTC|3 GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568 PIP_VERSION=20.2.4 PYTHON_VERSION=3.8.9 /bin/ash -o pipefail -c set -ex; apk add --no-cache --virtual .fetch-deps openssl; curl -L -o get-pip.py 'https://bootstrap.pypa.io/get-pip.py'; apk del .fetch-deps; python get-pip.py --disable-pip-version-check --no-cache-dir pip==${PIP_VERSION} ; pip --version; find /usr/local -depth \( -type d -a \( -name test -o -name tests \) \) -exec rm -rf '{}' +; rm -f get-pip.py
2021-04-28 12:03:49 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=i386
2021-04-28 12:03:50 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.arch=i386
2021-04-28 12:03:51 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.image=homeassistant/i386-base:3.12
2021-04-28 12:03:52 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.name=python
2021-04-28 12:03:53 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.version=2021.04.1
2021-04-28 12:03:54 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=base
2021-04-28 12:03:55 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.04.1
2021-04-28 12:03:56 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-04-28 11:50:05+00:00
2021-04-28 12:03:57 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/docker-base
2021-04-28 12:03:58 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.04.1
2021-04-28 15:11:42 UTC/bin/ash -o pipefail -c #(nop) ARG BUILD_ARCH
2021-04-28 15:11:43 UTC/bin/ash -o pipefail -c #(nop) ENV WHEELS_LINKS=https://wheels.home-assistant.io/alpine-3.12/i386/
2021-05-28 10:54:13 UTC|1 BUILD_ARCH=i386 /bin/ash -o pipefail -c apk add --no-cache bsd-compat-headers eudev eudev-libs grep libc6-compat libffi libjpeg libjpeg-turbo libpng libstdc++ musl openssl pulseaudio-alsa tiff && ln -s /usr/include/locale.h /usr/include/xlocale.h
2021-05-28 10:54:17 UTC|1 BUILD_ARCH=i386 /bin/ash -o pipefail -c apk add --no-cache bluez bluez-deprecated bluez-libs cups-libs curl ffmpeg ffmpeg-libs freetds gammu-libs git glib gmp iperf3 libexecinfo libgpiod libpcap libsodium libwebp libxml2 libxslt mariadb-connector-c mpc1 mpfr4 net-tools nmap openssh-client pianobar postgresql-libs pulseaudio-utils socat unixodbc zlib
2021-05-28 10:54:18 UTC/bin/ash -o pipefail -c #(nop) COPY file:5ec1f1d6033026d811f0f39ef4c9443769376cf09bd7bd56477afee9ac83defe in /usr/src/
2021-05-28 10:54:22 UTC|1 BUILD_ARCH=i386 /bin/ash -o pipefail -c pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links ${WHEELS_LINKS} -r /usr/src/requirements.txt && rm -f /usr/src/requirements.txt
2021-05-28 10:54:23 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src/
2021-05-28 10:54:24 UTC/bin/ash -o pipefail -c #(nop) ARG SSOCR_VERSION
2021-05-28 10:54:30 UTC|2 BUILD_ARCH=i386 SSOCR_VERSION=2.19.0 /bin/ash -o pipefail -c apk add --no-cache imlib2 && apk add --no-cache --virtual .build-dependencies build-base imlib2-dev && git clone --depth 1 -b v${SSOCR_VERSION} https://github.com/auerswal/ssocr && cd ssocr && make -j$(nproc) && make install && apk del .build-dependencies && rm -rf /usr/src/ssocr
2021-05-28 10:54:31 UTC/bin/ash -o pipefail -c #(nop) ARG ARPSCAN_VERSION
2021-05-28 10:54:42 UTC|3 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=i386 SSOCR_VERSION=2.19.0 /bin/ash -o pipefail -c apk add --no-cache libpcap && apk add --no-cache --virtual .build-dependencies autoconf automake build-base libpcap-dev && git clone --depth 1 -b ${ARPSCAN_VERSION} https://github.com/royhills/arp-scan && cd arp-scan && autoreconf --install && ./configure && make -j$(nproc) && make install && apk del .build-dependencies && rm -rf /usr/src/arp-scan
2021-05-28 10:54:43 UTC/bin/ash -o pipefail -c #(nop) ARG PICOTTS_HASH
2021-05-28 10:55:20 UTC|4 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=i386 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.19.0 /bin/ash -o pipefail -c apk add --no-cache popt && apk add --no-cache --virtual .build-dependencies automake autoconf libtool popt-dev build-base && git clone https://github.com/naggety/picotts.git pico && cd pico/pico && git reset --hard ${PICOTTS_HASH} && ./autogen.sh && ./configure --disable-static && make && make install && apk del .build-dependencies && rm -rf /usr/src/pico
2021-05-28 10:55:20 UTC/bin/ash -o pipefail -c #(nop) ARG TELLDUS_COMMIT
2021-05-28 10:55:39 UTC|5 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=i386 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.19.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /bin/ash -o pipefail -c apk add --no-cache confuse libftdi1 && apk add --no-cache --virtual .build-dependencies argp-standalone build-base cmake confuse-dev doxygen libftdi1-dev && ln -s /usr/include/libftdi1/ftdi.h /usr/include/ftdi.h && git clone https://github.com/telldus/telldus && cd telldus/telldus-core && git reset --hard ${TELLDUS_COMMIT} && sed -i "/\<sys\/socket.h\>/a \#include \<sys\/select.h\>" common/Socket_unix.cpp && cmake . -DBUILD_LIBTELLDUS-CORE=ON -DBUILD_TDADMIN=OFF -DBUILD_TDTOOL=OFF -DGENERATE_MAN=OFF -DFORCE_COMPILE_FROM_TRUNK=ON -DFTDI_LIBRARY=/usr/lib/libftdi1.so && make -j$(nproc) && make install && apk del .build-dependencies && rm -rf /usr/src/telldus
2021-05-28 10:55:41 UTC/bin/ash -o pipefail -c #(nop) COPY dir:d3b012aa374ffc6d13561f40f5e8b750928bbb8c6adbf2bb84e4fff287620fb2 in /
2021-05-28 10:55:41 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=i386
2021-05-28 10:55:42 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=homeassistant-base
2021-05-28 10:55:43 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.05.0
2021-05-28 10:55:44 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-05-28 10:54:07+00:00
2021-05-28 10:55:45 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/docker
2021-05-28 10:55:46 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.05.0
2021-05-28 12:58:15 UTC/bin/ash -o pipefail -c #(nop) ENV S6_SERVICES_GRACETIME=220000
2021-05-28 12:58:15 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src
2021-06-01 07:49:32 UTC/bin/ash -o pipefail -c #(nop) COPY dir:e9e1394fb0f62544eb12510cce368c3023f39158fb7b6bd3cc26e89984fefe9c in homeassistant/
2021-06-01 08:02:20 UTC/bin/ash -o pipefail -c pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" -r homeassistant/requirements_all.txt && pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" -e ./homeassistant && python3 -m compileall homeassistant/homeassistant
2021-06-01 08:02:25 UTC/bin/ash -o pipefail -c #(nop) COPY dir:58eb5c95832e93a5525c853ebbb5ea4de6245faa9048be9f78a4cc173ae4e65a in /
2021-06-01 08:02:29 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /config
2021-06-01 08:02:32 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=i386
2021-06-01 08:02:36 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=core
2021-06-01 08:02:40 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.7.0.dev20210601
2021-06-01 08:02:43 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.authors=The Home Assistant Authors
2021-06-01 08:02:47 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-06-01 07:49:20+00:00
2021-06-01 08:02:51 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.description=Open-source home automation platform running on Python 3
2021-06-01 08:02:54 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.documentation=https://www.home-assistant.io/docs/
2021-06-01 08:02:58 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.licenses=Apache License 2.0
2021-06-01 08:03:02 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/core
2021-06-01 08:03:05 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.title=Home Assistant
2021-06-01 08:03:09 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.url=https://www.home-assistant.io/
2021-06-01 08:03:13 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.7.0.dev20210601
2021-06-01 08:02:06 UTC
345 MB
C.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
S6_BEHAVIOUR_IF_STAGE2_FAILS2
S6_CMD_WAIT_FOR_SERVICES1
S6_SERVICES_GRACETIME220000
WHEELS_LINKShttps://wheels.home-assistant.io/alpine-3.12/amd64/
[#000] sha256:339de151aab4bc06eed8409daae147c408478cb538dacb90cc63f19ad4eba80b - 0.77% (2.67 MB)
[#001] sha256:093d9a562cf346a22596a1130a813988ec99697add7ba89214612eef36dea641 - 0.0% (109 Bytes)
[#002] sha256:f81e79eadf5c4b668d050710756a027b3f302ce96d55b70cc3231562b068cc70 - 6.69% (23.1 MB)
[#003] sha256:ddc3a021ddba84afed1dee78d82e11094ab7d424da82aac8fed94d279ad00b88 - 0.0% (1.8 KB)
[#004] sha256:553754cf70dba41e6fc6ec384bf3b3129fe948c56ff41dd46213b54f0b5a40db - 13.82% (47.7 MB)
[#005] sha256:e74d997aa0b19e66ecf3bbc1a403527bf92b7734cdc3d532d5bec6e93e2ad4b5 - 0.0% (234 Bytes)
[#006] sha256:3d0c5dba38db700ced714cf8785e4b46f8e9c7a250720ab475f9abbac3baf7de - 1.15% (3.98 MB)
[#007] sha256:3859f6ca9abcb373fd61fb35a55391e4c19e33790b6f73365089e428ac271042 - 1.5% (5.18 MB)
[#008] sha256:9def783f9c1e7158aa85a5a0fd18f2fee8a4adbcac492c823d5c2f0c16d57bf6 - 11.37% (39.3 MB)
[#009] sha256:69458582f1726ff24169facf0c18fc212dee1f8dc3ad961973c57e728e7a64ae - 0.0% (220 Bytes)
[#010] sha256:7a6bdf2fdaf33c61f30158041f07b983bc8872ed931e8b6dee1710639e9a2cf9 - 0.24% (837 KB)
[#011] sha256:b4ab983970bc9ea86ea82fd014485335d9be0e4b62bf610f038226f0d44df828 - 0.21% (728 KB)
[#012] sha256:0fbdb1bd118cfd07d6b33f3aba27a00bff03d8ff21208a3ff4aebcbfa2a76d42 - 0.15% (535 KB)
[#013] sha256:380f200507351c029d189a6244c52d18858437e090b55f7e4a75b1d2c75c564c - 1.51% (5.21 MB)
[#014] sha256:bcf42d40a69c5c1d3cef9fb1931828c9f2e92983b239b050b9add938aeaa849e - 0.12% (419 KB)
[#015] sha256:cee16ad45c10ff033be823911e5bb41bea92d9b3161ba783963fb35c253f5908 - 0.0% (9.2 KB)
[#016] sha256:865dbf743899a87d63e66195edab15468910509425f33cc2815d4123fdb61d25 - 1.8% (6.22 MB)
[#017] sha256:63ab2dcd7be1bcc7af1f4a83cb6eb561e28ef244c8dd831b43dc6a0768a6c711 - 60.68% (210 MB)
[#018] sha256:9e4e68a61c51889580ed1ef580c579699438825bcd5daa364e896f834e9b807b - 0.0% (885 Bytes)
[#019] sha256:428ad2866b3a8ca454319cb94d2fa24592b958564351638a6f624317ba41f18a - 0.0% (95 Bytes)
/bin/sh -c #(nop) ADD file:4f526aa99067d82b341f7ca538f7826b7c23a628f1b615eea2883a2d434c1b90 in /
2021-04-14 19:19:49 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-04-15 08:12:59 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:00 UTC/bin/ash -o pipefail -c #(nop) SHELL [/bin/ash -o pipefail -c]
2021-04-28 11:36:28 UTC/bin/ash -o pipefail -c #(nop) ARG BASHIO_VERSION TEMPIO_VERSION S6_OVERLAY_VERSION JEMALLOC_VERSION
2021-04-28 11:36:29 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src
2021-04-28 11:36:30 UTC/bin/ash -o pipefail -c #(nop) ARG BUILD_ARCH
2021-04-28 11:37:32 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:33 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /
2021-04-28 11:37:33 UTC/bin/ash -o pipefail -c #(nop) ENTRYPOINT ["/init"]
2021-04-28 11:37:34 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=amd64
2021-04-28 11:37:35 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.arch=amd64
2021-04-28 11:37:36 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.image=alpine:3.12
2021-04-28 11:37:37 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.name=alpine
2021-04-28 11:37:38 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.version=2021.04.1
2021-04-28 11:37:39 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=base
2021-04-28 11:37:40 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.04.1
2021-04-28 11:37:41 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-04-28 11:36:27+00:00
2021-04-28 11:37:42 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/docker-base
2021-04-28 11:37:43 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.04.1
2021-04-28 11:49:44 UTC/bin/ash -o pipefail -c #(nop) ARG PYTHON_VERSION PIP_VERSION GPG_KEY
2021-04-28 11:49:44 UTC/bin/ash -o pipefail -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-04-28 11:49:45 UTC/bin/ash -o pipefail -c #(nop) SHELL [/bin/ash -o pipefail -c]
2021-04-28 11:49:47 UTC/bin/ash -o pipefail -c #(nop) COPY multi:d00195e6e65b91677a619323874263eaf4fabd26c21c33ab237897549124e7b3 in /usr/src/
2021-04-28 12:04:07 UTC|3 GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568 PIP_VERSION=20.2.4 PYTHON_VERSION=3.8.9 /bin/ash -o pipefail -c set -ex && export PYTHON_VERSION=${PYTHON_VERSION} && apk add --no-cache --virtual .fetch-deps gnupg openssl tar xz && curl -L -o python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" && curl -L -o python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" && export GNUPGHOME="$(mktemp -d)" && echo "disable-ipv6" >> "$GNUPGHOME/dirmngr.conf" && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "${GPG_KEY}" && gpg --batch --verify python.tar.xz.asc python.tar.xz && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && rm -rf "$GNUPGHOME" python.tar.xz.asc && mkdir -p /usr/src/python && tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz && rm python.tar.xz && apk add --no-cache --virtual .build-deps patch bzip2-dev coreutils dpkg-dev dpkg expat-dev findutils build-base gdbm-dev libc-dev libffi-dev libnsl-dev openssl openssl-dev libtirpc-dev linux-headers make ncurses-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-dev xz-dev zlib-dev bluez-dev && apk del .fetch-deps && for i in /usr/src/*.patch; do patch -d /usr/src/python -p 1 < "${i}"; done && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-shared --with-lto --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" LDFLAGS="-Wl,--strip-all" CFLAGS="-fno-semantic-interposition -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" && make install && find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' | xargs -rt apk add --no-cache --virtual .python-rundeps && apk del .build-deps && find /usr/local -depth \( -type d -a \( -name test -o -name tests \) \) -exec rm -rf '{}' + && rm -rf /usr/src/python && rm -f /usr/src/*.patch
2021-04-28 12:04:07 UTC|3 GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568 PIP_VERSION=20.2.4 PYTHON_VERSION=3.8.9 /bin/ash -o pipefail -c cd /usr/local/bin && ln -s idle3 idle && ln -s pydoc3 pydoc && ln -s python3 python && ln -s python3-config python-config
2021-04-28 12:04:14 UTC|3 GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568 PIP_VERSION=20.2.4 PYTHON_VERSION=3.8.9 /bin/ash -o pipefail -c set -ex; apk add --no-cache --virtual .fetch-deps openssl; curl -L -o get-pip.py 'https://bootstrap.pypa.io/get-pip.py'; apk del .fetch-deps; python get-pip.py --disable-pip-version-check --no-cache-dir pip==${PIP_VERSION} ; pip --version; find /usr/local -depth \( -type d -a \( -name test -o -name tests \) \) -exec rm -rf '{}' +; rm -f get-pip.py
2021-04-28 12:04:14 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=amd64
2021-04-28 12:04:15 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.arch=amd64
2021-04-28 12:04:16 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.image=homeassistant/amd64-base:3.12
2021-04-28 12:04:17 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.name=python
2021-04-28 12:04:18 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.version=2021.04.1
2021-04-28 12:04:19 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=base
2021-04-28 12:04:20 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.04.1
2021-04-28 12:04:21 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-04-28 11:49:39+00:00
2021-04-28 12:04:22 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/docker-base
2021-04-28 12:04:23 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.04.1
2021-04-28 15:11:17 UTC/bin/ash -o pipefail -c #(nop) ARG BUILD_ARCH
2021-04-28 15:11:17 UTC/bin/ash -o pipefail -c #(nop) ENV WHEELS_LINKS=https://wheels.home-assistant.io/alpine-3.12/amd64/
2021-05-28 10:52:16 UTC|1 BUILD_ARCH=amd64 /bin/ash -o pipefail -c apk add --no-cache bsd-compat-headers eudev eudev-libs grep libc6-compat libffi libjpeg libjpeg-turbo libpng libstdc++ musl openssl pulseaudio-alsa tiff && ln -s /usr/include/locale.h /usr/include/xlocale.h
2021-05-28 10:52:21 UTC|1 BUILD_ARCH=amd64 /bin/ash -o pipefail -c apk add --no-cache bluez bluez-deprecated bluez-libs cups-libs curl ffmpeg ffmpeg-libs freetds gammu-libs git glib gmp iperf3 libexecinfo libgpiod libpcap libsodium libwebp libxml2 libxslt mariadb-connector-c mpc1 mpfr4 net-tools nmap openssh-client pianobar postgresql-libs pulseaudio-utils socat unixodbc zlib
2021-05-28 10:52:23 UTC/bin/ash -o pipefail -c #(nop) COPY file:5ec1f1d6033026d811f0f39ef4c9443769376cf09bd7bd56477afee9ac83defe in /usr/src/
2021-05-28 10:52:28 UTC|1 BUILD_ARCH=amd64 /bin/ash -o pipefail -c pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links ${WHEELS_LINKS} -r /usr/src/requirements.txt && rm -f /usr/src/requirements.txt
2021-05-28 10:52:29 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src/
2021-05-28 10:52:30 UTC/bin/ash -o pipefail -c #(nop) ARG SSOCR_VERSION
2021-05-28 10:52:35 UTC|2 BUILD_ARCH=amd64 SSOCR_VERSION=2.19.0 /bin/ash -o pipefail -c apk add --no-cache imlib2 && apk add --no-cache --virtual .build-dependencies build-base imlib2-dev && git clone --depth 1 -b v${SSOCR_VERSION} https://github.com/auerswal/ssocr && cd ssocr && make -j$(nproc) && make install && apk del .build-dependencies && rm -rf /usr/src/ssocr
2021-05-28 10:52:36 UTC/bin/ash -o pipefail -c #(nop) ARG ARPSCAN_VERSION
2021-05-28 10:52:46 UTC|3 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=amd64 SSOCR_VERSION=2.19.0 /bin/ash -o pipefail -c apk add --no-cache libpcap && apk add --no-cache --virtual .build-dependencies autoconf automake build-base libpcap-dev && git clone --depth 1 -b ${ARPSCAN_VERSION} https://github.com/royhills/arp-scan && cd arp-scan && autoreconf --install && ./configure && make -j$(nproc) && make install && apk del .build-dependencies && rm -rf /usr/src/arp-scan
2021-05-28 10:52:47 UTC/bin/ash -o pipefail -c #(nop) ARG PICOTTS_HASH
2021-05-28 10:53:17 UTC|4 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=amd64 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.19.0 /bin/ash -o pipefail -c apk add --no-cache popt && apk add --no-cache --virtual .build-dependencies automake autoconf libtool popt-dev build-base && git clone https://github.com/naggety/picotts.git pico && cd pico/pico && git reset --hard ${PICOTTS_HASH} && ./autogen.sh && ./configure --disable-static && make && make install && apk del .build-dependencies && rm -rf /usr/src/pico
2021-05-28 10:53:17 UTC/bin/ash -o pipefail -c #(nop) ARG TELLDUS_COMMIT
2021-05-28 10:53:33 UTC|5 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=amd64 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.19.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /bin/ash -o pipefail -c apk add --no-cache confuse libftdi1 && apk add --no-cache --virtual .build-dependencies argp-standalone build-base cmake confuse-dev doxygen libftdi1-dev && ln -s /usr/include/libftdi1/ftdi.h /usr/include/ftdi.h && git clone https://github.com/telldus/telldus && cd telldus/telldus-core && git reset --hard ${TELLDUS_COMMIT} && sed -i "/\<sys\/socket.h\>/a \#include \<sys\/select.h\>" common/Socket_unix.cpp && cmake . -DBUILD_LIBTELLDUS-CORE=ON -DBUILD_TDADMIN=OFF -DBUILD_TDTOOL=OFF -DGENERATE_MAN=OFF -DFORCE_COMPILE_FROM_TRUNK=ON -DFTDI_LIBRARY=/usr/lib/libftdi1.so && make -j$(nproc) && make install && apk del .build-dependencies && rm -rf /usr/src/telldus
2021-05-28 10:53:35 UTC/bin/ash -o pipefail -c #(nop) COPY dir:d3b012aa374ffc6d13561f40f5e8b750928bbb8c6adbf2bb84e4fff287620fb2 in /
2021-05-28 10:53:35 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=amd64
2021-05-28 10:53:36 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=homeassistant-base
2021-05-28 10:53:37 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.05.0
2021-05-28 10:53:38 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-05-28 10:52:11+00:00
2021-05-28 10:53:39 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/docker
2021-05-28 10:53:40 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.05.0
2021-05-28 12:58:28 UTC/bin/ash -o pipefail -c #(nop) ENV S6_SERVICES_GRACETIME=220000
2021-05-28 12:58:28 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src
2021-06-01 07:49:23 UTC/bin/ash -o pipefail -c #(nop) COPY dir:e9e1394fb0f62544eb12510cce368c3023f39158fb7b6bd3cc26e89984fefe9c in homeassistant/
2021-06-01 08:01:10 UTC/bin/ash -o pipefail -c pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" -r homeassistant/requirements_all.txt && pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" -e ./homeassistant && python3 -m compileall homeassistant/homeassistant
2021-06-01 08:01:16 UTC/bin/ash -o pipefail -c #(nop) COPY dir:58eb5c95832e93a5525c853ebbb5ea4de6245faa9048be9f78a4cc173ae4e65a in /
2021-06-01 08:01:20 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /config
2021-06-01 08:01:24 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=amd64
2021-06-01 08:01:28 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=core
2021-06-01 08:01:32 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.7.0.dev20210601
2021-06-01 08:01:36 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.authors=The Home Assistant Authors
2021-06-01 08:01:40 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-06-01 07:49:10+00:00
2021-06-01 08:01:44 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.description=Open-source home automation platform running on Python 3
2021-06-01 08:01:47 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.documentation=https://www.home-assistant.io/docs/
2021-06-01 08:01:51 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.licenses=Apache License 2.0
2021-06-01 08:01:55 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/core
2021-06-01 08:01:59 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.title=Home Assistant
2021-06-01 08:02:02 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.url=https://www.home-assistant.io/
2021-06-01 08:02:06 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.7.0.dev20210601
2021-06-01 08:24:11 UTC
336 MB
C.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
S6_BEHAVIOUR_IF_STAGE2_FAILS2
S6_CMD_WAIT_FOR_SERVICES1
S6_SERVICES_GRACETIME220000
WHEELS_LINKShttps://wheels.home-assistant.io/alpine-3.12/armhf/
[#000] sha256:b452d2916bdfd021add56f1eda6bdea35400671ef07b38316ef82fce92a88fee - 0.74% (2.48 MB)
[#001] sha256:093d9a562cf346a22596a1130a813988ec99697add7ba89214612eef36dea641 - 0.0% (109 Bytes)
[#002] sha256:1f783794d592f9f94ec079a225c949e4efedc56965aeccec2cfa7dcede45a929 - 6.54% (22 MB)
[#003] sha256:fbc2fd544dfb720a570132a91c407c1f5f32279a1d041a4a9caafed53d6cde36 - 0.0% (1.8 KB)
[#004] sha256:baabb3ddb197ccdc6bac2b5012992b57fbb5982a8fb51ed8cfd62cf6e1d5a751 - 13.52% (45.5 MB)
[#005] sha256:19a7bd40905c9fc1069f1c01063b25b1f7dbabb0d9260b4260ca83715dbfcfa2 - 0.0% (235 Bytes)
[#006] sha256:2290652d1a2d8372b7e0b06703f2d6f40d614c1a09389a0f068ce9c807b6f5da - 1.18% (3.98 MB)
[#007] sha256:fbd58200eec85416456438f9d6179e2f38be0decaaf676af519a25f5de0cef9c - 1.47% (4.95 MB)
[#008] sha256:9178d9f48a68217a800ae3b5a6c12fd298b960b4d27ce5db2ef58a2f4ff46ef1 - 10.59% (35.6 MB)
[#009] sha256:6f755ee3f4818c34658a9597aa20264b9ceb0ea5b005d55d7bda3991b9aa7b0d - 0.0% (221 Bytes)
[#010] sha256:fed82ec55ae9da7daece3d326f3781504a52587ad8ac4a3344b2683a82c1efca - 0.24% (814 KB)
[#011] sha256:8980a25f69eb567693caa569581fb316fb28a2a0ba0128a6b6c62184a1b3be93 - 0.2% (699 KB)
[#012] sha256:33f2b4252d1aae29e827d1f3c9e585d09510b8c04ef36c288b328d3dfd8254d6 - 0.15% (531 KB)
[#013] sha256:638051f36ed19b92bfde52cfeef6b6db1c08b582c2e74aecb4cd5230d951ca67 - 1.55% (5.21 MB)
[#014] sha256:785c6c6ea835725d9aa25a53d5aa6de4a8634ec3608980b5c36481705d4bc6ed - 0.12% (399 KB)
[#015] sha256:19fd30dfcc0042a8ec102f1794c93cbdf7ad240e2718b35a647e2c3e52154935 - 0.0% (9.2 KB)
[#016] sha256:f7e92d2bf66bfe42e578f900a5441cd6ba64df877be5eee0db8b922073ca227a - 1.85% (6.22 MB)
[#017] sha256:cc8f9425c231f0aa93155378d36aa3bc35645c8d3ff832d0790fd50dc1e1a3da - 61.85% (208 MB)
[#018] sha256:1dbeed68bcc54665802592b3cda9ea79743a6581872c06e2450a8e859544d2eb - 0.0% (884 Bytes)
[#019] sha256:d9c9c8424f2a8ef044a14b6574f3751e386e94ab2d125e129a96df5fb801a6a7 - 0.0% (95 Bytes)
/bin/sh -c #(nop) ADD file:82fa6a18d24e3f535c9061d2e111d63fe6d8a27710bb34a17b326e605ff478be in /
2021-04-14 18:49:50 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-04-15 08:13:01 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:02 UTC/bin/ash -o pipefail -c #(nop) SHELL [/bin/ash -o pipefail -c]
2021-04-28 11:36:28 UTC/bin/ash -o pipefail -c #(nop) ARG BASHIO_VERSION TEMPIO_VERSION S6_OVERLAY_VERSION JEMALLOC_VERSION
2021-04-28 11:36:29 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src
2021-04-28 11:36:30 UTC/bin/ash -o pipefail -c #(nop) ARG BUILD_ARCH
2021-04-28 11:47:02 UTC|5 BASHIO_VERSION=0.13.0 BUILD_ARCH=armhf 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:47:02 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /
2021-04-28 11:47:03 UTC/bin/ash -o pipefail -c #(nop) ENTRYPOINT ["/init"]
2021-04-28 11:47:04 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=armhf
2021-04-28 11:47:05 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.arch=armhf
2021-04-28 11:47:06 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.image=arm32v6/alpine:3.12
2021-04-28 11:47:07 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.name=alpine
2021-04-28 11:47:08 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.version=2021.04.1
2021-04-28 11:47:09 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=base
2021-04-28 11:47:10 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.04.1
2021-04-28 11:47:11 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-04-28 11:36:26+00:00
2021-04-28 11:47:12 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/docker-base
2021-04-28 11:47:13 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.04.1
2021-04-28 11:49:41 UTC/bin/ash -o pipefail -c #(nop) ARG PYTHON_VERSION PIP_VERSION GPG_KEY
2021-04-28 11:49:42 UTC/bin/ash -o pipefail -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-04-28 11:49:43 UTC/bin/ash -o pipefail -c #(nop) SHELL [/bin/ash -o pipefail -c]
2021-04-28 11:49:45 UTC/bin/ash -o pipefail -c #(nop) COPY multi:d00195e6e65b91677a619323874263eaf4fabd26c21c33ab237897549124e7b3 in /usr/src/
2021-04-28 14:24:03 UTC|3 GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568 PIP_VERSION=20.2.4 PYTHON_VERSION=3.8.9 /bin/ash -o pipefail -c set -ex && export PYTHON_VERSION=${PYTHON_VERSION} && apk add --no-cache --virtual .fetch-deps gnupg openssl tar xz && curl -L -o python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" && curl -L -o python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" && export GNUPGHOME="$(mktemp -d)" && echo "disable-ipv6" >> "$GNUPGHOME/dirmngr.conf" && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "${GPG_KEY}" && gpg --batch --verify python.tar.xz.asc python.tar.xz && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && rm -rf "$GNUPGHOME" python.tar.xz.asc && mkdir -p /usr/src/python && tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz && rm python.tar.xz && apk add --no-cache --virtual .build-deps patch bzip2-dev coreutils dpkg-dev dpkg expat-dev findutils build-base gdbm-dev libc-dev libffi-dev libnsl-dev openssl openssl-dev libtirpc-dev linux-headers make ncurses-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-dev xz-dev zlib-dev bluez-dev && apk del .fetch-deps && for i in /usr/src/*.patch; do patch -d /usr/src/python -p 1 < "${i}"; done && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-shared --with-lto --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" LDFLAGS="-Wl,--strip-all" CFLAGS="-fno-semantic-interposition -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" && make install && find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' | xargs -rt apk add --no-cache --virtual .python-rundeps && apk del .build-deps && find /usr/local -depth \( -type d -a \( -name test -o -name tests \) \) -exec rm -rf '{}' + && rm -rf /usr/src/python && rm -f /usr/src/*.patch
2021-04-28 14:24:04 UTC|3 GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568 PIP_VERSION=20.2.4 PYTHON_VERSION=3.8.9 /bin/ash -o pipefail -c cd /usr/local/bin && ln -s idle3 idle && ln -s pydoc3 pydoc && ln -s python3 python && ln -s python3-config python-config
2021-04-28 14:24:42 UTC|3 GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568 PIP_VERSION=20.2.4 PYTHON_VERSION=3.8.9 /bin/ash -o pipefail -c set -ex; apk add --no-cache --virtual .fetch-deps openssl; curl -L -o get-pip.py 'https://bootstrap.pypa.io/get-pip.py'; apk del .fetch-deps; python get-pip.py --disable-pip-version-check --no-cache-dir pip==${PIP_VERSION} ; pip --version; find /usr/local -depth \( -type d -a \( -name test -o -name tests \) \) -exec rm -rf '{}' +; rm -f get-pip.py
2021-04-28 14:24:43 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=armhf
2021-04-28 14:24:44 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.arch=armhf
2021-04-28 14:24:45 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.image=homeassistant/armhf-base:3.12
2021-04-28 14:24:46 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.name=python
2021-04-28 14:24:47 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.version=2021.04.1
2021-04-28 14:24:48 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=base
2021-04-28 14:24:49 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.04.1
2021-04-28 14:24:50 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-04-28 11:49:38+00:00
2021-04-28 14:24:51 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/docker-base
2021-04-28 14:24:52 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.04.1
2021-04-28 15:11:12 UTC/bin/ash -o pipefail -c #(nop) ARG BUILD_ARCH
2021-04-28 15:11:13 UTC/bin/ash -o pipefail -c #(nop) ENV WHEELS_LINKS=https://wheels.home-assistant.io/alpine-3.12/armhf/
2021-05-28 10:53:58 UTC|1 BUILD_ARCH=armhf /bin/ash -o pipefail -c apk add --no-cache bsd-compat-headers eudev eudev-libs grep libc6-compat libffi libjpeg libjpeg-turbo libpng libstdc++ musl openssl pulseaudio-alsa tiff && ln -s /usr/include/locale.h /usr/include/xlocale.h
2021-05-28 10:54:06 UTC|1 BUILD_ARCH=armhf /bin/ash -o pipefail -c apk add --no-cache bluez bluez-deprecated bluez-libs cups-libs curl ffmpeg ffmpeg-libs freetds gammu-libs git glib gmp iperf3 libexecinfo libgpiod libpcap libsodium libwebp libxml2 libxslt mariadb-connector-c mpc1 mpfr4 net-tools nmap openssh-client pianobar postgresql-libs pulseaudio-utils socat unixodbc zlib
2021-05-28 10:54:07 UTC/bin/ash -o pipefail -c #(nop) COPY file:5ec1f1d6033026d811f0f39ef4c9443769376cf09bd7bd56477afee9ac83defe in /usr/src/
2021-05-28 10:54:28 UTC|1 BUILD_ARCH=armhf /bin/ash -o pipefail -c pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links ${WHEELS_LINKS} -r /usr/src/requirements.txt && rm -f /usr/src/requirements.txt
2021-05-28 10:54:28 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src/
2021-05-28 10:54:29 UTC/bin/ash -o pipefail -c #(nop) ARG SSOCR_VERSION
2021-05-28 10:54:47 UTC|2 BUILD_ARCH=armhf SSOCR_VERSION=2.19.0 /bin/ash -o pipefail -c apk add --no-cache imlib2 && apk add --no-cache --virtual .build-dependencies build-base imlib2-dev && git clone --depth 1 -b v${SSOCR_VERSION} https://github.com/auerswal/ssocr && cd ssocr && make -j$(nproc) && make install && apk del .build-dependencies && rm -rf /usr/src/ssocr
2021-05-28 10:54:47 UTC/bin/ash -o pipefail -c #(nop) ARG ARPSCAN_VERSION
2021-05-28 10:56:19 UTC|3 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=armhf SSOCR_VERSION=2.19.0 /bin/ash -o pipefail -c apk add --no-cache libpcap && apk add --no-cache --virtual .build-dependencies autoconf automake build-base libpcap-dev && git clone --depth 1 -b ${ARPSCAN_VERSION} https://github.com/royhills/arp-scan && cd arp-scan && autoreconf --install && ./configure && make -j$(nproc) && make install && apk del .build-dependencies && rm -rf /usr/src/arp-scan
2021-05-28 10:56:20 UTC/bin/ash -o pipefail -c #(nop) ARG PICOTTS_HASH
2021-05-28 11:01:53 UTC|4 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=armhf PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.19.0 /bin/ash -o pipefail -c apk add --no-cache popt && apk add --no-cache --virtual .build-dependencies automake autoconf libtool popt-dev build-base && git clone https://github.com/naggety/picotts.git pico && cd pico/pico && git reset --hard ${PICOTTS_HASH} && ./autogen.sh && ./configure --disable-static && make && make install && apk del .build-dependencies && rm -rf /usr/src/pico
2021-05-28 11:01:53 UTC/bin/ash -o pipefail -c #(nop) ARG TELLDUS_COMMIT
2021-05-28 11:03:55 UTC|5 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=armhf PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.19.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /bin/ash -o pipefail -c apk add --no-cache confuse libftdi1 && apk add --no-cache --virtual .build-dependencies argp-standalone build-base cmake confuse-dev doxygen libftdi1-dev && ln -s /usr/include/libftdi1/ftdi.h /usr/include/ftdi.h && git clone https://github.com/telldus/telldus && cd telldus/telldus-core && git reset --hard ${TELLDUS_COMMIT} && sed -i "/\<sys\/socket.h\>/a \#include \<sys\/select.h\>" common/Socket_unix.cpp && cmake . -DBUILD_LIBTELLDUS-CORE=ON -DBUILD_TDADMIN=OFF -DBUILD_TDTOOL=OFF -DGENERATE_MAN=OFF -DFORCE_COMPILE_FROM_TRUNK=ON -DFTDI_LIBRARY=/usr/lib/libftdi1.so && make -j$(nproc) && make install && apk del .build-dependencies && rm -rf /usr/src/telldus
2021-05-28 11:03:57 UTC/bin/ash -o pipefail -c #(nop) COPY dir:d3b012aa374ffc6d13561f40f5e8b750928bbb8c6adbf2bb84e4fff287620fb2 in /
2021-05-28 11:03:57 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=armhf
2021-05-28 11:03:58 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=homeassistant-base
2021-05-28 11:03:59 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.05.0
2021-05-28 11:04:00 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-05-28 10:53:51+00:00
2021-05-28 11:04:01 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/docker
2021-05-28 11:04:02 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.05.0
2021-05-28 12:58:28 UTC/bin/ash -o pipefail -c #(nop) ENV S6_SERVICES_GRACETIME=220000
2021-05-28 12:58:29 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src
2021-06-01 07:49:07 UTC/bin/ash -o pipefail -c #(nop) COPY dir:e9e1394fb0f62544eb12510cce368c3023f39158fb7b6bd3cc26e89984fefe9c in homeassistant/
2021-06-01 08:23:21 UTC/bin/ash -o pipefail -c pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" -r homeassistant/requirements_all.txt && pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" -e ./homeassistant && python3 -m compileall homeassistant/homeassistant
2021-06-01 08:23:26 UTC/bin/ash -o pipefail -c #(nop) COPY dir:58eb5c95832e93a5525c853ebbb5ea4de6245faa9048be9f78a4cc173ae4e65a in /
2021-06-01 08:23:30 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /config
2021-06-01 08:23:33 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=armhf
2021-06-01 08:23:36 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=core
2021-06-01 08:23:40 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.7.0.dev20210601
2021-06-01 08:23:43 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.authors=The Home Assistant Authors
2021-06-01 08:23:47 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-06-01 07:48:56+00:00
2021-06-01 08:23:50 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.description=Open-source home automation platform running on Python 3
2021-06-01 08:23:54 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.documentation=https://www.home-assistant.io/docs/
2021-06-01 08:23:57 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.licenses=Apache License 2.0
2021-06-01 08:24:01 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/core
2021-06-01 08:24:04 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.title=Home Assistant
2021-06-01 08:24:08 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.url=https://www.home-assistant.io/
2021-06-01 08:24:11 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.7.0.dev20210601
2021-06-01 08:22:47 UTC
330 MB
C.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
S6_BEHAVIOUR_IF_STAGE2_FAILS2
S6_CMD_WAIT_FOR_SERVICES1
S6_SERVICES_GRACETIME220000
WHEELS_LINKShttps://wheels.home-assistant.io/alpine-3.12/armv7/
[#000] sha256:420c7481a3a76d5d12df768d2745ddbe40357df0af780c756a5a7d1f2a43d288 - 0.7% (2.3 MB)
[#001] sha256:22b091c65e5dd360f58d2f393b82b025f42392440d5767a3a7f7eea39e196430 - 0.0% (108 Bytes)
[#002] sha256:17137433cf3c14e39696c739a8c94d63ff47c8140709e30fce8de5c1a518a959 - 6.48% (21.4 MB)
[#003] sha256:53f400909942a3f70978d7f2bb9d060a1adad447679977440e4d8ce7c8bf5f68 - 0.0% (1.8 KB)
[#004] sha256:f6fff75b32f1ce490fdc58a7d569f6ca9c5f5b9e24b8bce27f922b35953f3e98 - 13.63% (44.9 MB)
[#005] sha256:195c2971c3b42352cf2f7ba10a397fd8d5a542a483a570cb5233e65e806efc85 - 0.0% (235 Bytes)
[#006] sha256:7d1a33065ebe4859ff45f5c7df3cc596603e3c6a712d299ae52c465988dfec11 - 1.21% (3.98 MB)
[#007] sha256:a78800a47306941a0bd50b0cd4348a76b6fc9e9cc829a5d2d7ab8565e8aff90a - 1.37% (4.52 MB)
[#008] sha256:8a3088b71db2de0d045fcf7425faf254a12b5b143786ad80c4d6dc299b7124d8 - 9.94% (32.8 MB)
[#009] sha256:51a1990b2acef45cb4a8eff11ec1e0fa6c036409fa259f1adbc0e0d09999bbae - 0.0% (223 Bytes)
[#010] sha256:35befcef9206418d1513a39abec3a67f8cebcf13ba7ebdfddb21066600d61ced - 0.23% (763 KB)
[#011] sha256:1fe8d1980d093d3d31e29613be07af711309cdf512258df9821a47dae1059615 - 0.2% (677 KB)
[#012] sha256:c0c7e2703fc3f2564bce62e6ca0d5c7e48d5a784e1a312998f8d9ae19d35575b - 0.16% (530 KB)
[#013] sha256:c3a629eef8ba3846899818715543fbc7819ef3de8a7efc39a146f65a06f6ca22 - 1.57% (5.19 MB)
[#014] sha256:d0359b369525f06b1dbc2fd08a3b55ef724ea856e677797ea5895245851d1710 - 0.12% (389 KB)
[#015] sha256:8ed480b74acb084bca4e8a90e5579ca3842b70972538f6f361f0ce8cff0d8c02 - 0.0% (9.2 KB)
[#016] sha256:e2fca490d996f7621dc9c0b0d83423f837b12498a4bf201b28b6f894b3fb2335 - 1.89% (6.22 MB)
[#017] sha256:43ab09a9847be605319ac585c883df9352b716880d3c3caf2832d3fd2c22298b - 62.51% (206 MB)
[#018] sha256:1a0cd09b8b652148fd88fb542ec1cbacd1b46996349097f9ab3e0be101b4a085 - 0.0% (885 Bytes)
[#019] sha256:313b9e2704602dc3ceae635de75c3d39fc7be89f25e23c6ea1347bf09d1c8162 - 0.0% (95 Bytes)
/bin/sh -c #(nop) ADD file:d844cc7b5e00fb62be39d903a2fb4a08f700e75112c8eef1f31101e846ed010d in /
2021-04-14 18:57:52 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-04-15 08:12:59 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:00 UTC/bin/ash -o pipefail -c #(nop) SHELL [/bin/ash -o pipefail -c]
2021-04-28 11:36:21 UTC/bin/ash -o pipefail -c #(nop) ARG BASHIO_VERSION TEMPIO_VERSION S6_OVERLAY_VERSION JEMALLOC_VERSION
2021-04-28 11:36:22 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src
2021-04-28 11:36:23 UTC/bin/ash -o pipefail -c #(nop) ARG BUILD_ARCH
2021-04-28 11:46:09 UTC|5 BASHIO_VERSION=0.13.0 BUILD_ARCH=armv7 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:46:09 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /
2021-04-28 11:46:10 UTC/bin/ash -o pipefail -c #(nop) ENTRYPOINT ["/init"]
2021-04-28 11:46:11 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=armv7
2021-04-28 11:46:12 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.arch=armv7
2021-04-28 11:46:13 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.image=arm32v7/alpine:3.12
2021-04-28 11:46:14 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.name=alpine
2021-04-28 11:46:15 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.version=2021.04.1
2021-04-28 11:46:16 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=base
2021-04-28 11:46:17 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.04.1
2021-04-28 11:46:18 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-04-28 11:36:20+00:00
2021-04-28 11:46:19 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/docker-base
2021-04-28 11:46:20 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.04.1
2021-04-28 11:49:45 UTC/bin/ash -o pipefail -c #(nop) ARG PYTHON_VERSION PIP_VERSION GPG_KEY
2021-04-28 11:49:46 UTC/bin/ash -o pipefail -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-04-28 11:49:47 UTC/bin/ash -o pipefail -c #(nop) SHELL [/bin/ash -o pipefail -c]
2021-04-28 11:49:49 UTC/bin/ash -o pipefail -c #(nop) COPY multi:d00195e6e65b91677a619323874263eaf4fabd26c21c33ab237897549124e7b3 in /usr/src/
2021-04-28 14:20:46 UTC|3 GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568 PIP_VERSION=20.2.4 PYTHON_VERSION=3.8.9 /bin/ash -o pipefail -c set -ex && export PYTHON_VERSION=${PYTHON_VERSION} && apk add --no-cache --virtual .fetch-deps gnupg openssl tar xz && curl -L -o python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" && curl -L -o python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" && export GNUPGHOME="$(mktemp -d)" && echo "disable-ipv6" >> "$GNUPGHOME/dirmngr.conf" && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "${GPG_KEY}" && gpg --batch --verify python.tar.xz.asc python.tar.xz && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && rm -rf "$GNUPGHOME" python.tar.xz.asc && mkdir -p /usr/src/python && tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz && rm python.tar.xz && apk add --no-cache --virtual .build-deps patch bzip2-dev coreutils dpkg-dev dpkg expat-dev findutils build-base gdbm-dev libc-dev libffi-dev libnsl-dev openssl openssl-dev libtirpc-dev linux-headers make ncurses-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-dev xz-dev zlib-dev bluez-dev && apk del .fetch-deps && for i in /usr/src/*.patch; do patch -d /usr/src/python -p 1 < "${i}"; done && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-shared --with-lto --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" LDFLAGS="-Wl,--strip-all" CFLAGS="-fno-semantic-interposition -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" && make install && find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' | xargs -rt apk add --no-cache --virtual .python-rundeps && apk del .build-deps && find /usr/local -depth \( -type d -a \( -name test -o -name tests \) \) -exec rm -rf '{}' + && rm -rf /usr/src/python && rm -f /usr/src/*.patch
2021-04-28 14:20:47 UTC|3 GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568 PIP_VERSION=20.2.4 PYTHON_VERSION=3.8.9 /bin/ash -o pipefail -c cd /usr/local/bin && ln -s idle3 idle && ln -s pydoc3 pydoc && ln -s python3 python && ln -s python3-config python-config
2021-04-28 14:21:26 UTC|3 GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568 PIP_VERSION=20.2.4 PYTHON_VERSION=3.8.9 /bin/ash -o pipefail -c set -ex; apk add --no-cache --virtual .fetch-deps openssl; curl -L -o get-pip.py 'https://bootstrap.pypa.io/get-pip.py'; apk del .fetch-deps; python get-pip.py --disable-pip-version-check --no-cache-dir pip==${PIP_VERSION} ; pip --version; find /usr/local -depth \( -type d -a \( -name test -o -name tests \) \) -exec rm -rf '{}' +; rm -f get-pip.py
2021-04-28 14:21:27 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=armv7
2021-04-28 14:21:28 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.arch=armv7
2021-04-28 14:21:29 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.image=homeassistant/armv7-base:3.12
2021-04-28 14:21:30 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.name=python
2021-04-28 14:21:31 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.version=2021.04.1
2021-04-28 14:21:32 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=base
2021-04-28 14:21:33 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.04.1
2021-04-28 14:21:34 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-04-28 11:49:40+00:00
2021-04-28 14:21:35 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/docker-base
2021-04-28 14:21:36 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.04.1
2021-04-28 15:11:22 UTC/bin/ash -o pipefail -c #(nop) ARG BUILD_ARCH
2021-04-28 15:11:22 UTC/bin/ash -o pipefail -c #(nop) ENV WHEELS_LINKS=https://wheels.home-assistant.io/alpine-3.12/armv7/
2021-05-28 10:54:04 UTC|1 BUILD_ARCH=armv7 /bin/ash -o pipefail -c apk add --no-cache bsd-compat-headers eudev eudev-libs grep libc6-compat libffi libjpeg libjpeg-turbo libpng libstdc++ musl openssl pulseaudio-alsa tiff && ln -s /usr/include/locale.h /usr/include/xlocale.h
2021-05-28 10:54:10 UTC|1 BUILD_ARCH=armv7 /bin/ash -o pipefail -c apk add --no-cache bluez bluez-deprecated bluez-libs cups-libs curl ffmpeg ffmpeg-libs freetds gammu-libs git glib gmp iperf3 libexecinfo libgpiod libpcap libsodium libwebp libxml2 libxslt mariadb-connector-c mpc1 mpfr4 net-tools nmap openssh-client pianobar postgresql-libs pulseaudio-utils socat unixodbc zlib
2021-05-28 10:54:11 UTC/bin/ash -o pipefail -c #(nop) COPY file:5ec1f1d6033026d811f0f39ef4c9443769376cf09bd7bd56477afee9ac83defe in /usr/src/
2021-05-28 10:54:28 UTC|1 BUILD_ARCH=armv7 /bin/ash -o pipefail -c pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links ${WHEELS_LINKS} -r /usr/src/requirements.txt && rm -f /usr/src/requirements.txt
2021-05-28 10:54:28 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src/
2021-05-28 10:54:29 UTC/bin/ash -o pipefail -c #(nop) ARG SSOCR_VERSION
2021-05-28 10:54:44 UTC|2 BUILD_ARCH=armv7 SSOCR_VERSION=2.19.0 /bin/ash -o pipefail -c apk add --no-cache imlib2 && apk add --no-cache --virtual .build-dependencies build-base imlib2-dev && git clone --depth 1 -b v${SSOCR_VERSION} https://github.com/auerswal/ssocr && cd ssocr && make -j$(nproc) && make install && apk del .build-dependencies && rm -rf /usr/src/ssocr
2021-05-28 10:54:45 UTC/bin/ash -o pipefail -c #(nop) ARG ARPSCAN_VERSION
2021-05-28 10:56:01 UTC|3 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=armv7 SSOCR_VERSION=2.19.0 /bin/ash -o pipefail -c apk add --no-cache libpcap && apk add --no-cache --virtual .build-dependencies autoconf automake build-base libpcap-dev && git clone --depth 1 -b ${ARPSCAN_VERSION} https://github.com/royhills/arp-scan && cd arp-scan && autoreconf --install && ./configure && make -j$(nproc) && make install && apk del .build-dependencies && rm -rf /usr/src/arp-scan
2021-05-28 10:56:02 UTC/bin/ash -o pipefail -c #(nop) ARG PICOTTS_HASH
2021-05-28 11:00:55 UTC|4 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=armv7 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.19.0 /bin/ash -o pipefail -c apk add --no-cache popt && apk add --no-cache --virtual .build-dependencies automake autoconf libtool popt-dev build-base && git clone https://github.com/naggety/picotts.git pico && cd pico/pico && git reset --hard ${PICOTTS_HASH} && ./autogen.sh && ./configure --disable-static && make && make install && apk del .build-dependencies && rm -rf /usr/src/pico
2021-05-28 11:00:55 UTC/bin/ash -o pipefail -c #(nop) ARG TELLDUS_COMMIT
2021-05-28 11:02:41 UTC|5 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=armv7 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.19.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /bin/ash -o pipefail -c apk add --no-cache confuse libftdi1 && apk add --no-cache --virtual .build-dependencies argp-standalone build-base cmake confuse-dev doxygen libftdi1-dev && ln -s /usr/include/libftdi1/ftdi.h /usr/include/ftdi.h && git clone https://github.com/telldus/telldus && cd telldus/telldus-core && git reset --hard ${TELLDUS_COMMIT} && sed -i "/\<sys\/socket.h\>/a \#include \<sys\/select.h\>" common/Socket_unix.cpp && cmake . -DBUILD_LIBTELLDUS-CORE=ON -DBUILD_TDADMIN=OFF -DBUILD_TDTOOL=OFF -DGENERATE_MAN=OFF -DFORCE_COMPILE_FROM_TRUNK=ON -DFTDI_LIBRARY=/usr/lib/libftdi1.so && make -j$(nproc) && make install && apk del .build-dependencies && rm -rf /usr/src/telldus
2021-05-28 11:02:43 UTC/bin/ash -o pipefail -c #(nop) COPY dir:d3b012aa374ffc6d13561f40f5e8b750928bbb8c6adbf2bb84e4fff287620fb2 in /
2021-05-28 11:02:43 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=armv7
2021-05-28 11:02:44 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=homeassistant-base
2021-05-28 11:02:45 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.05.0
2021-05-28 11:02:46 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-05-28 10:53:59+00:00
2021-05-28 11:02:47 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/docker
2021-05-28 11:02:48 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.05.0
2021-05-28 12:58:21 UTC/bin/ash -o pipefail -c #(nop) ENV S6_SERVICES_GRACETIME=220000
2021-05-28 12:58:21 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src
2021-06-01 07:49:08 UTC/bin/ash -o pipefail -c #(nop) COPY dir:e9e1394fb0f62544eb12510cce368c3023f39158fb7b6bd3cc26e89984fefe9c in homeassistant/
2021-06-01 08:21:58 UTC/bin/ash -o pipefail -c pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" -r homeassistant/requirements_all.txt && pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" -e ./homeassistant && python3 -m compileall homeassistant/homeassistant
2021-06-01 08:22:03 UTC/bin/ash -o pipefail -c #(nop) COPY dir:58eb5c95832e93a5525c853ebbb5ea4de6245faa9048be9f78a4cc173ae4e65a in /
2021-06-01 08:22:06 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /config
2021-06-01 08:22:10 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=armv7
2021-06-01 08:22:13 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=core
2021-06-01 08:22:17 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.7.0.dev20210601
2021-06-01 08:22:20 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.authors=The Home Assistant Authors
2021-06-01 08:22:23 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-06-01 07:48:57+00:00
2021-06-01 08:22:27 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.description=Open-source home automation platform running on Python 3
2021-06-01 08:22:30 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.documentation=https://www.home-assistant.io/docs/
2021-06-01 08:22:33 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.licenses=Apache License 2.0
2021-06-01 08:22:37 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/core
2021-06-01 08:22:40 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.title=Home Assistant
2021-06-01 08:22:44 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.url=https://www.home-assistant.io/
2021-06-01 08:22:47 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.7.0.dev20210601
2021-06-01 08:21:41 UTC
342 MB
C.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
S6_BEHAVIOUR_IF_STAGE2_FAILS2
S6_CMD_WAIT_FOR_SERVICES1
S6_SERVICES_GRACETIME220000
WHEELS_LINKShttps://wheels.home-assistant.io/alpine-3.12/aarch64/
[#000] sha256:d2f70382dc9a1658ea3491d7ab4439c22087e426c00e3eb7daf825b83be4ba9c - 0.76% (2.59 MB)
[#001] sha256:583f7c33801cc20ccfc8af1424ead92e0bd2f78672478d4ae164405986a65c27 - 0.0% (109 Bytes)
[#002] sha256:1dad098da82f6ef3ee854131a137d46dbc3d1f8a829bddfcadaaa711e9d59f11 - 6.62% (22.6 MB)
[#003] sha256:72a4d1581b721c51ca211874bbe3b1c0c71b90f902394fbd4b3068ac09d73f91 - 0.0% (1.8 KB)
[#004] sha256:6c1940940b1004ccc227cca0cbca79b03019346584d5be8fb0d61d2e837471f2 - 13.85% (47.3 MB)
[#005] sha256:ecaaae6db58b6a010b9fd02331b941d6a7f031f3a8d46d964967a4552b9826c2 - 0.0% (236 Bytes)
[#006] sha256:6a2de11d8fa5e28793815909e2e2f8f778fb3765751f47ee4399d4ffca0db4bc - 1.16% (3.98 MB)
[#007] sha256:296ae4c2137763469c5b6712337d9568d6b5ea3a4e4da13a66b62efbf6a62b6d - 1.48% (5.04 MB)
[#008] sha256:ae0fca5eeb0a175727249a2ac06b999ee434b628ef69035e32cffd424c6baebc - 11.19% (38.3 MB)
[#009] sha256:dc6d1b588c799bb5802525482239dd50e63f600fe1eefc70fa72b0d0206a44b5 - 0.0% (221 Bytes)
[#010] sha256:fa6e324a03b73b3e2ff2dc69d91e9b29e55e2923746a5df8205616affe90e9eb - 0.24% (833 KB)
[#011] sha256:f046b13746ffdc33826d1a0e1d3e317d72e4e00f9678e9399a85352d22be8178 - 0.21% (721 KB)
[#012] sha256:12a372b12da39213f67b00240d57a054dd5a97a03f5a1f207f42a6453a98286a - 0.15% (533 KB)
[#013] sha256:4ea5238d6181cd6454d99a005f86a0003fc4adb986307e6dd86683e8b4f945b1 - 1.52% (5.2 MB)
[#014] sha256:57ce4320995f3d71793575d4739011254bde560b908c7e844937ffa9b487f3b8 - 0.12% (416 KB)
[#015] sha256:ebc785f7a5f2986637ae7c7cd39312e5ce56734d12bdcedc3f0803a944d9eb07 - 0.0% (9.2 KB)
[#016] sha256:e04cce597953eac3bd33da513fd0cf0b78389024ce0d2cae859191b18a7108f9 - 1.82% (6.22 MB)
[#017] sha256:f40e8a537a5f6daa49008de44dfe9438e6b55f83cd63baf1be9e729af85163a3 - 60.87% (208 MB)
[#018] sha256:17203bb629cd6663b4ac9adc16ed0beba58b9788491b1ff0efefd925fa40d448 - 0.0% (884 Bytes)
[#019] sha256:6afdc1486c9aad28f3caca4e4254aa1a3f57b2a6e10be45d76afcc09acad0a8e - 0.0% (95 Bytes)
/bin/sh -c #(nop) ADD file:3db1e10ac5ebf1cb34939eff736f1384f7d3b17355758cec361489fa7a7e19ca in /
2021-04-14 18:42:55 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-04-15 08:12:59 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:00 UTC/bin/ash -o pipefail -c #(nop) SHELL [/bin/ash -o pipefail -c]
2021-04-28 11:36:30 UTC/bin/ash -o pipefail -c #(nop) ARG BASHIO_VERSION TEMPIO_VERSION S6_OVERLAY_VERSION JEMALLOC_VERSION
2021-04-28 11:36:31 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src
2021-04-28 11:36:32 UTC/bin/ash -o pipefail -c #(nop) ARG BUILD_ARCH
2021-04-28 11:46:36 UTC|5 BASHIO_VERSION=0.13.0 BUILD_ARCH=aarch64 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:46:36 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /
2021-04-28 11:46:37 UTC/bin/ash -o pipefail -c #(nop) ENTRYPOINT ["/init"]
2021-04-28 11:46:38 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=aarch64
2021-04-28 11:46:39 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.arch=aarch64
2021-04-28 11:46:40 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.image=arm64v8/alpine:3.12
2021-04-28 11:46:41 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.name=alpine
2021-04-28 11:46:42 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.version=2021.04.1
2021-04-28 11:46:43 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=base
2021-04-28 11:46:44 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.04.1
2021-04-28 11:46:45 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-04-28 11:36:28+00:00
2021-04-28 11:46:46 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/docker-base
2021-04-28 11:46:47 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.04.1
2021-04-28 11:49:43 UTC/bin/ash -o pipefail -c #(nop) ARG PYTHON_VERSION PIP_VERSION GPG_KEY
2021-04-28 11:49:44 UTC/bin/ash -o pipefail -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-04-28 11:49:45 UTC/bin/ash -o pipefail -c #(nop) SHELL [/bin/ash -o pipefail -c]
2021-04-28 11:49:47 UTC/bin/ash -o pipefail -c #(nop) COPY multi:d00195e6e65b91677a619323874263eaf4fabd26c21c33ab237897549124e7b3 in /usr/src/
2021-04-28 14:19:21 UTC|3 GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568 PIP_VERSION=20.2.4 PYTHON_VERSION=3.8.9 /bin/ash -o pipefail -c set -ex && export PYTHON_VERSION=${PYTHON_VERSION} && apk add --no-cache --virtual .fetch-deps gnupg openssl tar xz && curl -L -o python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" && curl -L -o python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" && export GNUPGHOME="$(mktemp -d)" && echo "disable-ipv6" >> "$GNUPGHOME/dirmngr.conf" && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "${GPG_KEY}" && gpg --batch --verify python.tar.xz.asc python.tar.xz && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && rm -rf "$GNUPGHOME" python.tar.xz.asc && mkdir -p /usr/src/python && tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz && rm python.tar.xz && apk add --no-cache --virtual .build-deps patch bzip2-dev coreutils dpkg-dev dpkg expat-dev findutils build-base gdbm-dev libc-dev libffi-dev libnsl-dev openssl openssl-dev libtirpc-dev linux-headers make ncurses-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-dev xz-dev zlib-dev bluez-dev && apk del .fetch-deps && for i in /usr/src/*.patch; do patch -d /usr/src/python -p 1 < "${i}"; done && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-shared --with-lto --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" LDFLAGS="-Wl,--strip-all" CFLAGS="-fno-semantic-interposition -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" && make install && find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' | xargs -rt apk add --no-cache --virtual .python-rundeps && apk del .build-deps && find /usr/local -depth \( -type d -a \( -name test -o -name tests \) \) -exec rm -rf '{}' + && rm -rf /usr/src/python && rm -f /usr/src/*.patch
2021-04-28 14:19:22 UTC|3 GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568 PIP_VERSION=20.2.4 PYTHON_VERSION=3.8.9 /bin/ash -o pipefail -c cd /usr/local/bin && ln -s idle3 idle && ln -s pydoc3 pydoc && ln -s python3 python && ln -s python3-config python-config
2021-04-28 14:20:00 UTC|3 GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568 PIP_VERSION=20.2.4 PYTHON_VERSION=3.8.9 /bin/ash -o pipefail -c set -ex; apk add --no-cache --virtual .fetch-deps openssl; curl -L -o get-pip.py 'https://bootstrap.pypa.io/get-pip.py'; apk del .fetch-deps; python get-pip.py --disable-pip-version-check --no-cache-dir pip==${PIP_VERSION} ; pip --version; find /usr/local -depth \( -type d -a \( -name test -o -name tests \) \) -exec rm -rf '{}' +; rm -f get-pip.py
2021-04-28 14:20:00 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=aarch64
2021-04-28 14:20:01 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.arch=aarch64
2021-04-28 14:20:02 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.image=homeassistant/aarch64-base:3.12
2021-04-28 14:20:03 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.name=python
2021-04-28 14:20:04 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.version=2021.04.1
2021-04-28 14:20:05 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=base
2021-04-28 14:20:06 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.04.1
2021-04-28 14:20:07 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-04-28 11:49:37+00:00
2021-04-28 14:20:08 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/docker-base
2021-04-28 14:20:09 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.04.1
2021-04-28 15:11:15 UTC/bin/ash -o pipefail -c #(nop) ARG BUILD_ARCH
2021-04-28 15:11:15 UTC/bin/ash -o pipefail -c #(nop) ENV WHEELS_LINKS=https://wheels.home-assistant.io/alpine-3.12/aarch64/
2021-05-28 10:52:56 UTC|1 BUILD_ARCH=aarch64 /bin/ash -o pipefail -c apk add --no-cache bsd-compat-headers eudev eudev-libs grep libc6-compat libffi libjpeg libjpeg-turbo libpng libstdc++ musl openssl pulseaudio-alsa tiff && ln -s /usr/include/locale.h /usr/include/xlocale.h
2021-05-28 10:53:02 UTC|1 BUILD_ARCH=aarch64 /bin/ash -o pipefail -c apk add --no-cache bluez bluez-deprecated bluez-libs cups-libs curl ffmpeg ffmpeg-libs freetds gammu-libs git glib gmp iperf3 libexecinfo libgpiod libpcap libsodium libwebp libxml2 libxslt mariadb-connector-c mpc1 mpfr4 net-tools nmap openssh-client pianobar postgresql-libs pulseaudio-utils socat unixodbc zlib
2021-05-28 10:53:03 UTC/bin/ash -o pipefail -c #(nop) COPY file:5ec1f1d6033026d811f0f39ef4c9443769376cf09bd7bd56477afee9ac83defe in /usr/src/
2021-05-28 10:53:24 UTC|1 BUILD_ARCH=aarch64 /bin/ash -o pipefail -c pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links ${WHEELS_LINKS} -r /usr/src/requirements.txt && rm -f /usr/src/requirements.txt
2021-05-28 10:53:25 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src/
2021-05-28 10:53:26 UTC/bin/ash -o pipefail -c #(nop) ARG SSOCR_VERSION
2021-05-28 10:53:43 UTC|2 BUILD_ARCH=aarch64 SSOCR_VERSION=2.19.0 /bin/ash -o pipefail -c apk add --no-cache imlib2 && apk add --no-cache --virtual .build-dependencies build-base imlib2-dev && git clone --depth 1 -b v${SSOCR_VERSION} https://github.com/auerswal/ssocr && cd ssocr && make -j$(nproc) && make install && apk del .build-dependencies && rm -rf /usr/src/ssocr
2021-05-28 10:53:44 UTC/bin/ash -o pipefail -c #(nop) ARG ARPSCAN_VERSION
2021-05-28 10:55:07 UTC|3 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=aarch64 SSOCR_VERSION=2.19.0 /bin/ash -o pipefail -c apk add --no-cache libpcap && apk add --no-cache --virtual .build-dependencies autoconf automake build-base libpcap-dev && git clone --depth 1 -b ${ARPSCAN_VERSION} https://github.com/royhills/arp-scan && cd arp-scan && autoreconf --install && ./configure && make -j$(nproc) && make install && apk del .build-dependencies && rm -rf /usr/src/arp-scan
2021-05-28 10:55:08 UTC/bin/ash -o pipefail -c #(nop) ARG PICOTTS_HASH
2021-05-28 11:00:11 UTC|4 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=aarch64 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.19.0 /bin/ash -o pipefail -c apk add --no-cache popt && apk add --no-cache --virtual .build-dependencies automake autoconf libtool popt-dev build-base && git clone https://github.com/naggety/picotts.git pico && cd pico/pico && git reset --hard ${PICOTTS_HASH} && ./autogen.sh && ./configure --disable-static && make && make install && apk del .build-dependencies && rm -rf /usr/src/pico
2021-05-28 11:00:12 UTC/bin/ash -o pipefail -c #(nop) ARG TELLDUS_COMMIT
2021-05-28 11:02:21 UTC|5 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=aarch64 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.19.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /bin/ash -o pipefail -c apk add --no-cache confuse libftdi1 && apk add --no-cache --virtual .build-dependencies argp-standalone build-base cmake confuse-dev doxygen libftdi1-dev && ln -s /usr/include/libftdi1/ftdi.h /usr/include/ftdi.h && git clone https://github.com/telldus/telldus && cd telldus/telldus-core && git reset --hard ${TELLDUS_COMMIT} && sed -i "/\<sys\/socket.h\>/a \#include \<sys\/select.h\>" common/Socket_unix.cpp && cmake . -DBUILD_LIBTELLDUS-CORE=ON -DBUILD_TDADMIN=OFF -DBUILD_TDTOOL=OFF -DGENERATE_MAN=OFF -DFORCE_COMPILE_FROM_TRUNK=ON -DFTDI_LIBRARY=/usr/lib/libftdi1.so && make -j$(nproc) && make install && apk del .build-dependencies && rm -rf /usr/src/telldus
2021-05-28 11:02:23 UTC/bin/ash -o pipefail -c #(nop) COPY dir:d3b012aa374ffc6d13561f40f5e8b750928bbb8c6adbf2bb84e4fff287620fb2 in /
2021-05-28 11:02:23 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=aarch64
2021-05-28 11:02:24 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=homeassistant-base
2021-05-28 11:02:25 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.05.0
2021-05-28 11:02:26 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-05-28 10:52:50+00:00
2021-05-28 11:02:27 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/docker
2021-05-28 11:02:28 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.05.0
2021-05-28 12:58:11 UTC/bin/ash -o pipefail -c #(nop) ENV S6_SERVICES_GRACETIME=220000
2021-05-28 12:58:12 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src
2021-06-01 07:48:50 UTC/bin/ash -o pipefail -c #(nop) COPY dir:e9e1394fb0f62544eb12510cce368c3023f39158fb7b6bd3cc26e89984fefe9c in homeassistant/
2021-06-01 08:20:51 UTC/bin/ash -o pipefail -c pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" -r homeassistant/requirements_all.txt && pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" -e ./homeassistant && python3 -m compileall homeassistant/homeassistant
2021-06-01 08:20:56 UTC/bin/ash -o pipefail -c #(nop) COPY dir:58eb5c95832e93a5525c853ebbb5ea4de6245faa9048be9f78a4cc173ae4e65a in /
2021-06-01 08:21:00 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /config
2021-06-01 08:21:03 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=aarch64
2021-06-01 08:21:07 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=core
2021-06-01 08:21:10 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.7.0.dev20210601
2021-06-01 08:21:13 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.authors=The Home Assistant Authors
2021-06-01 08:21:17 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-06-01 07:48:40+00:00
2021-06-01 08:21:20 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.description=Open-source home automation platform running on Python 3
2021-06-01 08:21:24 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.documentation=https://www.home-assistant.io/docs/
2021-06-01 08:21:27 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.licenses=Apache License 2.0
2021-06-01 08:21:30 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/core
2021-06-01 08:21:34 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.title=Home Assistant
2021-06-01 08:21:37 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.url=https://www.home-assistant.io/
2021-06-01 08:21:41 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.7.0.dev20210601
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.