2021-08-18 21:40:20 UTC
344 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.13/i386/
[#000] sha256:31b7e7ccca9e17fd08b39c9a4ffd3ded380b62816c489d6c3758c9bb5a632430 - 0.78% (2.69 MB)
[#001] sha256:a6412f573d5e5a3c13666290d617b01679a9ce4c86c729cf3d47888cfcc27612 - 0.0% (109 Bytes)
[#002] sha256:0af85024ee6905df50f6d103a86a852e26ab94c47fcbbf4c2722ae81020f614f - 6.78% (23.3 MB)
[#003] sha256:75972e2b9fbaf41e83419de51babbbf53537c9372c53ebebd588a8d3d34e2d10 - 0.0% (1.8 KB)
[#004] sha256:1cf0ef08d6c838a655d03b58e6be542715fccf0fc71ebc429b5d624945bf82d5 - 12.18% (41.9 MB)
[#005] sha256:398b6efb89e1d3fc941ecd36c03ff36280091344af5fca3e3e1c5261cf9db6cc - 0.0% (237 Bytes)
[#006] sha256:3afe16f920be9aed6dcb3c64d7eb4f02fb3448d3e222ed0ff07cb151ddce3a45 - 1.18% (4.05 MB)
[#007] sha256:38c16ad8471fa065e3221a15d0c52dd54c6cb725d011da6e85b1763d8d79f924 - 1.76% (6.06 MB)
[#008] sha256:180fcb5c3d5c5096eab599975965317e0a29fbb42c69bb5e5c334fb9ececbc4e - 11.65% (40.1 MB)
[#009] sha256:69f25d7bdf1dfbd82492e908775a9bb2264b2c764c1964c6a032492956813b7e - 0.0% (239 Bytes)
[#010] sha256:ba1fbcec7dbf7e4a14b81bba25afa2929478aea7379b6b430a9750960ac3d440 - 0.45% (1.54 MB)
[#011] sha256:c661e1e56a7187428a111b5323a4317fe75a5e087f221382f96a69cf605b1ec2 - 0.21% (735 KB)
[#012] sha256:9bc61f3234f9f4574bd5f13896a8807993b40f2146d6ad272a0e2fda4220019d - 0.15% (530 KB)
[#013] sha256:21cdd98187440b36b3bc6b3f5b0fb4a90503d8f7ab6f6394887d2d5468774124 - 0.19% (678 KB)
[#014] sha256:181be33b260735923515710ec24d3998eeae32317e4faa434181f24bceab4a94 - 1.52% (5.22 MB)
[#015] sha256:d2c22196dd3e9be47e656f5802f97ea64d8c0bf79891ea8c26b9f140e77751bb - 0.13% (455 KB)
[#016] sha256:dde28a1295bec74794c0c00454d25884a70ca1ba18104d072b0a230b9f7ce82c - 0.0% (9.2 KB)
[#017] sha256:f0f74c1743d57d1798974be2f6347d1e3714c4e9f187156a745080092592127c - 1.89% (6.52 MB)
[#018] sha256:70701156883a9323d6d4d0eb4341a3293a2e854870314f977766124a6795d372 - 61.14% (210 MB)
[#019] sha256:133712814b8435aaa34c7cdb55214efa3af4a26a4644c0a6f1df27a72de92e9a - 0.0% (884 Bytes)
[#020] sha256:4dc86d82d23eeb13eba1e8db3a0c662da28ba2f742d18507afea594e1a03d856 - 0.0% (95 Bytes)
/bin/sh -c #(nop) ADD file:36634145ad6ec95a6b1a4f8d875f48719357c7a90f9b4906f8ce74f71b28c19d in /
2021-04-14 18:38:29 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-04-15 08:13:20 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:21 UTC/bin/ash -o pipefail -c #(nop) SHELL [/bin/ash -o pipefail -c]
2021-04-28 11:36:22 UTC/bin/ash -o pipefail -c #(nop) ARG BASHIO_VERSION TEMPIO_VERSION S6_OVERLAY_VERSION JEMALLOC_VERSION
2021-04-28 11:36:23 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src
2021-04-28 11:36:24 UTC/bin/ash -o pipefail -c #(nop) ARG BUILD_ARCH
2021-06-07 13:05:08 UTC|5 BASHIO_VERSION=0.13.1 BUILD_ARCH=i386 JEMALLOC_VERSION=5.2.1 S6_OVERLAY_VERSION=2.1.0.2 TEMPIO_VERSION=2021.05.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-06-07 13:05:08 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /
2021-06-07 13:05:09 UTC/bin/ash -o pipefail -c #(nop) ENTRYPOINT ["/init"]
2021-06-07 13:05:10 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=i386
2021-06-07 13:05:11 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.arch=i386
2021-06-07 13:05:12 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.image=i386/alpine:3.13
2021-06-07 13:05:13 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.name=alpine
2021-07-06 16:29:58 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.version=2021.07.1
2021-07-06 16:29:59 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=base
2021-07-06 16:30:00 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.07.1
2021-07-06 16:30:01 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-07-06 16:29:58+00:00
2021-07-06 16:30:02 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/docker-base
2021-07-06 16:30:03 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.07.1
2021-07-06 16:52:08 UTC/bin/ash -o pipefail -c #(nop) ARG PYTHON_VERSION PIP_VERSION GPG_KEY
2021-07-06 16:52: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-07-06 16:52:10 UTC/bin/ash -o pipefail -c #(nop) SHELL [/bin/ash -o pipefail -c]
2021-07-06 16:52:12 UTC/bin/ash -o pipefail -c #(nop) COPY multi:ebe39417203ce49511b6765c1763b4672369fc83793a21b2979de69053d6c321 in /usr/src/
2021-07-06 17:08:01 UTC|3 GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568 PIP_VERSION=20.2.4 PYTHON_VERSION=3.9.6 /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 hkps://keys.openpgp.org --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-option-checking=fatal --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-07-06 17:08:02 UTC|3 GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568 PIP_VERSION=20.2.4 PYTHON_VERSION=3.9.6 /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-07-06 17:08:09 UTC|3 GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568 PIP_VERSION=20.2.4 PYTHON_VERSION=3.9.6 /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-07-06 17:08:09 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=i386
2021-07-06 17:08:10 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.arch=i386
2021-07-06 17:08:11 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.image=homeassistant/i386-base:3.13
2021-07-06 17:08:12 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.name=python
2021-07-06 17:08:13 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.version=2021.07.1
2021-07-06 17:08:14 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=base
2021-07-06 17:08:15 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.07.1
2021-07-06 17:08:16 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-07-06 16:52:06+00:00
2021-07-06 17:08:17 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/docker-base
2021-07-06 17:08:18 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.07.1
2021-07-06 19:58:38 UTC/bin/ash -o pipefail -c #(nop) ARG BUILD_ARCH SSOCR_VERSION ARPSCAN_VERSION LIBCEC_VERSION PICOTTS_HASH TELLDUS_COMMIT
2021-07-06 19:58:38 UTC/bin/ash -o pipefail -c #(nop) ENV WHEELS_LINKS=https://wheels.home-assistant.io/alpine-3.13/i386/
2021-07-06 19:58:41 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=i386 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /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-07-06 19:58:47 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=i386 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /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-07-06 19:58:48 UTC/bin/ash -o pipefail -c #(nop) COPY file:df9d32362652460153138a55a5f41c92660629ad7a5ee351a500123f6b416f50 in /usr/src/
2021-07-06 19:58:52 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=i386 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /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-07-06 19:58:53 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src/
2021-07-06 19:58:58 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=i386 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /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-07-06 19:59:10 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=i386 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /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-07-06 19:59:29 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=i386 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /bin/ash -o pipefail -c apk add --no-cache eudev-libs p8-platform && apk add --no-cache --virtual .build-dependencies build-base cmake eudev-dev swig p8-platform-dev linux-headers && git clone --depth 1 -b libcec-${LIBCEC_VERSION} https://github.com/Pulse-Eight/libcec && mkdir -p libcec/build && cd libcec/build && cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr/local -DPYTHON_LIBRARY="/usr/local/lib/libpython3.9.so" -DPYTHON_INCLUDE_DIR="/usr/local/include/python3.9" -DHAVE_LINUX_API=1 .. && make -j$(nproc) && make install && echo "cec" > "/usr/local/lib/python3.9/site-packages/cec.pth" && apk del .build-dependencies && rm -rf /usr/src/libcec
2021-07-06 19:59:59 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=i386 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /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-07-06 20:00:16 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=i386 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.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-07-06 20:00:18 UTC/bin/ash -o pipefail -c #(nop) COPY dir:d3b012aa374ffc6d13561f40f5e8b750928bbb8c6adbf2bb84e4fff287620fb2 in /
2021-07-06 20:00:18 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=i386
2021-07-06 20:00:19 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=homeassistant-base
2021-07-06 20:00:20 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.07.0
2021-07-06 20:00:21 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.authors=The Home Assistant Authors
2021-07-06 20:00:22 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-07-06 19:58:34+00:00
2021-07-06 20:00:23 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.description=Baseimage for Home Assistant Core container/supervisor installation
2021-07-06 20:00:24 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.documentation=https://www.home-assistant.io/docs/
2021-07-06 20:00:25 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.licenses=Apache License 2.0
2021-07-06 20:00:26 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/docker
2021-07-06 20:00:27 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.title=Home Assistant Core baseimage
2021-07-06 20:00:28 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.url=https://www.home-assistant.io/
2021-07-06 20:00:29 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.07.0
2021-07-23 11:34:12 UTC/bin/ash -o pipefail -c #(nop) ENV S6_SERVICES_GRACETIME=220000
2021-07-23 11:34:12 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src
2021-08-18 21:31:13 UTC/bin/ash -o pipefail -c #(nop) COPY dir:488181ec4ba45a9be50c70e6441c2fc7afa847a0b4ef0f5436cc55c0860b99d5 in homeassistant/
2021-08-18 21:39:30 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-08-18 21:39:35 UTC/bin/ash -o pipefail -c #(nop) COPY dir:58eb5c95832e93a5525c853ebbb5ea4de6245faa9048be9f78a4cc173ae4e65a in /
2021-08-18 21:39:39 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /config
2021-08-18 21:39:42 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=i386
2021-08-18 21:39:45 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=core
2021-08-18 21:39:49 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.8.8
2021-08-18 21:39:52 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.authors=The Home Assistant Authors
2021-08-18 21:39:56 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-08-18 21:31:04+00:00
2021-08-18 21:39:59 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.description=Open-source home automation platform running on Python 3
2021-08-18 21:40:02 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.documentation=https://www.home-assistant.io/docs/
2021-08-18 21:40:06 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.licenses=Apache License 2.0
2021-08-18 21:40:09 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/core
2021-08-18 21:40:13 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.title=Home Assistant
2021-08-18 21:40:16 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.url=https://www.home-assistant.io/
2021-08-18 21:40:20 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.8.8
2021-08-18 21:41:52 UTC
344 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.13/amd64/
[#000] sha256:540db60ca9383eac9e418f78490994d0af424aab7bf6d0e47ac8ed4e2e9bcbba - 0.78% (2.68 MB)
[#001] sha256:5410ef35c7ab12ddaa1090df5fac5dc4ba8be6c003342a4e2fb4a3256ecf8558 - 0.0% (108 Bytes)
[#002] sha256:7f12c8af8f5a269cf221b720b02e39d2192905b424955878ecc604314003811c - 6.83% (23.5 MB)
[#003] sha256:9fe3ab69a9e14c54c43aabe6ce42d366ed5d4206b5b0776ed9caace02ee7a0d8 - 0.0% (1.8 KB)
[#004] sha256:1930a91dbb48842250883b08a18bc82cf73731b95e6465c885cc991020f24691 - 12.59% (43.3 MB)
[#005] sha256:7ad3949a0234364c7dc5d10687362cc27b7d206ce02d74cd6cb732a7169aa2e5 - 0.0% (236 Bytes)
[#006] sha256:59b4ad9141f077cbd58b053259966d3ce7a5fab4490c08e6369c9251817ac033 - 1.18% (4.05 MB)
[#007] sha256:a49bf6360a6c2586bbeff12846d12bee223b18b893f920f7f2ee3cde41d3c8b4 - 1.67% (5.74 MB)
[#008] sha256:4c07e378ad777588dffc5d1c43c3665176f00807d69ed3f93193d84d81867d01 - 11.44% (39.4 MB)
[#009] sha256:e06d8c826505353b13f6c2b557f4b83130f342a328520201164cdebe43a06153 - 0.0% (241 Bytes)
[#010] sha256:e09faa299cdf3d6d3f20e0e80c470e60a8cdaef637012c9041cd2973d7c0433b - 0.45% (1.54 MB)
[#011] sha256:d49a594d6c87a23c48e39727ef616696a5425114cb2af37717daa8c312ca6ebc - 0.21% (736 KB)
[#012] sha256:1e190732dfe602daecce702da4096380bea5d63ebe5147b90c0fb489db65b176 - 0.15% (536 KB)
[#013] sha256:d3cf55a3b936ef595dd6874cb792d3f625c416fafeaca986db2ee3f824f73340 - 0.18% (649 KB)
[#014] sha256:162fc86d6e34486ecfbcdc849b43cd064c2a66cf1734138324a0532448be92a7 - 1.52% (5.24 MB)
[#015] sha256:ced7900e7dc9251617964cd245e2f70d5176f287c3b42b126b379ca527104744 - 0.12% (434 KB)
[#016] sha256:052b96c314fe2e9543b6e97ff342f4b343878cbbdc56a6ecee3e8b31f6162db0 - 0.0% (9.2 KB)
[#017] sha256:3e8a51e7ba61a3ad646082ad151a08b3163744ad3eb171f1cbb143e84e623e5f - 1.89% (6.52 MB)
[#018] sha256:079a85adef02074ebb0c71bbef1c73ccfc4ae0e5840503f336a96cff4ba9107e - 60.99% (210 MB)
[#019] sha256:c8abf89fdf92d8998fd4ec8565d11e2b9768e05f010217daae950f132c59bc20 - 0.0% (884 Bytes)
[#020] sha256:97ea43ed57b5f57035611557c968d16d31acf6917589bc2c80f84a4acc61f0c2 - 0.0% (95 Bytes)
/bin/sh -c #(nop) ADD file:8ec69d882e7f29f0652d537557160e638168550f738d0d49f90a7ef96bf31787 in /
2021-04-14 19:19:39 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-04-15 08:13:08 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8 S6_BEHAVIOUR_IF_STAGE2_FAILS=2 S6_CMD_WAIT_FOR_SERVICES=1
2021-04-15 08:13:09 UTC/bin/ash -o pipefail -c #(nop) SHELL [/bin/ash -o pipefail -c]
2021-04-28 11:36:25 UTC/bin/ash -o pipefail -c #(nop) ARG BASHIO_VERSION TEMPIO_VERSION S6_OVERLAY_VERSION JEMALLOC_VERSION
2021-04-28 11:36:25 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src
2021-04-28 11:36:26 UTC/bin/ash -o pipefail -c #(nop) ARG BUILD_ARCH
2021-06-07 13:03:48 UTC|5 BASHIO_VERSION=0.13.1 BUILD_ARCH=amd64 JEMALLOC_VERSION=5.2.1 S6_OVERLAY_VERSION=2.1.0.2 TEMPIO_VERSION=2021.05.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-06-07 13:03:48 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /
2021-06-07 13:03:49 UTC/bin/ash -o pipefail -c #(nop) ENTRYPOINT ["/init"]
2021-06-07 13:03:50 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=amd64
2021-06-07 13:03:51 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.arch=amd64
2021-06-07 13:03:52 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.image=alpine:3.13
2021-06-07 13:03:53 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.name=alpine
2021-07-06 16:27:59 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.version=2021.07.1
2021-07-06 16:28:00 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=base
2021-07-06 16:28:01 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.07.1
2021-07-06 16:28:02 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-07-06 16:27:58+00:00
2021-07-06 16:28:03 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/docker-base
2021-07-06 16:28:04 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.07.1
2021-07-06 16:36:57 UTC/bin/ash -o pipefail -c #(nop) ARG PYTHON_VERSION PIP_VERSION GPG_KEY
2021-07-06 16:36:58 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-07-06 16:36:59 UTC/bin/ash -o pipefail -c #(nop) SHELL [/bin/ash -o pipefail -c]
2021-07-06 16:37:01 UTC/bin/ash -o pipefail -c #(nop) COPY multi:ebe39417203ce49511b6765c1763b4672369fc83793a21b2979de69053d6c321 in /usr/src/
2021-07-06 16:50:33 UTC|3 GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568 PIP_VERSION=20.2.4 PYTHON_VERSION=3.9.6 /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 hkps://keys.openpgp.org --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-option-checking=fatal --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-07-06 16:50:33 UTC|3 GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568 PIP_VERSION=20.2.4 PYTHON_VERSION=3.9.6 /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-07-06 16:50:40 UTC|3 GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568 PIP_VERSION=20.2.4 PYTHON_VERSION=3.9.6 /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-07-06 16:50:40 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=amd64
2021-07-06 16:50:41 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.arch=amd64
2021-07-06 16:50:42 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.image=homeassistant/amd64-base:3.13
2021-07-06 16:50:43 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.name=python
2021-07-06 16:50:44 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.version=2021.07.1
2021-07-06 16:50:45 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=base
2021-07-06 16:50:46 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.07.1
2021-07-06 16:50:47 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-07-06 16:36:56+00:00
2021-07-06 16:50:48 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/docker-base
2021-07-06 16:50:49 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.07.1
2021-07-06 19:58:47 UTC/bin/ash -o pipefail -c #(nop) ARG BUILD_ARCH SSOCR_VERSION ARPSCAN_VERSION LIBCEC_VERSION PICOTTS_HASH TELLDUS_COMMIT
2021-07-06 19:58:48 UTC/bin/ash -o pipefail -c #(nop) ENV WHEELS_LINKS=https://wheels.home-assistant.io/alpine-3.13/amd64/
2021-07-06 19:58:51 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=amd64 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /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-07-06 19:58:57 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=amd64 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /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-07-06 19:58:58 UTC/bin/ash -o pipefail -c #(nop) COPY file:df9d32362652460153138a55a5f41c92660629ad7a5ee351a500123f6b416f50 in /usr/src/
2021-07-06 19:59:04 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=amd64 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /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-07-06 19:59:04 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src/
2021-07-06 19:59:10 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=amd64 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /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-07-06 19:59:23 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=amd64 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /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-07-06 19:59:44 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=amd64 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /bin/ash -o pipefail -c apk add --no-cache eudev-libs p8-platform && apk add --no-cache --virtual .build-dependencies build-base cmake eudev-dev swig p8-platform-dev linux-headers && git clone --depth 1 -b libcec-${LIBCEC_VERSION} https://github.com/Pulse-Eight/libcec && mkdir -p libcec/build && cd libcec/build && cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr/local -DPYTHON_LIBRARY="/usr/local/lib/libpython3.9.so" -DPYTHON_INCLUDE_DIR="/usr/local/include/python3.9" -DHAVE_LINUX_API=1 .. && make -j$(nproc) && make install && echo "cec" > "/usr/local/lib/python3.9/site-packages/cec.pth" && apk del .build-dependencies && rm -rf /usr/src/libcec
2021-07-06 20:00:17 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=amd64 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /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-07-06 20:00:35 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=amd64 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.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-07-06 20:00:37 UTC/bin/ash -o pipefail -c #(nop) COPY dir:d3b012aa374ffc6d13561f40f5e8b750928bbb8c6adbf2bb84e4fff287620fb2 in /
2021-07-06 20:00:37 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=amd64
2021-07-06 20:00:38 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=homeassistant-base
2021-07-06 20:00:39 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.07.0
2021-07-06 20:00:40 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.authors=The Home Assistant Authors
2021-07-06 20:00:41 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-07-06 19:58:41+00:00
2021-07-06 20:00:42 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.description=Baseimage for Home Assistant Core container/supervisor installation
2021-07-06 20:00:43 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.documentation=https://www.home-assistant.io/docs/
2021-07-06 20:00:44 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.licenses=Apache License 2.0
2021-07-06 20:00:45 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/docker
2021-07-06 20:00:46 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.title=Home Assistant Core baseimage
2021-07-06 20:00:47 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.url=https://www.home-assistant.io/
2021-07-06 20:00:48 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.07.0
2021-07-23 11:34:40 UTC/bin/ash -o pipefail -c #(nop) ENV S6_SERVICES_GRACETIME=220000
2021-07-23 11:34:41 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src
2021-08-18 21:31:29 UTC/bin/ash -o pipefail -c #(nop) COPY dir:488181ec4ba45a9be50c70e6441c2fc7afa847a0b4ef0f5436cc55c0860b99d5 in homeassistant/
2021-08-18 21:40:46 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-08-18 21:40:53 UTC/bin/ash -o pipefail -c #(nop) COPY dir:58eb5c95832e93a5525c853ebbb5ea4de6245faa9048be9f78a4cc173ae4e65a in /
2021-08-18 21:40:58 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /config
2021-08-18 21:41:02 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=amd64
2021-08-18 21:41:06 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=core
2021-08-18 21:41:11 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.8.8
2021-08-18 21:41:15 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.authors=The Home Assistant Authors
2021-08-18 21:41:20 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-08-18 21:31:16+00:00
2021-08-18 21:41:25 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.description=Open-source home automation platform running on Python 3
2021-08-18 21:41:29 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.documentation=https://www.home-assistant.io/docs/
2021-08-18 21:41:34 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.licenses=Apache License 2.0
2021-08-18 21:41:38 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/core
2021-08-18 21:41:43 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.title=Home Assistant
2021-08-18 21:41:47 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.url=https://www.home-assistant.io/
2021-08-18 21:41:52 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.8.8
2021-08-18 21:58:10 UTC
333 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.13/armhf/
[#000] sha256:740c950346cf39c85b52576998695c9b909c24a58a8bb1b64cce91fda3ef1d3a - 0.75% (2.5 MB)
[#001] sha256:b1de7a84f5e84db9e6ee2ca875a1f1b93769e6c8b67628fe03c0ef81d5daaaf2 - 0.0% (108 Bytes)
[#002] sha256:52b48ef3768bbf59f67186b106233dbfe34fbdab4007afad81b65bbda96149b7 - 6.73% (22.4 MB)
[#003] sha256:372f889c42e7de976ceb1e9fb89b9cc6b7ddb62f865a087fe51795917ee71466 - 0.0% (1.8 KB)
[#004] sha256:93052f85ab026c2abca0be0da4304c8ef154e2ba2ae9c1f5b6700c346cf28cdb - 12.43% (41.4 MB)
[#005] sha256:0a5a614e1f29e40b25cac9694291fae918d96208278764c404de4f07cc14aae7 - 0.0% (236 Bytes)
[#006] sha256:36a9d5b52d11dea3d23520ec4c0e27097164b9da7b2edc2f39c535cbbb668cb3 - 1.22% (4.05 MB)
[#007] sha256:d480e5c745e18170b05ffd96403d22f58b3c1aab134b55218d315d204a89967c - 1.64% (5.47 MB)
[#008] sha256:e5d8d5f107ecbee8aff1e88ff73e019b82930d773f0b2a5ece96816738fe5048 - 10.12% (33.7 MB)
[#009] sha256:db177300c6d883fe1f60977830784671ca02c31b68f4afe8faf9594c1fcd75cc - 0.0% (240 Bytes)
[#010] sha256:ddfe3d324b8cc54f9380c05b0bc1a1b190188d64d6cab6bb6866972d145c9be2 - 0.44% (1.47 MB)
[#011] sha256:69d047b46ab8b8a009dba61ec40207807b4b3f776c47d4b3297929709597ea97 - 0.21% (706 KB)
[#012] sha256:4710acd1ce10315e81feb9250895674c4c14815dd59174357d7d3808fe5a52d1 - 0.16% (534 KB)
[#013] sha256:5934f4938849cb6246df8d28ffd3a3a6627d0a8b65f2b343d6a59557a4247208 - 0.18% (621 KB)
[#014] sha256:f76c0882a7a13ab81feb9a9c83ea5ee43a65829d1407a6101fc607c79c55d07c - 1.57% (5.22 MB)
[#015] sha256:1545a21f61fe058114300839f5a8aff96a5212a41c1b5f8b48a2e71aa547726c - 0.12% (412 KB)
[#016] sha256:6daac0dfdfe2d64dca892f3c026c4da84a315f647aada34476e4ed1b5ff424be - 0.0% (9.2 KB)
[#017] sha256:04374ba56ab9c8fe98a5cf05f1205923f2a2f1e3d966343369a44ca6ef1c1035 - 1.96% (6.52 MB)
[#018] sha256:c5133efebc0c58d604b8f8fdefbacc1373977297dbbfa40fe6b62f6e51c25c08 - 62.48% (208 MB)
[#019] sha256:133712814b8435aaa34c7cdb55214efa3af4a26a4644c0a6f1df27a72de92e9a - 0.0% (884 Bytes)
[#020] sha256:35175e3fa1b6b95ca7a36436947f5dc2cff1e09f2539d79b1cf26da32ff65aba - 0.0% (95 Bytes)
/bin/sh -c #(nop) ADD file:4479f0a51530e039edf231d87201896dcff908aa542a613cdccb015f93dda8a3 in /
2021-06-15 22:57:34 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-07-06 15:14:42 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8 S6_BEHAVIOUR_IF_STAGE2_FAILS=2 S6_CMD_WAIT_FOR_SERVICES=1
2021-07-06 15:14:43 UTC/bin/ash -o pipefail -c #(nop) SHELL [/bin/ash -o pipefail -c]
2021-07-06 15:14:44 UTC/bin/ash -o pipefail -c #(nop) ARG BASHIO_VERSION TEMPIO_VERSION S6_OVERLAY_VERSION JEMALLOC_VERSION
2021-07-06 15:14:45 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src
2021-07-06 15:14:46 UTC/bin/ash -o pipefail -c #(nop) ARG BUILD_ARCH
2021-07-06 15:23:03 UTC|5 BASHIO_VERSION=0.13.1 BUILD_ARCH=armhf JEMALLOC_VERSION=5.2.1 S6_OVERLAY_VERSION=2.1.0.2 TEMPIO_VERSION=2021.05.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-07-06 15:23:03 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /
2021-07-06 15:23:04 UTC/bin/ash -o pipefail -c #(nop) ENTRYPOINT ["/init"]
2021-07-06 15:23:05 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=armhf
2021-07-06 15:23:06 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.arch=armhf
2021-07-06 15:23:07 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.image=arm32v6/alpine:3.13
2021-07-06 15:23:08 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.name=alpine
2021-07-06 16:28:29 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.version=2021.07.1
2021-07-06 16:28:29 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=base
2021-07-06 16:28:30 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.07.1
2021-07-06 16:28:31 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-07-06 16:28:27+00:00
2021-07-06 16:28:32 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/docker-base
2021-07-06 16:28:33 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.07.1
2021-07-06 16:43:41 UTC/bin/ash -o pipefail -c #(nop) ARG PYTHON_VERSION PIP_VERSION GPG_KEY
2021-07-06 16:43: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-07-06 16:43:43 UTC/bin/ash -o pipefail -c #(nop) SHELL [/bin/ash -o pipefail -c]
2021-07-06 16:43:45 UTC/bin/ash -o pipefail -c #(nop) COPY multi:ebe39417203ce49511b6765c1763b4672369fc83793a21b2979de69053d6c321 in /usr/src/
2021-07-06 19:41:09 UTC|3 GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568 PIP_VERSION=20.2.4 PYTHON_VERSION=3.9.6 /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 hkps://keys.openpgp.org --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-option-checking=fatal --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-07-06 19:41:10 UTC|3 GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568 PIP_VERSION=20.2.4 PYTHON_VERSION=3.9.6 /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-07-06 19:41:58 UTC|3 GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568 PIP_VERSION=20.2.4 PYTHON_VERSION=3.9.6 /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-07-06 19:41:59 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=armhf
2021-07-06 19:42:00 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.arch=armhf
2021-07-06 19:42:01 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.image=homeassistant/armhf-base:3.13
2021-07-06 19:42:02 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.name=python
2021-07-06 19:42:03 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.version=2021.07.1
2021-07-06 19:42:04 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=base
2021-07-06 19:42:05 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.07.1
2021-07-06 19:42:06 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-07-06 16:43:39+00:00
2021-07-06 19:42:07 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/docker-base
2021-07-06 19:42:08 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.07.1
2021-07-06 19:58:52 UTC/bin/ash -o pipefail -c #(nop) ARG BUILD_ARCH SSOCR_VERSION ARPSCAN_VERSION LIBCEC_VERSION PICOTTS_HASH TELLDUS_COMMIT
2021-07-06 19:58:53 UTC/bin/ash -o pipefail -c #(nop) ENV WHEELS_LINKS=https://wheels.home-assistant.io/alpine-3.13/armhf/
2021-07-06 19:58:57 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=armhf LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /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-07-06 19:59:06 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=armhf LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /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-07-06 19:59:07 UTC/bin/ash -o pipefail -c #(nop) COPY file:df9d32362652460153138a55a5f41c92660629ad7a5ee351a500123f6b416f50 in /usr/src/
2021-07-06 19:59:28 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=armhf LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /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-07-06 19:59:29 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src/
2021-07-06 19:59:50 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=armhf LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /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-07-06 20:01:22 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=armhf LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /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-07-06 20:04:09 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=armhf LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /bin/ash -o pipefail -c apk add --no-cache eudev-libs p8-platform && apk add --no-cache --virtual .build-dependencies build-base cmake eudev-dev swig p8-platform-dev linux-headers && git clone --depth 1 -b libcec-${LIBCEC_VERSION} https://github.com/Pulse-Eight/libcec && mkdir -p libcec/build && cd libcec/build && cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr/local -DPYTHON_LIBRARY="/usr/local/lib/libpython3.9.so" -DPYTHON_INCLUDE_DIR="/usr/local/include/python3.9" -DHAVE_LINUX_API=1 .. && make -j$(nproc) && make install && echo "cec" > "/usr/local/lib/python3.9/site-packages/cec.pth" && apk del .build-dependencies && rm -rf /usr/src/libcec
2021-07-06 20:09:42 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=armhf LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /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-07-06 20:11:59 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=armhf LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.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-07-06 20:12:01 UTC/bin/ash -o pipefail -c #(nop) COPY dir:d3b012aa374ffc6d13561f40f5e8b750928bbb8c6adbf2bb84e4fff287620fb2 in /
2021-07-06 20:12:01 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=armhf
2021-07-06 20:12:02 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=homeassistant-base
2021-07-06 20:12:03 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.07.0
2021-07-06 20:12:04 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.authors=The Home Assistant Authors
2021-07-06 20:12:05 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-07-06 19:58:45+00:00
2021-07-06 20:12:06 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.description=Baseimage for Home Assistant Core container/supervisor installation
2021-07-06 20:12:07 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.documentation=https://www.home-assistant.io/docs/
2021-07-06 20:12:08 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.licenses=Apache License 2.0
2021-07-06 20:12:09 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/docker
2021-07-06 20:12:10 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.title=Home Assistant Core baseimage
2021-07-06 20:12:11 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.url=https://www.home-assistant.io/
2021-07-06 20:12:12 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.07.0
2021-07-23 11:34:24 UTC/bin/ash -o pipefail -c #(nop) ENV S6_SERVICES_GRACETIME=220000
2021-07-23 11:34:25 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src
2021-08-18 21:31:14 UTC/bin/ash -o pipefail -c #(nop) COPY dir:488181ec4ba45a9be50c70e6441c2fc7afa847a0b4ef0f5436cc55c0860b99d5 in homeassistant/
2021-08-18 21:57:19 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-08-18 21:57:25 UTC/bin/ash -o pipefail -c #(nop) COPY dir:58eb5c95832e93a5525c853ebbb5ea4de6245faa9048be9f78a4cc173ae4e65a in /
2021-08-18 21:57:28 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /config
2021-08-18 21:57:31 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=armhf
2021-08-18 21:57:35 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=core
2021-08-18 21:57:38 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.8.8
2021-08-18 21:57:42 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.authors=The Home Assistant Authors
2021-08-18 21:57:46 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-08-18 21:31:04+00:00
2021-08-18 21:57:49 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.description=Open-source home automation platform running on Python 3
2021-08-18 21:57:53 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.documentation=https://www.home-assistant.io/docs/
2021-08-18 21:57:56 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.licenses=Apache License 2.0
2021-08-18 21:58:00 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/core
2021-08-18 21:58:03 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.title=Home Assistant
2021-08-18 21:58:07 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.url=https://www.home-assistant.io/
2021-08-18 21:58:10 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.8.8
2021-08-18 21:57:51 UTC
327 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.13/armv7/
[#000] sha256:e160e00eb35d5bc2373770873fbc9c8f5706045b0b06bfd1c364fcf69f02e9fe - 0.71% (2.31 MB)
[#001] sha256:d7e6ccf946ddb9a88bb90680e206a1e05756ec6e90748f2417127b073d7bb6fc - 0.0% (108 Bytes)
[#002] sha256:8958e4c1839fbd704c06c5f7f41207c1febbc72fff426d3fc3a2c74ace56832b - 6.65% (21.7 MB)
[#003] sha256:d1dfc7206af653008d6bdc56ecf3abd4e61d12315d45a76b08aae3589610de30 - 0.0% (1.8 KB)
[#004] sha256:d6789fc56738ecbfc8357dac7db558ad6f8a344dfb13fcf4add4b5ba17e79cc2 - 12.52% (40.9 MB)
[#005] sha256:34f94561b06ee3f955806784bfe199fbc50e2a9ed2445af0572b331519a93d6f - 0.0% (236 Bytes)
[#006] sha256:f7ed62082ffceb12c61a78ada5d52b1254bd69214d4a3f7030478958eb42cc14 - 1.24% (4.05 MB)
[#007] sha256:11e3d679c83fcee980d00dc2e7e6f70b6bec62d4662339a7bfb21d18481771e8 - 1.53% (5 MB)
[#008] sha256:8e313b430c6a4b742ab60b6559a0936ac9c14b573aa3801b51f844c72c4bf1d8 - 9.51% (31.1 MB)
[#009] sha256:e65b7280ebd55679fc19df3e93af1937fd8ee538305f5b3719b9cde19750b11f - 0.0% (240 Bytes)
[#010] sha256:7b181e854f3ea47ecf3c9d2e92d5113426e5274867689cee62e258c170b417fb - 0.43% (1.41 MB)
[#011] sha256:5d8d21b636fd0e96d8c06c2ec9db2a2cd96db973759c255d1431c6401d34565d - 0.2% (683 KB)
[#012] sha256:fc4d88021700cca2934a1ec48bfeba3571d593ab75de7149a75fab4886d7e0b6 - 0.16% (533 KB)
[#013] sha256:305463b90eab6a17fdcdac6a0dc2911205aa6ca6b7fc093d5f516ea4fda76cd5 - 0.18% (606 KB)
[#014] sha256:f928a3fe8f2c494f911f1ce2b83f38b19037c01acd02ed02474fae2da6ea1e5b - 1.6% (5.22 MB)
[#015] sha256:570f8efe0037fcf8b1c83f85ed2cf1e92353b437d3c24eb59e1313581c7aadb3 - 0.12% (402 KB)
[#016] sha256:6daac0dfdfe2d64dca892f3c026c4da84a315f647aada34476e4ed1b5ff424be - 0.0% (9.2 KB)
[#017] sha256:323d5e1896b2e452b7dbb1399f4916a5e9795ec1617a0695abef174ef92d4faa - 2.0% (6.52 MB)
[#018] sha256:505448f06056c60aa5c138102e229ecd5e035e332147c382d48b83af512c996f - 63.16% (206 MB)
[#019] sha256:133712814b8435aaa34c7cdb55214efa3af4a26a4644c0a6f1df27a72de92e9a - 0.0% (884 Bytes)
[#020] sha256:e02cbe685a2aa8aa52dd3b036841326cb0e302df8388f97785c90d2d8cdc7471 - 0.0% (95 Bytes)
/bin/sh -c #(nop) ADD file:028c5b473d862250586e174c5dd19b37f8fc3bffbc02d888e72df30f32fd6129 in /
2021-06-15 23:15:16 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-07-06 15:15:38 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8 S6_BEHAVIOUR_IF_STAGE2_FAILS=2 S6_CMD_WAIT_FOR_SERVICES=1
2021-07-06 15:15:39 UTC/bin/ash -o pipefail -c #(nop) SHELL [/bin/ash -o pipefail -c]
2021-07-06 15:15:40 UTC/bin/ash -o pipefail -c #(nop) ARG BASHIO_VERSION TEMPIO_VERSION S6_OVERLAY_VERSION JEMALLOC_VERSION
2021-07-06 15:15:41 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src
2021-07-06 15:15:42 UTC/bin/ash -o pipefail -c #(nop) ARG BUILD_ARCH
2021-07-06 15:26:40 UTC|5 BASHIO_VERSION=0.13.1 BUILD_ARCH=armv7 JEMALLOC_VERSION=5.2.1 S6_OVERLAY_VERSION=2.1.0.2 TEMPIO_VERSION=2021.05.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-07-06 15:26:40 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /
2021-07-06 15:26:41 UTC/bin/ash -o pipefail -c #(nop) ENTRYPOINT ["/init"]
2021-07-06 15:26:42 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=armv7
2021-07-06 15:26:43 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.arch=armv7
2021-07-06 15:26:44 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.image=arm32v7/alpine:3.13
2021-07-06 15:26:45 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.name=alpine
2021-07-06 16:29:09 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.version=2021.07.1
2021-07-06 16:29:10 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=base
2021-07-06 16:29:11 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.07.1
2021-07-06 16:29:12 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-07-06 16:29:09+00:00
2021-07-06 16:29:13 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/docker-base
2021-07-06 16:29:14 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.07.1
2021-07-06 16:47:58 UTC/bin/ash -o pipefail -c #(nop) ARG PYTHON_VERSION PIP_VERSION GPG_KEY
2021-07-06 16:47:59 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-07-06 16:48:00 UTC/bin/ash -o pipefail -c #(nop) SHELL [/bin/ash -o pipefail -c]
2021-07-06 16:48:02 UTC/bin/ash -o pipefail -c #(nop) COPY multi:ebe39417203ce49511b6765c1763b4672369fc83793a21b2979de69053d6c321 in /usr/src/
2021-07-06 19:22:20 UTC|3 GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568 PIP_VERSION=20.2.4 PYTHON_VERSION=3.9.6 /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 hkps://keys.openpgp.org --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-option-checking=fatal --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-07-06 19:22:21 UTC|3 GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568 PIP_VERSION=20.2.4 PYTHON_VERSION=3.9.6 /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-07-06 19:23:03 UTC|3 GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568 PIP_VERSION=20.2.4 PYTHON_VERSION=3.9.6 /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-07-06 19:23:03 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=armv7
2021-07-06 19:23:04 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.arch=armv7
2021-07-06 19:23:05 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.image=homeassistant/armv7-base:3.13
2021-07-06 19:23:06 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.name=python
2021-07-06 19:23:07 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.version=2021.07.1
2021-07-06 19:23:08 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=base
2021-07-06 19:23:09 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.07.1
2021-07-06 19:23:10 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-07-06 16:47:54+00:00
2021-07-06 19:23:11 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/docker-base
2021-07-06 19:23:12 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.07.1
2021-07-06 19:58:39 UTC/bin/ash -o pipefail -c #(nop) ARG BUILD_ARCH SSOCR_VERSION ARPSCAN_VERSION LIBCEC_VERSION PICOTTS_HASH TELLDUS_COMMIT
2021-07-06 19:58:40 UTC/bin/ash -o pipefail -c #(nop) ENV WHEELS_LINKS=https://wheels.home-assistant.io/alpine-3.13/armv7/
2021-07-06 19:58:44 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=armv7 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /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-07-06 19:58:51 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=armv7 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /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-07-06 19:58:52 UTC/bin/ash -o pipefail -c #(nop) COPY file:df9d32362652460153138a55a5f41c92660629ad7a5ee351a500123f6b416f50 in /usr/src/
2021-07-06 19:59:06 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=armv7 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /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-07-06 19:59:07 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src/
2021-07-06 19:59:27 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=armv7 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /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-07-06 20:00:44 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=armv7 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /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-07-06 20:02:56 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=armv7 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /bin/ash -o pipefail -c apk add --no-cache eudev-libs p8-platform && apk add --no-cache --virtual .build-dependencies build-base cmake eudev-dev swig p8-platform-dev linux-headers && git clone --depth 1 -b libcec-${LIBCEC_VERSION} https://github.com/Pulse-Eight/libcec && mkdir -p libcec/build && cd libcec/build && cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr/local -DPYTHON_LIBRARY="/usr/local/lib/libpython3.9.so" -DPYTHON_INCLUDE_DIR="/usr/local/include/python3.9" -DHAVE_LINUX_API=1 .. && make -j$(nproc) && make install && echo "cec" > "/usr/local/lib/python3.9/site-packages/cec.pth" && apk del .build-dependencies && rm -rf /usr/src/libcec
2021-07-06 20:08:14 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=armv7 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /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-07-06 20:10:14 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=armv7 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.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-07-06 20:10:15 UTC/bin/ash -o pipefail -c #(nop) COPY dir:d3b012aa374ffc6d13561f40f5e8b750928bbb8c6adbf2bb84e4fff287620fb2 in /
2021-07-06 20:10:15 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=armv7
2021-07-06 20:10:16 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=homeassistant-base
2021-07-06 20:10:17 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.07.0
2021-07-06 20:10:18 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.authors=The Home Assistant Authors
2021-07-06 20:10:19 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-07-06 19:58:34+00:00
2021-07-06 20:10:20 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.description=Baseimage for Home Assistant Core container/supervisor installation
2021-07-06 20:10:21 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.documentation=https://www.home-assistant.io/docs/
2021-07-06 20:10:22 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.licenses=Apache License 2.0
2021-07-06 20:10:23 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/docker
2021-07-06 20:10:24 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.title=Home Assistant Core baseimage
2021-07-06 20:10:25 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.url=https://www.home-assistant.io/
2021-07-06 20:10:26 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.07.0
2021-07-23 11:34:11 UTC/bin/ash -o pipefail -c #(nop) ENV S6_SERVICES_GRACETIME=220000
2021-07-23 11:34:12 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src
2021-08-18 21:31:13 UTC/bin/ash -o pipefail -c #(nop) COPY dir:488181ec4ba45a9be50c70e6441c2fc7afa847a0b4ef0f5436cc55c0860b99d5 in homeassistant/
2021-08-18 21:57:00 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-08-18 21:57:06 UTC/bin/ash -o pipefail -c #(nop) COPY dir:58eb5c95832e93a5525c853ebbb5ea4de6245faa9048be9f78a4cc173ae4e65a in /
2021-08-18 21:57:09 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /config
2021-08-18 21:57:13 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=armv7
2021-08-18 21:57:16 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=core
2021-08-18 21:57:20 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.8.8
2021-08-18 21:57:23 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.authors=The Home Assistant Authors
2021-08-18 21:57:27 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-08-18 21:31:03+00:00
2021-08-18 21:57:30 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.description=Open-source home automation platform running on Python 3
2021-08-18 21:57:34 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.documentation=https://www.home-assistant.io/docs/
2021-08-18 21:57:37 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.licenses=Apache License 2.0
2021-08-18 21:57:41 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/core
2021-08-18 21:57:44 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.title=Home Assistant
2021-08-18 21:57:48 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.url=https://www.home-assistant.io/
2021-08-18 21:57:51 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.8.8
2021-08-18 22:12:20 UTC
338 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.13/aarch64/
[#000] sha256:595b0fe564bb9444ebfe78288079a01ee6d7f666544028d5e96ba610f909ee43 - 0.76% (2.59 MB)
[#001] sha256:b8ee369bed04be44a6016a5b5894bec9a1784113120c4d3fca53be59719f9fe1 - 0.0% (108 Bytes)
[#002] sha256:94dd4f8e06bdbd6f395522bea3cd1561f31141cf4c650ca61d8d112aa47b018d - 6.8% (23 MB)
[#003] sha256:9acb54c0da9f97e1c6f87653cf2295fe7300222326dc9ba14a617e1798d5ad99 - 0.0% (1.8 KB)
[#004] sha256:694f04023cfd0d70b34de22c77513348b56583a67c1d4380e3d2d40375cd48ed - 12.71% (43 MB)
[#005] sha256:a894568c24ec3b3644fd738aa37f4d6b299400c88e43847d2989a7c6d0803428 - 0.0% (235 Bytes)
[#006] sha256:48974111e35b6ca3165d9c313f3f0e82e0ec590af5c4a777187b3e0487e909df - 1.2% (4.05 MB)
[#007] sha256:ad4d808e944d049cab84d143c9bd50b212aa7bc621da7ad11c7002e0efb8ffd8 - 1.65% (5.58 MB)
[#008] sha256:ebd40945f358fcea651de22f440c93996c3f86fe5b01b54eadc83d9551531783 - 10.71% (36.2 MB)
[#009] sha256:ae99e41b9d4644ed94425a1d647463d9202413fa83d444edd1ddfab9c3d12688 - 0.0% (240 Bytes)
[#010] sha256:8bc0e29cf121006e60b304ea5b38854318c0e3ba18c462aed8c04a8cdb3a8da9 - 0.45% (1.53 MB)
[#011] sha256:56182e9ab19d0aa371706eba980c26768d8c47e87b544e81a42a21b984e7f4b0 - 0.21% (723 KB)
[#012] sha256:52965a35f109b1472accbf7f8b50717a6ca60da8110c6d6dfd7e0b15b660dcbf - 0.15% (534 KB)
[#013] sha256:d9c3f8047ceaf05efb9810dc2deb164622cf4159f2dfd71bb6353afc3e697549 - 0.18% (636 KB)
[#014] sha256:7e6ddca6aef8fa6ff4f867f3dceded62d57ba4a040f00063670bf121349e60ed - 1.55% (5.24 MB)
[#015] sha256:55ea966da3b567069f0e9ebb1e0106efa4a66de93686ea4d2039b4063a7c0108 - 0.12% (431 KB)
[#016] sha256:3343e3c8052e36e824fd458dd03a323a954bf23042906280d8a6c13d5617412e - 0.0% (9.2 KB)
[#017] sha256:6d9237fd294326eaeb85810c40d3db4b501b60279287fe952df4132ed80982cf - 1.93% (6.52 MB)
[#018] sha256:fe01a75aaace4128c086d67d2f862081991754408b45eb88cd57e3b8a10bce14 - 61.57% (208 MB)
[#019] sha256:133712814b8435aaa34c7cdb55214efa3af4a26a4644c0a6f1df27a72de92e9a - 0.0% (884 Bytes)
[#020] sha256:370b26ed75e4a938d8ac7733b73fccd9980928c240a3d21fb49a39e054af39e1 - 0.0% (95 Bytes)
/bin/sh -c #(nop) ADD file:ca9d8b5d1cc2f2186983fc6b9507da6ada5eb92f2b518c06af1128d5396c6f34 in /
2021-06-15 21:45:04 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-07-06 15:14:40 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8 S6_BEHAVIOUR_IF_STAGE2_FAILS=2 S6_CMD_WAIT_FOR_SERVICES=1
2021-07-06 15:14:41 UTC/bin/ash -o pipefail -c #(nop) SHELL [/bin/ash -o pipefail -c]
2021-07-06 15:14:42 UTC/bin/ash -o pipefail -c #(nop) ARG BASHIO_VERSION TEMPIO_VERSION S6_OVERLAY_VERSION JEMALLOC_VERSION
2021-07-06 15:14:43 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src
2021-07-06 15:14:44 UTC/bin/ash -o pipefail -c #(nop) ARG BUILD_ARCH
2021-07-06 15:25:40 UTC|5 BASHIO_VERSION=0.13.1 BUILD_ARCH=aarch64 JEMALLOC_VERSION=5.2.1 S6_OVERLAY_VERSION=2.1.0.2 TEMPIO_VERSION=2021.05.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-07-06 15:25:40 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /
2021-07-06 15:25:41 UTC/bin/ash -o pipefail -c #(nop) ENTRYPOINT ["/init"]
2021-07-06 15:25:42 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=aarch64
2021-07-06 15:25:43 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.arch=aarch64
2021-07-06 15:25:44 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.image=arm64v8/alpine:3.13
2021-07-06 15:25:45 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.name=alpine
2021-07-06 16:27:35 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.version=2021.07.1
2021-07-06 16:27:36 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=base
2021-07-06 16:27:37 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.07.1
2021-07-06 16:27:38 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-07-06 16:27:35+00:00
2021-07-06 16:27:39 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/docker-base
2021-07-06 16:27:40 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.07.1
2021-07-06 16:33:09 UTC/bin/ash -o pipefail -c #(nop) ARG PYTHON_VERSION PIP_VERSION GPG_KEY
2021-07-06 16:33:10 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-07-06 16:33:11 UTC/bin/ash -o pipefail -c #(nop) SHELL [/bin/ash -o pipefail -c]
2021-07-06 16:33:13 UTC/bin/ash -o pipefail -c #(nop) COPY multi:ebe39417203ce49511b6765c1763b4672369fc83793a21b2979de69053d6c321 in /usr/src/
2021-07-06 19:25:01 UTC|3 GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568 PIP_VERSION=20.2.4 PYTHON_VERSION=3.9.6 /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 hkps://keys.openpgp.org --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-option-checking=fatal --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-07-06 19:25:02 UTC|3 GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568 PIP_VERSION=20.2.4 PYTHON_VERSION=3.9.6 /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-07-06 19:25:48 UTC|3 GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568 PIP_VERSION=20.2.4 PYTHON_VERSION=3.9.6 /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-07-06 19:25:48 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=aarch64
2021-07-06 19:25:49 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.arch=aarch64
2021-07-06 19:25:50 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.image=homeassistant/aarch64-base:3.13
2021-07-06 19:25:51 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.name=python
2021-07-06 19:25:52 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.version=2021.07.1
2021-07-06 19:25:53 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=base
2021-07-06 19:25:54 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.07.1
2021-07-06 19:25:55 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-07-06 16:33:03+00:00
2021-07-06 19:25:56 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/docker-base
2021-07-06 19:25:57 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.07.1
2021-07-06 19:58:52 UTC/bin/ash -o pipefail -c #(nop) ARG BUILD_ARCH SSOCR_VERSION ARPSCAN_VERSION LIBCEC_VERSION PICOTTS_HASH TELLDUS_COMMIT
2021-07-06 19:58:53 UTC/bin/ash -o pipefail -c #(nop) ENV WHEELS_LINKS=https://wheels.home-assistant.io/alpine-3.13/aarch64/
2021-07-06 19:58:58 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=aarch64 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /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-07-06 19:59:08 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=aarch64 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /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-07-06 19:59:10 UTC/bin/ash -o pipefail -c #(nop) COPY file:df9d32362652460153138a55a5f41c92660629ad7a5ee351a500123f6b416f50 in /usr/src/
2021-07-06 19:59:28 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=aarch64 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /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-07-06 19:59:28 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src/
2021-07-06 19:59:52 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=aarch64 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /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-07-06 20:01:28 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=aarch64 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /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-07-06 20:03:56 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=aarch64 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /bin/ash -o pipefail -c apk add --no-cache eudev-libs p8-platform && apk add --no-cache --virtual .build-dependencies build-base cmake eudev-dev swig p8-platform-dev linux-headers && git clone --depth 1 -b libcec-${LIBCEC_VERSION} https://github.com/Pulse-Eight/libcec && mkdir -p libcec/build && cd libcec/build && cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr/local -DPYTHON_LIBRARY="/usr/local/lib/libpython3.9.so" -DPYTHON_INCLUDE_DIR="/usr/local/include/python3.9" -DHAVE_LINUX_API=1 .. && make -j$(nproc) && make install && echo "cec" > "/usr/local/lib/python3.9/site-packages/cec.pth" && apk del .build-dependencies && rm -rf /usr/src/libcec
2021-07-06 20:09:26 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=aarch64 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.0 TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /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-07-06 20:11:33 UTC|6 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=aarch64 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c SSOCR_VERSION=2.21.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-07-06 20:11:35 UTC/bin/ash -o pipefail -c #(nop) COPY dir:d3b012aa374ffc6d13561f40f5e8b750928bbb8c6adbf2bb84e4fff287620fb2 in /
2021-07-06 20:11:35 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=aarch64
2021-07-06 20:11:36 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=homeassistant-base
2021-07-06 20:11:37 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.07.0
2021-07-06 20:11:38 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.authors=The Home Assistant Authors
2021-07-06 20:11:39 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-07-06 19:58:45+00:00
2021-07-06 20:11:40 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.description=Baseimage for Home Assistant Core container/supervisor installation
2021-07-06 20:11:41 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.documentation=https://www.home-assistant.io/docs/
2021-07-06 20:11:42 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.licenses=Apache License 2.0
2021-07-06 20:11:43 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/docker
2021-07-06 20:11:44 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.title=Home Assistant Core baseimage
2021-07-06 20:11:45 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.url=https://www.home-assistant.io/
2021-07-06 20:11:46 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.07.0
2021-07-23 11:34:22 UTC/bin/ash -o pipefail -c #(nop) ENV S6_SERVICES_GRACETIME=220000
2021-07-23 11:34:23 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src
2021-08-18 21:31:24 UTC/bin/ash -o pipefail -c #(nop) COPY dir:488181ec4ba45a9be50c70e6441c2fc7afa847a0b4ef0f5436cc55c0860b99d5 in homeassistant/
2021-08-18 22:11:17 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-08-18 22:11:24 UTC/bin/ash -o pipefail -c #(nop) COPY dir:58eb5c95832e93a5525c853ebbb5ea4de6245faa9048be9f78a4cc173ae4e65a in /
2021-08-18 22:11:28 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /config
2021-08-18 22:11:32 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=aarch64
2021-08-18 22:11:37 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=core
2021-08-18 22:11:41 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2021.8.8
2021-08-18 22:11:45 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.authors=The Home Assistant Authors
2021-08-18 22:11:50 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2021-08-18 21:31:12+00:00
2021-08-18 22:11:54 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.description=Open-source home automation platform running on Python 3
2021-08-18 22:11:59 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.documentation=https://www.home-assistant.io/docs/
2021-08-18 22:12:03 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.licenses=Apache License 2.0
2021-08-18 22:12:07 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/core
2021-08-18 22:12:12 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.title=Home Assistant
2021-08-18 22:12:16 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.url=https://www.home-assistant.io/
2021-08-18 22:12:20 UTC/bin/ash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2021.8.8
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.