2020-10-30 09:22:14 UTC
331 MB
E3FF2839C048B25C084DEBE9B26995E310250568
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_PIP_VERSION20.2.3
PYTHON_VERSION3.8.6
S6_BEHAVIOUR_IF_STAGE2_FAILS2
S6_CMD_WAIT_FOR_SERVICES1
S6_SERVICES_GRACETIME60000
WHEELS_LINKShttps://wheels.home-assistant.io/alpine-3.12/i386/
[#000] sha256:0625b4155e2a59f647ece47c0cd77ed3196b1f84454fa64ce80cad90e2b9b79e - 0.8% (2.66 MB)
[#001] sha256:a5622c70569194965cd2ab86bcc71b1aacc67cd882022c5ea0747505eb967073 - 0.0% (109 Bytes)
[#002] sha256:d958e26ba4c5de5b65b40fddd9c126825bb85d96f70bfd7b0d8be5e22f1d3a4e - 6.43% (21.3 MB)
[#003] sha256:37ddbabac67d48a458ca41aca9bb87553a0ed311dd3e867d7bb76643a50e2554 - 0.01% (43.8 KB)
[#004] sha256:b06830d7717d8d2f7ef7b8c457932f18eb23e1b842e372670cdefcb5a3b086b4 - 0.0% (1.5 KB)
[#005] sha256:4d62eb9af34e00f09d248ba83254640d701911a6d4c69c159e24aa88b1e21aa6 - 13.87% (45.9 MB)
[#006] sha256:e78813d88f4648ae34636d65e59282e2b92bd27fb9b0326b5dd81e07c6ea8596 - 0.0% (234 Bytes)
[#007] sha256:f3cd92d83cd7223cdaeaf3696e7b3cfc4074afb0323629760162270be352282c - 1.16% (3.84 MB)
[#008] sha256:c3f4b193d1143f37ea44e80a63f359118321f830935a76fa2dda24a1f69b0dfb - 1.65% (5.48 MB)
[#009] sha256:35295abf9088760a45811b2851d1c25b7ed21c4ac1c73d1cb6699de61a2dc005 - 12.11% (40.1 MB)
[#010] sha256:39c6cd899bb0373f42d8701739c7dd7b27eb32a1fd3dc2cbc947c444600ea095 - 0.0% (228 Bytes)
[#011] sha256:cedb19aa5ae122e0e6b365cf1061b56aa41221775b8b3f0af788a196ac452a1a - 0.39% (1.31 MB)
[#012] sha256:24fca681ba97bb109c3938e0903614d26b97da3a8f46d487e4e0831821074e63 - 0.22% (730 KB)
[#013] sha256:894a50a3a3bf81ec7f4ef5a62670d9c232a9b246a038cf6a521e3ff84b1d2f09 - 0.16% (529 KB)
[#014] sha256:7c3fb3c83108592bc3f7c98e8a19e723ccaeb802c4587b7440e9747d2ec681b2 - 0.13% (438 KB)
[#015] sha256:f92675a09022fdbb71a0938da93ac69aab4c7ffebdf6d61b388c65217c5f6095 - 0.0% (15.8 KB)
[#016] sha256:3e3e13bbd24d380dba4e058e7a55b8a0e475183393a87344593f871c50f4bc41 - 1.52% (5.04 MB)
[#017] sha256:587ad81993e375faf3d6302ebba4ab0bdaa37747333aca5bd90d9d3603e588d8 - 61.54% (204 MB)
[#018] sha256:45a82d30618365a1bc391fa61515cdc08a1c721d3f4ac6cda894694061189b49 - 0.0% (884 Bytes)
[#019] sha256:a49dbda6daecd4cbaf4cf798368e64c86bf60be435ac6924ad171c1eef3590e3 - 0.0% (95 Bytes)
/bin/sh -c #(nop) ADD file:5624441d97aca5eeb82a582941efc3586397098b8391227a9040ebe434cc1d6b in /
2020-05-29 21:38:33 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-06-10 15:08:02 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8 S6_BEHAVIOUR_IF_STAGE2_FAILS=2 S6_CMD_WAIT_FOR_SERVICES=1
2020-06-10 15:08:03 UTC/bin/ash -o pipefail -c #(nop) SHELL [/bin/ash -o pipefail -c]
2020-06-10 15:08:04 UTC/bin/ash -o pipefail -c #(nop) ARG BASHIO_VERSION=0.9.0
2020-10-14 15:13:50 UTC/bin/ash -o pipefail -c #(nop) ARG S6_OVERLAY_VERSION=2.1.0.0
2020-10-14 15:13:51 UTC/bin/ash -o pipefail -c #(nop) ARG JEMALLOC_VERSION=5.2.1
2020-10-14 15:13:52 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src
2020-10-14 15:16:04 UTC|3 BASHIO_VERSION=0.9.0 JEMALLOC_VERSION=5.2.1 S6_OVERLAY_VERSION=2.1.0.0 /bin/ash -o pipefail -c apk add --no-cache bash jq tzdata ca-certificates curl bind-tools && apk add --no-cache --virtual .build-deps build-base && curl -L -s "https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-x86.tar.gz" | tar zxvf - -C / && mkdir -p /etc/fix-attrs.d && mkdir -p /etc/services.d && curl -L -s "https://github.com/jemalloc/jemalloc/releases/download/${JEMALLOC_VERSION}/jemalloc-${JEMALLOC_VERSION}.tar.bz2" | tar -xjf - -C /usr/src && cd /usr/src/jemalloc-${JEMALLOC_VERSION} && ./configure && make && make install && mkdir -p /usr/src/bashio && curl -L -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 && apk del .build-deps && rm -rf /usr/src/*
2020-10-14 15:16:05 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /
2020-10-14 15:16:06 UTC/bin/ash -o pipefail -c #(nop) ENTRYPOINT ["/init"]
2020-10-14 15:16:07 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=i386
2020-10-14 15:16:08 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.image=homeassistant/{arch}-base
2020-10-14 15:16:09 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.name=alpine
2020-10-14 15:16:10 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.version=2020.10.0
2020-10-14 15:16:11 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=base
2020-10-14 15:16:12 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=3.12
2020-10-14 15:34:40 UTC/bin/ash -o pipefail -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-10-14 15:34:41 UTC/bin/ash -o pipefail -c #(nop) SHELL [/bin/ash -o pipefail -c]
2020-10-14 15:34:43 UTC/bin/ash -o pipefail -c apk add --no-cache ca-certificates
2020-10-14 15:34:43 UTC/bin/ash -o pipefail -c #(nop) ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568
2020-10-14 15:34:44 UTC/bin/ash -o pipefail -c #(nop) ENV PYTHON_VERSION=3.8.6
2020-10-14 15:34:46 UTC/bin/ash -o pipefail -c #(nop) COPY multi:2b0e60bebdfa3e86f80a648991df79909c552111c8139b033ab76691042269b9 in /usr/src/
2020-10-14 15:52:00 UTC/bin/ash -o pipefail -c set -ex && apk add --no-cache --virtual .fetch-deps gnupg openssl tar xz && curl -L -o python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" && curl -L -o python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" && export GNUPGHOME="$(mktemp -d)" && echo "disable-ipv6" >> "$GNUPGHOME/dirmngr.conf" && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" && gpg --batch --verify python.tar.xz.asc python.tar.xz && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && rm -rf "$GNUPGHOME" python.tar.xz.asc && mkdir -p /usr/src/python && tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz && rm python.tar.xz && apk add --no-cache --virtual .build-deps patch bzip2-dev coreutils dpkg-dev dpkg expat-dev findutils build-base gdbm-dev libc-dev libffi-dev libnsl-dev openssl openssl-dev libtirpc-dev linux-headers make ncurses-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-dev xz-dev zlib-dev bluez-dev && apk del .fetch-deps && for i in /usr/src/*.patch; do patch -d /usr/src/python -p 1 < "${i}"; done && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-shared --with-lto --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" LDFLAGS="-Wl,--strip-all" CFLAGS="-fno-semantic-interposition -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -ljemalloc" 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
2020-10-14 15:52:02 UTC/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
2020-10-14 15:52:03 UTC/bin/ash -o pipefail -c #(nop) ENV PYTHON_PIP_VERSION=20.2.3
2020-10-14 15:52:10 UTC/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==$PYTHON_PIP_VERSION" ; pip --version; find /usr/local -depth \( -type d -a \( -name test -o -name tests \) \) -exec rm -rf '{}' +; rm -f get-pip.py
2020-10-14 15:52:11 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=i386
2020-10-14 15:52:12 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.image=homeassistant/{arch}-base-python
2020-10-14 15:52:13 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.name=python
2020-10-14 15:52:14 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.version=2020.10.0
2020-10-14 15:52:15 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=base
2020-10-14 15:52:16 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=3.8-alpine3.12
2020-10-18 14:16:46 UTC/bin/ash -o pipefail -c #(nop) ARG BUILD_ARCH
2020-10-18 14:16:46 UTC/bin/ash -o pipefail -c #(nop) ENV WHEELS_LINKS=https://wheels.home-assistant.io/alpine-3.12/i386/
2020-10-18 14:16:49 UTC|1 BUILD_ARCH=i386 /bin/ash -o pipefail -c apk add --no-cache bsd-compat-headers eudev eudev-libs grep libffi libjpeg libjpeg-turbo libpng libstdc++ musl openssl pulseaudio-alsa tiff && ln -s /usr/include/locale.h /usr/include/xlocale.h
2020-10-18 14:16:54 UTC|1 BUILD_ARCH=i386 /bin/ash -o pipefail -c apk add --no-cache bluez bluez-deprecated bluez-libs cups-libs curl ffmpeg ffmpeg-libs freetds gammu-libs git glib gmp iperf3 libexecinfo libsodium libwebp libxml2 libxslt mariadb-connector-c mpc1 mpfr4 net-tools nmap openssh-client pianobar postgresql-libs pulseaudio-utils socat unixodbc zlib
2020-10-18 14:16:57 UTC/bin/ash -o pipefail -c #(nop) COPY file:803df3fcaf31dbdf84d5a830ad6c52b9e81b1918bdbac9f5ea14dfd4e21420e1 in /usr/src/
2020-10-18 14:17:02 UTC|1 BUILD_ARCH=i386 /bin/ash -o pipefail -c pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links ${WHEELS_LINKS} -r /usr/src/requirements.txt && rm -f /usr/src/requirements.txt
2020-10-18 14:17:02 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src/
2020-10-18 14:17:03 UTC/bin/ash -o pipefail -c #(nop) ARG SSOCR_VERSION=v2.19.0
2020-10-18 14:17:08 UTC|2 BUILD_ARCH=i386 SSOCR_VERSION=v2.19.0 /bin/ash -o pipefail -c apk add --no-cache imlib2 && apk add --no-cache --virtual .build-dependencies build-base imlib2-dev && git clone --depth 1 -b ${SSOCR_VERSION} https://github.com/auerswal/ssocr && cd ssocr && make -j$(nproc) && make install && apk del .build-dependencies && rm -rf /usr/src/ssocr
2020-10-18 14:17:09 UTC/bin/ash -o pipefail -c #(nop) ARG ARPSCAN_VERSION=1.9.7
2020-10-18 14:17:23 UTC|3 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=i386 SSOCR_VERSION=v2.19.0 /bin/ash -o pipefail -c apk add --no-cache libpcap && apk add --no-cache --virtual .build-dependencies autoconf automake build-base libpcap-dev && git clone --depth 1 -b ${ARPSCAN_VERSION} https://github.com/royhills/arp-scan && cd arp-scan && autoreconf --install && ./configure && make -j$(nproc) && make install && apk del .build-dependencies && rm -rf /usr/src/arp-scan
2020-10-18 14:17:44 UTC|3 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=i386 SSOCR_VERSION=v2.19.0 /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 -b master --depth 1 https://github.com/telldus/telldus && cd telldus/telldus-core && 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
2020-10-18 14:17:46 UTC/bin/ash -o pipefail -c #(nop) COPY dir:a0da672db9057500426c8a02affe5da06c52fdb1dae43df66d308615f88d80b8 in /
2020-10-18 14:17:46 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=i386
2020-10-18 14:17:47 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=homeassistant-base
2020-10-18 14:17:48 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2020.10.0
2020-10-21 19:26:24 UTC/bin/ash -o pipefail -c #(nop) ENV S6_SERVICES_GRACETIME=60000
2020-10-21 19:26:25 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src
2020-10-30 09:14:49 UTC/bin/ash -o pipefail -c #(nop) COPY dir:c9910a17b69b20a5e7624f6dd4082b7164115e90a3b76e7619f81dec6212ef94 in homeassistant/
2020-10-30 09:21:49 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
2020-10-30 09:22:00 UTC/bin/ash -o pipefail -c #(nop) COPY dir:aca7f5cbbe7fc51f1fcc3618f2639e8815c106d9b7ac10c38ade6d30c2de9f0e in /
2020-10-30 09:22:04 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /config
2020-10-30 09:22:07 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=i386
2020-10-30 09:22:10 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=core
2020-10-30 09:22:14 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=0.117.1
2020-10-30 09:23:10 UTC
332 MB
E3FF2839C048B25C084DEBE9B26995E310250568
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_PIP_VERSION20.2.3
PYTHON_VERSION3.8.6
S6_BEHAVIOUR_IF_STAGE2_FAILS2
S6_CMD_WAIT_FOR_SERVICES1
S6_SERVICES_GRACETIME60000
WHEELS_LINKShttps://wheels.home-assistant.io/alpine-3.12/amd64/
[#000] sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c - 0.8% (2.67 MB)
[#001] sha256:967dcffa789e46d6cd8c26cf90f664f3bf201888b102807f43d6d00c57bb2ece - 0.0% (108 Bytes)
[#002] sha256:b17ef6dee93dc2985a2bb76b7cd0dfd6b1d86af32d74e28d3ef37d0ecd65f1ad - 6.44% (21.4 MB)
[#003] sha256:404ee5797ca3041d25a503004e58f4c5537f8ec3bcf1abd3ea3258b16a0383d0 - 0.01% (43.8 KB)
[#004] sha256:341b898d61fc26fa506e811f4ebee98698131a95a5d91024fa4f461424aba1d4 - 0.0% (1.5 KB)
[#005] sha256:d2956fa9eba7e90554b8abdfdec758c26a753e081f24a2da88c0f2b71627b359 - 14.3% (47.5 MB)
[#006] sha256:5097a2b6832d84bf87fdc83e07acc2b2e672fa639e970a22ddb77d2a25cd75d2 - 0.0% (233 Bytes)
[#007] sha256:1dbba55ce2dd88a07ecf047b8360d26f279d37cc979f6f3e514a54cd81cde077 - 1.16% (3.84 MB)
[#008] sha256:faed7e3529ded20fd20312e0d8cbd1148ad7cc8bc85d6fd065a25bfa5c9bc94f - 1.56% (5.17 MB)
[#009] sha256:1f10032b555c969ba7fbe07ca7fc873984200c4116c1586f8d79600ca789b61f - 11.81% (39.2 MB)
[#010] sha256:8f3c2c559f629329bfe93cd2060b754a34711b0ec8911922b99d8d19b73b7fba - 0.0% (227 Bytes)
[#011] sha256:3e32a65ac2e30a6c7d52471b4cdca916c7a5037c465b3afcade9cb9bf20cf87d - 0.4% (1.32 MB)
[#012] sha256:9e4c72a452de3af079fa4a6285254c37610f68c9e12a51413dfb819b7aba5089 - 0.21% (727 KB)
[#013] sha256:469efc5eabe524835576fd766e0b047732be5d9610af8a2676e4d6859390aa71 - 0.16% (535 KB)
[#014] sha256:5ffec3b1c764dc720fb3b843d25f0d7a98eefa27b31497bc4022ca6a38e55470 - 0.12% (418 KB)
[#015] sha256:08b13df3e17e5acddb287bd8dc584f6f09038bffc2e68e1989a5bb356f307814 - 0.0% (15.8 KB)
[#016] sha256:43b9f891fe85f24c673aa31470bd816bca6eace6d816f79d3259cfd84646fa37 - 1.52% (5.04 MB)
[#017] sha256:ea6306aaac1dd0a3b0c8255cc040698ec394c3b3f6155d4f1bd91efb93d33c58 - 61.51% (204 MB)
[#018] sha256:762d4c190884f783c8543fa18f1ac410504e216c4f116eb0618463d5263d1e1f - 0.0% (884 Bytes)
[#019] sha256:37c41c9744832cdfffb06774c7f67978e73ab42af93ff8b0d59b8473d1dfd565 - 0.0% (92 Bytes)
/bin/sh -c #(nop) ADD file:c92c248239f8c7b9b3c067650954815f391b7bcb09023f984972c082ace2a8d0 in /
2020-05-29 21:19:46 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-06-10 15:08:02 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8 S6_BEHAVIOUR_IF_STAGE2_FAILS=2 S6_CMD_WAIT_FOR_SERVICES=1
2020-06-10 15:08:03 UTC/bin/ash -o pipefail -c #(nop) SHELL [/bin/ash -o pipefail -c]
2020-06-10 15:08:04 UTC/bin/ash -o pipefail -c #(nop) ARG BASHIO_VERSION=0.9.0
2020-10-14 15:13:52 UTC/bin/ash -o pipefail -c #(nop) ARG S6_OVERLAY_VERSION=2.1.0.0
2020-10-14 15:13:53 UTC/bin/ash -o pipefail -c #(nop) ARG JEMALLOC_VERSION=5.2.1
2020-10-14 15:13:54 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src
2020-10-14 15:15:56 UTC|3 BASHIO_VERSION=0.9.0 JEMALLOC_VERSION=5.2.1 S6_OVERLAY_VERSION=2.1.0.0 /bin/ash -o pipefail -c apk add --no-cache bash jq tzdata ca-certificates curl bind-tools && apk add --no-cache --virtual .build-deps build-base && curl -L -s "https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-amd64.tar.gz" | tar zxvf - -C / && mkdir -p /etc/fix-attrs.d && mkdir -p /etc/services.d && curl -L -s "https://github.com/jemalloc/jemalloc/releases/download/${JEMALLOC_VERSION}/jemalloc-${JEMALLOC_VERSION}.tar.bz2" | tar -xjf - -C /usr/src && cd /usr/src/jemalloc-${JEMALLOC_VERSION} && ./configure && make && make install && mkdir -p /usr/src/bashio && curl -L -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 && apk del .build-deps && rm -rf /usr/src/*
2020-10-14 15:15:57 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /
2020-10-14 15:15:58 UTC/bin/ash -o pipefail -c #(nop) ENTRYPOINT ["/init"]
2020-10-14 15:15:59 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=amd64
2020-10-14 15:16:00 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.image=homeassistant/{arch}-base
2020-10-14 15:16:01 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.name=alpine
2020-10-14 15:16:02 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.version=2020.10.0
2020-10-14 15:16:03 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=base
2020-10-14 15:16:04 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=3.12
2020-10-14 15:34:40 UTC/bin/ash -o pipefail -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-10-14 15:34:41 UTC/bin/ash -o pipefail -c #(nop) SHELL [/bin/ash -o pipefail -c]
2020-10-14 15:34:42 UTC/bin/ash -o pipefail -c apk add --no-cache ca-certificates
2020-10-14 15:34:43 UTC/bin/ash -o pipefail -c #(nop) ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568
2020-10-14 15:34:44 UTC/bin/ash -o pipefail -c #(nop) ENV PYTHON_VERSION=3.8.6
2020-10-14 15:34:46 UTC/bin/ash -o pipefail -c #(nop) COPY multi:2b0e60bebdfa3e86f80a648991df79909c552111c8139b033ab76691042269b9 in /usr/src/
2020-10-14 15:49:08 UTC/bin/ash -o pipefail -c set -ex && apk add --no-cache --virtual .fetch-deps gnupg openssl tar xz && curl -L -o python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" && curl -L -o python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" && export GNUPGHOME="$(mktemp -d)" && echo "disable-ipv6" >> "$GNUPGHOME/dirmngr.conf" && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" && gpg --batch --verify python.tar.xz.asc python.tar.xz && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && rm -rf "$GNUPGHOME" python.tar.xz.asc && mkdir -p /usr/src/python && tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz && rm python.tar.xz && apk add --no-cache --virtual .build-deps patch bzip2-dev coreutils dpkg-dev dpkg expat-dev findutils build-base gdbm-dev libc-dev libffi-dev libnsl-dev openssl openssl-dev libtirpc-dev linux-headers make ncurses-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-dev xz-dev zlib-dev bluez-dev && apk del .fetch-deps && for i in /usr/src/*.patch; do patch -d /usr/src/python -p 1 < "${i}"; done && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-shared --with-lto --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" LDFLAGS="-Wl,--strip-all" CFLAGS="-fno-semantic-interposition -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -ljemalloc" 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
2020-10-14 15:49:10 UTC/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
2020-10-14 15:49:11 UTC/bin/ash -o pipefail -c #(nop) ENV PYTHON_PIP_VERSION=20.2.3
2020-10-14 15:49:17 UTC/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==$PYTHON_PIP_VERSION" ; pip --version; find /usr/local -depth \( -type d -a \( -name test -o -name tests \) \) -exec rm -rf '{}' +; rm -f get-pip.py
2020-10-14 15:49:18 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=amd64
2020-10-14 15:49:19 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.image=homeassistant/{arch}-base-python
2020-10-14 15:49:20 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.name=python
2020-10-14 15:49:21 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.version=2020.10.0
2020-10-14 15:49:22 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=base
2020-10-14 15:49:23 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=3.8-alpine3.12
2020-10-18 14:16:45 UTC/bin/ash -o pipefail -c #(nop) ARG BUILD_ARCH
2020-10-18 14:16:46 UTC/bin/ash -o pipefail -c #(nop) ENV WHEELS_LINKS=https://wheels.home-assistant.io/alpine-3.12/amd64/
2020-10-18 14:16:48 UTC|1 BUILD_ARCH=amd64 /bin/ash -o pipefail -c apk add --no-cache bsd-compat-headers eudev eudev-libs grep libffi libjpeg libjpeg-turbo libpng libstdc++ musl openssl pulseaudio-alsa tiff && ln -s /usr/include/locale.h /usr/include/xlocale.h
2020-10-18 14:16:54 UTC|1 BUILD_ARCH=amd64 /bin/ash -o pipefail -c apk add --no-cache bluez bluez-deprecated bluez-libs cups-libs curl ffmpeg ffmpeg-libs freetds gammu-libs git glib gmp iperf3 libexecinfo libsodium libwebp libxml2 libxslt mariadb-connector-c mpc1 mpfr4 net-tools nmap openssh-client pianobar postgresql-libs pulseaudio-utils socat unixodbc zlib
2020-10-18 14:16:56 UTC/bin/ash -o pipefail -c #(nop) COPY file:803df3fcaf31dbdf84d5a830ad6c52b9e81b1918bdbac9f5ea14dfd4e21420e1 in /usr/src/
2020-10-18 14:17:00 UTC|1 BUILD_ARCH=amd64 /bin/ash -o pipefail -c pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links ${WHEELS_LINKS} -r /usr/src/requirements.txt && rm -f /usr/src/requirements.txt
2020-10-18 14:17:00 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src/
2020-10-18 14:17:01 UTC/bin/ash -o pipefail -c #(nop) ARG SSOCR_VERSION=v2.19.0
2020-10-18 14:17:07 UTC|2 BUILD_ARCH=amd64 SSOCR_VERSION=v2.19.0 /bin/ash -o pipefail -c apk add --no-cache imlib2 && apk add --no-cache --virtual .build-dependencies build-base imlib2-dev && git clone --depth 1 -b ${SSOCR_VERSION} https://github.com/auerswal/ssocr && cd ssocr && make -j$(nproc) && make install && apk del .build-dependencies && rm -rf /usr/src/ssocr
2020-10-18 14:17:08 UTC/bin/ash -o pipefail -c #(nop) ARG ARPSCAN_VERSION=1.9.7
2020-10-18 14:17:19 UTC|3 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=amd64 SSOCR_VERSION=v2.19.0 /bin/ash -o pipefail -c apk add --no-cache libpcap && apk add --no-cache --virtual .build-dependencies autoconf automake build-base libpcap-dev && git clone --depth 1 -b ${ARPSCAN_VERSION} https://github.com/royhills/arp-scan && cd arp-scan && autoreconf --install && ./configure && make -j$(nproc) && make install && apk del .build-dependencies && rm -rf /usr/src/arp-scan
2020-10-18 14:17:35 UTC|3 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=amd64 SSOCR_VERSION=v2.19.0 /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 -b master --depth 1 https://github.com/telldus/telldus && cd telldus/telldus-core && 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
2020-10-18 14:17:37 UTC/bin/ash -o pipefail -c #(nop) COPY dir:a0da672db9057500426c8a02affe5da06c52fdb1dae43df66d308615f88d80b8 in /
2020-10-18 14:17:37 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=amd64
2020-10-18 14:17:38 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=homeassistant-base
2020-10-18 14:17:39 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2020.10.0
2020-10-21 19:26:26 UTC/bin/ash -o pipefail -c #(nop) ENV S6_SERVICES_GRACETIME=60000
2020-10-21 19:26:27 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src
2020-10-30 09:15:11 UTC/bin/ash -o pipefail -c #(nop) COPY dir:c9910a17b69b20a5e7624f6dd4082b7164115e90a3b76e7619f81dec6212ef94 in homeassistant/
2020-10-30 09:22:40 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
2020-10-30 09:22:52 UTC/bin/ash -o pipefail -c #(nop) COPY dir:aca7f5cbbe7fc51f1fcc3618f2639e8815c106d9b7ac10c38ade6d30c2de9f0e in /
2020-10-30 09:22:57 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /config
2020-10-30 09:23:01 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=amd64
2020-10-30 09:23:05 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=core
2020-10-30 09:23:10 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=0.117.1
2020-10-30 09:38:19 UTC
325 MB
E3FF2839C048B25C084DEBE9B26995E310250568
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_PIP_VERSION20.2.3
PYTHON_VERSION3.8.6
S6_BEHAVIOUR_IF_STAGE2_FAILS2
S6_CMD_WAIT_FOR_SERVICES1
S6_SERVICES_GRACETIME60000
WHEELS_LINKShttps://wheels.home-assistant.io/alpine-3.12/armhf/
[#000] sha256:b4b72e716706d29f5d2351709c20bf737b94f876a5472a43ff1b6e203c65d27f - 0.76% (2.48 MB)
[#001] sha256:fd3aa6eed8c20fa2c99c7bf12942652aace8ef0ab0373c107ae3eddbbff373a6 - 0.49% (1.59 MB)
[#002] sha256:05976a74023c436f71147c02c52216f40ab831c4f750842d53612cdd1976f7b5 - 0.0% (109 Bytes)
[#003] sha256:7ab4e06e4ab57919cf622174231b7c47bb8617c0ed0f21c71224cc94df16e0c7 - 6.29% (20.4 MB)
[#004] sha256:d7fd62cfaa049dbada17a4a06d3568ce381f47fb14fcff7e8503cdca914ed1a0 - 0.01% (43.8 KB)
[#005] sha256:dbab81b66721d3950a254692da6f4877552d027b4473488a1e395398b2639aef - 0.0% (1.5 KB)
[#006] sha256:700e78a893c39fb0d571bec3383e9349408f19bfa747ead479e9ee8dd3ef3b6a - 13.93% (45.3 MB)
[#007] sha256:6b6690224f8477348962094013bb5d84b5fab239d65d4867178166ad73b681f2 - 0.0% (234 Bytes)
[#008] sha256:605c4112e478acc560d438d167c97204fd0e0936bbc9e627a30553d3506a274d - 1.18% (3.84 MB)
[#009] sha256:ba97fc36c62cbd2a3d841b8ea6db6e56e260ab066649a9fce54666f117e9fa9f - 1.51% (4.91 MB)
[#010] sha256:a9b404de6f0f8fb1936c61ef3741e37e646d5a4199635cef3e40a41615ead287 - 10.94% (35.6 MB)
[#011] sha256:4d57ee1ee08ed2db49a9046b6f9aa20a57347036ff73e7efd09b380ba9c2a59f - 0.0% (228 Bytes)
[#012] sha256:96c6bc7455cdfb682640f336a318a2570bb2ab521ce1af7b286b877abdc7596e - 0.39% (1.26 MB)
[#013] sha256:f5b0d440b246de0ac6faf219c14c5bc98e0d40bf83aed5504ef6ac13cc92465e - 0.21% (698 KB)
[#014] sha256:fda6d8d546c45d8f4c397d3d6b217f66691a4b30e47a65bfdcd5802b1189556a - 0.16% (531 KB)
[#015] sha256:84ef1e6b2965d2113f86af1d484c0884cc9820325a7720a8e6a80d37562e57f2 - 0.12% (399 KB)
[#016] sha256:e1b413f9901ffa2ee25a388e8bb25b6382f5f8f54d1ab67a2aaf0a4f0913e4d8 - 0.0% (15.8 KB)
[#017] sha256:d5ef50f0469e8a5220dff559b5923cabe4812ca70c368a84ab7b0a0dabeebd3b - 1.55% (5.04 MB)
[#018] sha256:9b42c1e80ea36d9db205fc6d4b68043402db8f5b173b0da0e10e710f2b221313 - 62.44% (203 MB)
[#019] sha256:3bc62c557d32f5118f61989c2e1993b1e2ce0363d0ad9edaa5e50e6e501ba84f - 0.0% (884 Bytes)
[#020] sha256:f3e7936bb6f1cf1176ba60fec2dea6502cc0408e12c0884a4e2764f60b8ce04c - 0.0% (95 Bytes)
/bin/sh -c #(nop) ADD file:f46e997a56849423db17e5fc9f0249ab6c73b155245927dba5fcb9dfd65f622f in /
2020-05-29 21:50:56 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-10-14 15:13:55 UTC/bin/sh -c #(nop) COPY file:5e7dbd6ca4c78ef5f684ceee36b464076b8ab4b5bb85b133abe8dd9ab22ce223 in /usr/bin/qemu-arm-static
2020-10-14 15:13:56 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8 S6_BEHAVIOUR_IF_STAGE2_FAILS=2 S6_CMD_WAIT_FOR_SERVICES=1
2020-10-14 15:13:57 UTC/bin/ash -o pipefail -c #(nop) SHELL [/bin/ash -o pipefail -c]
2020-10-14 15:13:58 UTC/bin/ash -o pipefail -c #(nop) ARG BASHIO_VERSION=0.9.0
2020-10-14 15:13:59 UTC/bin/ash -o pipefail -c #(nop) ARG S6_OVERLAY_VERSION=2.1.0.0
2020-10-14 15:14:00 UTC/bin/ash -o pipefail -c #(nop) ARG JEMALLOC_VERSION=5.2.1
2020-10-14 15:14:01 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src
2020-10-14 15:33:04 UTC|3 BASHIO_VERSION=0.9.0 JEMALLOC_VERSION=5.2.1 S6_OVERLAY_VERSION=2.1.0.0 /bin/ash -o pipefail -c apk add --no-cache bash jq tzdata ca-certificates curl bind-tools && apk add --no-cache --virtual .build-deps build-base && curl -L -s "https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-armhf.tar.gz" | tar zxvf - -C / && mkdir -p /etc/fix-attrs.d && mkdir -p /etc/services.d && curl -L -s "https://github.com/jemalloc/jemalloc/releases/download/${JEMALLOC_VERSION}/jemalloc-${JEMALLOC_VERSION}.tar.bz2" | tar -xjf - -C /usr/src && cd /usr/src/jemalloc-${JEMALLOC_VERSION} && ./configure && make && make install && mkdir -p /usr/src/bashio && curl -L -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 && apk del .build-deps && rm -rf /usr/src/*
2020-10-14 15:33:05 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /
2020-10-14 15:33:06 UTC/bin/ash -o pipefail -c #(nop) ENTRYPOINT ["/init"]
2020-10-14 15:33:07 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=armhf
2020-10-14 15:33:08 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.image=homeassistant/{arch}-base
2020-10-14 15:33:09 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.name=alpine
2020-10-14 15:33:10 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.version=2020.10.0
2020-10-14 15:33:11 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=base
2020-10-14 15:33:12 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=3.12
2020-10-14 15:34:41 UTC/bin/ash -o pipefail -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-10-14 15:34:42 UTC/bin/ash -o pipefail -c #(nop) SHELL [/bin/ash -o pipefail -c]
2020-10-14 15:34:44 UTC/bin/ash -o pipefail -c apk add --no-cache ca-certificates
2020-10-14 15:34:45 UTC/bin/ash -o pipefail -c #(nop) ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568
2020-10-14 15:34:46 UTC/bin/ash -o pipefail -c #(nop) ENV PYTHON_VERSION=3.8.6
2020-10-14 15:34:48 UTC/bin/ash -o pipefail -c #(nop) COPY multi:2b0e60bebdfa3e86f80a648991df79909c552111c8139b033ab76691042269b9 in /usr/src/
2020-10-14 18:14:39 UTC/bin/ash -o pipefail -c set -ex && apk add --no-cache --virtual .fetch-deps gnupg openssl tar xz && curl -L -o python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" && curl -L -o python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" && export GNUPGHOME="$(mktemp -d)" && echo "disable-ipv6" >> "$GNUPGHOME/dirmngr.conf" && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" && gpg --batch --verify python.tar.xz.asc python.tar.xz && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && rm -rf "$GNUPGHOME" python.tar.xz.asc && mkdir -p /usr/src/python && tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz && rm python.tar.xz && apk add --no-cache --virtual .build-deps patch bzip2-dev coreutils dpkg-dev dpkg expat-dev findutils build-base gdbm-dev libc-dev libffi-dev libnsl-dev openssl openssl-dev libtirpc-dev linux-headers make ncurses-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-dev xz-dev zlib-dev bluez-dev && apk del .fetch-deps && for i in /usr/src/*.patch; do patch -d /usr/src/python -p 1 < "${i}"; done && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-shared --with-lto --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" LDFLAGS="-Wl,--strip-all" CFLAGS="-fno-semantic-interposition -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -ljemalloc" 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
2020-10-14 18:14:42 UTC/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
2020-10-14 18:14:42 UTC/bin/ash -o pipefail -c #(nop) ENV PYTHON_PIP_VERSION=20.2.3
2020-10-14 18:15:24 UTC/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==$PYTHON_PIP_VERSION" ; pip --version; find /usr/local -depth \( -type d -a \( -name test -o -name tests \) \) -exec rm -rf '{}' +; rm -f get-pip.py
2020-10-14 18:15:25 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=armhf
2020-10-14 18:15:26 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.image=homeassistant/{arch}-base-python
2020-10-14 18:15:27 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.name=python
2020-10-14 18:15:28 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.version=2020.10.0
2020-10-14 18:15:29 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=base
2020-10-14 18:15:30 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=3.8-alpine3.12
2020-10-18 14:16:51 UTC/bin/ash -o pipefail -c #(nop) ARG BUILD_ARCH
2020-10-18 14:16:51 UTC/bin/ash -o pipefail -c #(nop) ENV WHEELS_LINKS=https://wheels.home-assistant.io/alpine-3.12/armhf/
2020-10-18 14:16:54 UTC|1 BUILD_ARCH=armhf /bin/ash -o pipefail -c apk add --no-cache bsd-compat-headers eudev eudev-libs grep libffi libjpeg libjpeg-turbo libpng libstdc++ musl openssl pulseaudio-alsa tiff && ln -s /usr/include/locale.h /usr/include/xlocale.h
2020-10-18 14:17:01 UTC|1 BUILD_ARCH=armhf /bin/ash -o pipefail -c apk add --no-cache bluez bluez-deprecated bluez-libs cups-libs curl ffmpeg ffmpeg-libs freetds gammu-libs git glib gmp iperf3 libexecinfo libsodium libwebp libxml2 libxslt mariadb-connector-c mpc1 mpfr4 net-tools nmap openssh-client pianobar postgresql-libs pulseaudio-utils socat unixodbc zlib
2020-10-18 14:17:03 UTC/bin/ash -o pipefail -c #(nop) COPY file:803df3fcaf31dbdf84d5a830ad6c52b9e81b1918bdbac9f5ea14dfd4e21420e1 in /usr/src/
2020-10-18 14:17:19 UTC|1 BUILD_ARCH=armhf /bin/ash -o pipefail -c pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links ${WHEELS_LINKS} -r /usr/src/requirements.txt && rm -f /usr/src/requirements.txt
2020-10-18 14:17:19 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src/
2020-10-18 14:17:20 UTC/bin/ash -o pipefail -c #(nop) ARG SSOCR_VERSION=v2.19.0
2020-10-18 14:17:37 UTC|2 BUILD_ARCH=armhf SSOCR_VERSION=v2.19.0 /bin/ash -o pipefail -c apk add --no-cache imlib2 && apk add --no-cache --virtual .build-dependencies build-base imlib2-dev && git clone --depth 1 -b ${SSOCR_VERSION} https://github.com/auerswal/ssocr && cd ssocr && make -j$(nproc) && make install && apk del .build-dependencies && rm -rf /usr/src/ssocr
2020-10-18 14:17:38 UTC/bin/ash -o pipefail -c #(nop) ARG ARPSCAN_VERSION=1.9.7
2020-10-18 14:19:04 UTC|3 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=armhf SSOCR_VERSION=v2.19.0 /bin/ash -o pipefail -c apk add --no-cache libpcap && apk add --no-cache --virtual .build-dependencies autoconf automake build-base libpcap-dev && git clone --depth 1 -b ${ARPSCAN_VERSION} https://github.com/royhills/arp-scan && cd arp-scan && autoreconf --install && ./configure && make -j$(nproc) && make install && apk del .build-dependencies && rm -rf /usr/src/arp-scan
2020-10-18 14:20:59 UTC|3 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=armhf SSOCR_VERSION=v2.19.0 /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 -b master --depth 1 https://github.com/telldus/telldus && cd telldus/telldus-core && 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
2020-10-18 14:21:01 UTC/bin/ash -o pipefail -c #(nop) COPY dir:a0da672db9057500426c8a02affe5da06c52fdb1dae43df66d308615f88d80b8 in /
2020-10-18 14:21:01 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=armhf
2020-10-18 14:21:02 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=homeassistant-base
2020-10-18 14:21:03 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2020.10.0
2020-10-21 19:27:14 UTC/bin/ash -o pipefail -c #(nop) ENV S6_SERVICES_GRACETIME=60000
2020-10-21 19:27:14 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src
2020-10-30 09:14:46 UTC/bin/ash -o pipefail -c #(nop) COPY dir:c9910a17b69b20a5e7624f6dd4082b7164115e90a3b76e7619f81dec6212ef94 in homeassistant/
2020-10-30 09:37:56 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
2020-10-30 09:38:05 UTC/bin/ash -o pipefail -c #(nop) COPY dir:aca7f5cbbe7fc51f1fcc3618f2639e8815c106d9b7ac10c38ade6d30c2de9f0e in /
2020-10-30 09:38:09 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /config
2020-10-30 09:38:12 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=armhf
2020-10-30 09:38:15 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=core
2020-10-30 09:38:19 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=0.117.1
2020-10-30 09:37:03 UTC
318 MB
E3FF2839C048B25C084DEBE9B26995E310250568
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_PIP_VERSION20.2.3
PYTHON_VERSION3.8.6
S6_BEHAVIOUR_IF_STAGE2_FAILS2
S6_CMD_WAIT_FOR_SERVICES1
S6_SERVICES_GRACETIME60000
WHEELS_LINKShttps://wheels.home-assistant.io/alpine-3.12/armv7/
[#000] sha256:52278dd8e57993669c5b72a9620e89bebdc098f2af2379caaa8945f7403f77a2 - 0.72% (2.3 MB)
[#001] sha256:cb81262e8b81644c169cf97187ba086252f056952ef1ba94f79c8015f6a22c46 - 0.5% (1.59 MB)
[#002] sha256:871462bbbe075e9d0f21c2ba7a09ad237b24556f7aeaf85a16cfcbd728ee33de - 0.0% (108 Bytes)
[#003] sha256:e9afa2ec2e15f8f4c03018d2fcb1b8d6f449ded140719d10317e21fac9b48fa8 - 6.21% (19.8 MB)
[#004] sha256:c5577ade6561f4a73247c5e2891a9ee594842c40dc819bd4bab79364b8f2f635 - 0.01% (43.8 KB)
[#005] sha256:1c70fde8899db2ed8c0d446bc413be540dda86b0cf838013dfb1109167d61cac - 0.0% (1.5 KB)
[#006] sha256:51c0d34e8900c00098db20f39c006e147a43d32118883dc3d66745d72c69b42a - 14.04% (44.7 MB)
[#007] sha256:54ecba8f21522d89b6e6332b0d8feb2b9d07e90e461f3b1300643a8e37941091 - 0.0% (236 Bytes)
[#008] sha256:06d36c84da801e6f8baec7a8eea6ec542c065c2bc5ec8ddb4e4854390110f0d3 - 1.21% (3.84 MB)
[#009] sha256:c54b7c1a2fec2884379659226d7cf9fbb46d288dabc718547774f21820b3d419 - 1.41% (4.49 MB)
[#010] sha256:7bb8bd00b1f118296a662eef42894e533e39ed116ec47f6a828899b2d6fdde5c - 10.28% (32.7 MB)
[#011] sha256:6e02ff478d613e21a9e95ee539abf1877a430c1e0e34e3ee5ed53ea780b28b1c - 0.0% (229 Bytes)
[#012] sha256:70abf904c352031b3aa913141c7e05052d1afec8000f5f96611201f2f2e7c2ce - 0.38% (1.22 MB)
[#013] sha256:d85f415f471507dca0e1e085c2988e65f262b1c2c4b787ba0c139b3567c1a4d5 - 0.21% (677 KB)
[#014] sha256:456706be407761e3eecd0d7f040fed3389414e94f0881f9e467089a16c50b5f4 - 0.16% (529 KB)
[#015] sha256:686b095c83b8d8637994189bc980e7fdcbc5fd0246ae216bc1bca8074aba76d7 - 0.12% (389 KB)
[#016] sha256:55ff164ba2b622e4315d89312fbb96fc763f3d73f5564d9cd918633d118a8206 - 0.0% (15.8 KB)
[#017] sha256:fdb4b16dea56cc22a2b1efe498f327993add42e9bb257f962f1087abb3eaf3bd - 1.58% (5.04 MB)
[#018] sha256:cfea9acfd997f37c14a79006f242f8f9c4e6931d6829e4b355d9bb9ff88c8ecb - 63.16% (201 MB)
[#019] sha256:18a4036ddc2186b97c5613dafd9a43d4c2105d54f6a38b9705c220118425b00d - 0.0% (884 Bytes)
[#020] sha256:9693757a96af159266ab45419ebc19898a5957e384b88b31e23721c382e1b82e - 0.0% (95 Bytes)
/bin/sh -c #(nop) ADD file:e97bf0d217846312b19a9f7264604851aedd125c23b4d291eed4c69b880dce26 in /
2020-05-29 21:02:08 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-10-14 15:13:54 UTC/bin/sh -c #(nop) COPY file:5e7dbd6ca4c78ef5f684ceee36b464076b8ab4b5bb85b133abe8dd9ab22ce223 in /usr/bin/qemu-arm-static
2020-10-14 15:13:55 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8 S6_BEHAVIOUR_IF_STAGE2_FAILS=2 S6_CMD_WAIT_FOR_SERVICES=1
2020-10-14 15:13:56 UTC/bin/ash -o pipefail -c #(nop) SHELL [/bin/ash -o pipefail -c]
2020-10-14 15:13:57 UTC/bin/ash -o pipefail -c #(nop) ARG BASHIO_VERSION=0.9.0
2020-10-14 15:13:58 UTC/bin/ash -o pipefail -c #(nop) ARG S6_OVERLAY_VERSION=2.1.0.0
2020-10-14 15:13:59 UTC/bin/ash -o pipefail -c #(nop) ARG JEMALLOC_VERSION=5.2.1
2020-10-14 15:14:00 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src
2020-10-14 15:32:31 UTC|3 BASHIO_VERSION=0.9.0 JEMALLOC_VERSION=5.2.1 S6_OVERLAY_VERSION=2.1.0.0 /bin/ash -o pipefail -c apk add --no-cache bash jq tzdata ca-certificates curl bind-tools && apk add --no-cache --virtual .build-deps build-base && curl -L -s "https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-arm.tar.gz" | tar zxvf - -C / && mkdir -p /etc/fix-attrs.d && mkdir -p /etc/services.d && curl -L -s "https://github.com/jemalloc/jemalloc/releases/download/${JEMALLOC_VERSION}/jemalloc-${JEMALLOC_VERSION}.tar.bz2" | tar -xjf - -C /usr/src && cd /usr/src/jemalloc-${JEMALLOC_VERSION} && ./configure && make && make install && mkdir -p /usr/src/bashio && curl -L -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 && apk del .build-deps && rm -rf /usr/src/*
2020-10-14 15:32:32 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /
2020-10-14 15:32:33 UTC/bin/ash -o pipefail -c #(nop) ENTRYPOINT ["/init"]
2020-10-14 15:32:34 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=armv7
2020-10-14 15:32:35 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.image=homeassistant/{arch}-base
2020-10-14 15:32:36 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.name=alpine
2020-10-14 15:32:37 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.version=2020.10.0
2020-10-14 15:32:38 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=base
2020-10-14 15:32:39 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=3.12
2020-10-14 15:34:39 UTC/bin/ash -o pipefail -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-10-14 15:34:40 UTC/bin/ash -o pipefail -c #(nop) SHELL [/bin/ash -o pipefail -c]
2020-10-14 15:34:42 UTC/bin/ash -o pipefail -c apk add --no-cache ca-certificates
2020-10-14 15:34:43 UTC/bin/ash -o pipefail -c #(nop) ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568
2020-10-14 15:34:44 UTC/bin/ash -o pipefail -c #(nop) ENV PYTHON_VERSION=3.8.6
2020-10-14 15:34:46 UTC/bin/ash -o pipefail -c #(nop) COPY multi:2b0e60bebdfa3e86f80a648991df79909c552111c8139b033ab76691042269b9 in /usr/src/
2020-10-14 17:44:10 UTC/bin/ash -o pipefail -c set -ex && apk add --no-cache --virtual .fetch-deps gnupg openssl tar xz && curl -L -o python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" && curl -L -o python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" && export GNUPGHOME="$(mktemp -d)" && echo "disable-ipv6" >> "$GNUPGHOME/dirmngr.conf" && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" && gpg --batch --verify python.tar.xz.asc python.tar.xz && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && rm -rf "$GNUPGHOME" python.tar.xz.asc && mkdir -p /usr/src/python && tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz && rm python.tar.xz && apk add --no-cache --virtual .build-deps patch bzip2-dev coreutils dpkg-dev dpkg expat-dev findutils build-base gdbm-dev libc-dev libffi-dev libnsl-dev openssl openssl-dev libtirpc-dev linux-headers make ncurses-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-dev xz-dev zlib-dev bluez-dev && apk del .fetch-deps && for i in /usr/src/*.patch; do patch -d /usr/src/python -p 1 < "${i}"; done && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-shared --with-lto --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" LDFLAGS="-Wl,--strip-all" CFLAGS="-fno-semantic-interposition -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -ljemalloc" 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
2020-10-14 17:44:12 UTC/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
2020-10-14 17:44:13 UTC/bin/ash -o pipefail -c #(nop) ENV PYTHON_PIP_VERSION=20.2.3
2020-10-14 17:44:45 UTC/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==$PYTHON_PIP_VERSION" ; pip --version; find /usr/local -depth \( -type d -a \( -name test -o -name tests \) \) -exec rm -rf '{}' +; rm -f get-pip.py
2020-10-14 17:44:46 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=armv7
2020-10-14 17:44:47 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.image=homeassistant/{arch}-base-python
2020-10-14 17:44:48 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.name=python
2020-10-14 17:44:49 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.version=2020.10.0
2020-10-14 17:44:50 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=base
2020-10-14 17:44:51 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=3.8-alpine3.12
2020-10-18 14:18:54 UTC/bin/ash -o pipefail -c #(nop) ARG BUILD_ARCH
2020-10-18 14:18:55 UTC/bin/ash -o pipefail -c #(nop) ENV WHEELS_LINKS=https://wheels.home-assistant.io/alpine-3.12/armv7/
2020-10-18 14:18:58 UTC|1 BUILD_ARCH=armv7 /bin/ash -o pipefail -c apk add --no-cache bsd-compat-headers eudev eudev-libs grep libffi libjpeg libjpeg-turbo libpng libstdc++ musl openssl pulseaudio-alsa tiff && ln -s /usr/include/locale.h /usr/include/xlocale.h
2020-10-18 14:19:04 UTC|1 BUILD_ARCH=armv7 /bin/ash -o pipefail -c apk add --no-cache bluez bluez-deprecated bluez-libs cups-libs curl ffmpeg ffmpeg-libs freetds gammu-libs git glib gmp iperf3 libexecinfo libsodium libwebp libxml2 libxslt mariadb-connector-c mpc1 mpfr4 net-tools nmap openssh-client pianobar postgresql-libs pulseaudio-utils socat unixodbc zlib
2020-10-18 14:19:07 UTC/bin/ash -o pipefail -c #(nop) COPY file:803df3fcaf31dbdf84d5a830ad6c52b9e81b1918bdbac9f5ea14dfd4e21420e1 in /usr/src/
2020-10-18 14:19:23 UTC|1 BUILD_ARCH=armv7 /bin/ash -o pipefail -c pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links ${WHEELS_LINKS} -r /usr/src/requirements.txt && rm -f /usr/src/requirements.txt
2020-10-18 14:19:24 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src/
2020-10-18 14:19:25 UTC/bin/ash -o pipefail -c #(nop) ARG SSOCR_VERSION=v2.19.0
2020-10-18 14:19:42 UTC|2 BUILD_ARCH=armv7 SSOCR_VERSION=v2.19.0 /bin/ash -o pipefail -c apk add --no-cache imlib2 && apk add --no-cache --virtual .build-dependencies build-base imlib2-dev && git clone --depth 1 -b ${SSOCR_VERSION} https://github.com/auerswal/ssocr && cd ssocr && make -j$(nproc) && make install && apk del .build-dependencies && rm -rf /usr/src/ssocr
2020-10-18 14:19:42 UTC/bin/ash -o pipefail -c #(nop) ARG ARPSCAN_VERSION=1.9.7
2020-10-18 14:21:00 UTC|3 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=armv7 SSOCR_VERSION=v2.19.0 /bin/ash -o pipefail -c apk add --no-cache libpcap && apk add --no-cache --virtual .build-dependencies autoconf automake build-base libpcap-dev && git clone --depth 1 -b ${ARPSCAN_VERSION} https://github.com/royhills/arp-scan && cd arp-scan && autoreconf --install && ./configure && make -j$(nproc) && make install && apk del .build-dependencies && rm -rf /usr/src/arp-scan
2020-10-18 14:23:05 UTC|3 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=armv7 SSOCR_VERSION=v2.19.0 /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 -b master --depth 1 https://github.com/telldus/telldus && cd telldus/telldus-core && 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
2020-10-18 14:23:07 UTC/bin/ash -o pipefail -c #(nop) COPY dir:a0da672db9057500426c8a02affe5da06c52fdb1dae43df66d308615f88d80b8 in /
2020-10-18 14:23:07 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=armv7
2020-10-18 14:23:08 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=homeassistant-base
2020-10-18 14:23:09 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2020.10.0
2020-10-21 19:26:29 UTC/bin/ash -o pipefail -c #(nop) ENV S6_SERVICES_GRACETIME=60000
2020-10-21 19:26:30 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src
2020-10-30 09:14:53 UTC/bin/ash -o pipefail -c #(nop) COPY dir:c9910a17b69b20a5e7624f6dd4082b7164115e90a3b76e7619f81dec6212ef94 in homeassistant/
2020-10-30 09:36:40 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
2020-10-30 09:36:50 UTC/bin/ash -o pipefail -c #(nop) COPY dir:aca7f5cbbe7fc51f1fcc3618f2639e8815c106d9b7ac10c38ade6d30c2de9f0e in /
2020-10-30 09:36:54 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /config
2020-10-30 09:36:57 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=armv7
2020-10-30 09:37:00 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=core
2020-10-30 09:37:03 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=0.117.1
2020-10-30 09:37:55 UTC
331 MB
E3FF2839C048B25C084DEBE9B26995E310250568
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_PIP_VERSION20.2.3
PYTHON_VERSION3.8.6
S6_BEHAVIOUR_IF_STAGE2_FAILS2
S6_CMD_WAIT_FOR_SERVICES1
S6_SERVICES_GRACETIME60000
WHEELS_LINKShttps://wheels.home-assistant.io/alpine-3.12/aarch64/
[#000] sha256:b538f80385f9b48122e3da068c932a96ea5018afa3c7be79da00437414bd18cd - 0.78% (2.58 MB)
[#001] sha256:bdf30ec3803c1e45a2833f6486df9eadc83a80801848fc74d816cc0e3bc5637c - 0.56% (1.84 MB)
[#002] sha256:2b5f9169a077bf22e3e23029d646ab424cdeced6f3be814e6feb211ea86f0169 - 0.0% (109 Bytes)
[#003] sha256:f11be3bbc9b4f27eb6396b3c49a68b264c1836570880da6947d9e2561b4a7fd3 - 6.39% (21.1 MB)
[#004] sha256:cd35b2e054c06068649ce6c661d8e52646ab2208f4c57ddcfee1bc8684dde522 - 0.01% (43.8 KB)
[#005] sha256:308937a7f818d4e3fac3d455e61ac01fcdc62a18471526eeaecfe386e39907ae - 0.0% (1.5 KB)
[#006] sha256:12a358d37bd6dc0335b82b5bea9e1440d3fda8e30afac8f0ab4de9925067a108 - 14.24% (47.1 MB)
[#007] sha256:f59d8718d5bb5b052123bd1598aecad997be6f776f019fd94c32df3393ad02cd - 0.0% (236 Bytes)
[#008] sha256:54d4255bd4265d95d5529f3728d999567a0e4bfad2ff2d20218736771b26bc3c - 1.16% (3.84 MB)
[#009] sha256:ecbb5e3a2ffeb780ebe8a1ac53f4ef012f51c61efa82465edafad2d2cd0dbeed - 1.52% (5.01 MB)
[#010] sha256:cd768be28c7bbb2959e4643886803e7cdefddbccb24c2903bf0a5574258a05f1 - 11.56% (38.2 MB)
[#011] sha256:eeebb34797a13d19d6310a19717fb3beb884f9989ad15f5b578247ac801d42ed - 0.0% (227 Bytes)
[#012] sha256:f28152be3dc0fbe47f456326686bb92502e26cf03cd853deb371cf5b42e044f9 - 0.4% (1.31 MB)
[#013] sha256:a3d2a7f7cde5a52e5ab67346038275a78f04d57ede2d0f2ebb1e41927c243896 - 0.21% (720 KB)
[#014] sha256:7f65f0f9bed7ad6f75230f8708e23594e4190efad0dd98b286a7cff3c08ff8a9 - 0.16% (533 KB)
[#015] sha256:d2cffe588f13ac6d8d2d888ba835e5c476f9676ac849377be7e80593914ce7f1 - 0.12% (416 KB)
[#016] sha256:26cc0ef91d0bfb24edfbd0c5e09403dcd14537e3ccc29c33cbc07d4d8c76c8ae - 0.0% (15.8 KB)
[#017] sha256:ceed9ad65f42122fbd9fe8d4ef591d1de81679e3f0d105a5f90c0148bdf108e5 - 1.52% (5.04 MB)
[#018] sha256:422aa727980cb26c735c03c9afc8c7c534fee8cf2f856880f30c2996ac8e82d7 - 61.37% (203 MB)
[#019] sha256:bf1b03c9465d3557294c9057f2503b64976407088aae2a3875e3782d787b04fa - 0.0% (885 Bytes)
[#020] sha256:2c89bf2748c8c8c9c00f902c495f78d2363692099ac967b923bab4ecb39a1115 - 0.0% (95 Bytes)
/bin/sh -c #(nop) ADD file:7574aee4e37a85460ab889212d52912723a9b30dda1c060548f0deb4a05fc398 in /
2020-05-29 21:43:20 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-10-14 15:13:52 UTC/bin/sh -c #(nop) COPY file:0907895e680e975bb831f980f7caedfbac990e10477f55a0ac4706a780d4581e in /usr/bin/qemu-aarch64-static
2020-10-14 15:13:53 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8 S6_BEHAVIOUR_IF_STAGE2_FAILS=2 S6_CMD_WAIT_FOR_SERVICES=1
2020-10-14 15:13:54 UTC/bin/ash -o pipefail -c #(nop) SHELL [/bin/ash -o pipefail -c]
2020-10-14 15:13:55 UTC/bin/ash -o pipefail -c #(nop) ARG BASHIO_VERSION=0.9.0
2020-10-14 15:13:56 UTC/bin/ash -o pipefail -c #(nop) ARG S6_OVERLAY_VERSION=2.1.0.0
2020-10-14 15:13:57 UTC/bin/ash -o pipefail -c #(nop) ARG JEMALLOC_VERSION=5.2.1
2020-10-14 15:13:58 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src
2020-10-14 15:31:45 UTC|3 BASHIO_VERSION=0.9.0 JEMALLOC_VERSION=5.2.1 S6_OVERLAY_VERSION=2.1.0.0 /bin/ash -o pipefail -c apk add --no-cache bash jq tzdata ca-certificates curl bind-tools && apk add --no-cache --virtual .build-deps build-base && curl -L -s "https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-aarch64.tar.gz" | tar zxvf - -C / && mkdir -p /etc/fix-attrs.d && mkdir -p /etc/services.d && curl -L -s "https://github.com/jemalloc/jemalloc/releases/download/${JEMALLOC_VERSION}/jemalloc-${JEMALLOC_VERSION}.tar.bz2" | tar -xjf - -C /usr/src && cd /usr/src/jemalloc-${JEMALLOC_VERSION} && ./configure && make && make install && mkdir -p /usr/src/bashio && curl -L -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 && apk del .build-deps && rm -rf /usr/src/*
2020-10-14 15:31:46 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /
2020-10-14 15:31:47 UTC/bin/ash -o pipefail -c #(nop) ENTRYPOINT ["/init"]
2020-10-14 15:31:48 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=aarch64
2020-10-14 15:31:49 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.image=homeassistant/{arch}-base
2020-10-14 15:31:50 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.name=alpine
2020-10-14 15:31:51 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.version=2020.10.0
2020-10-14 15:31:52 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=base
2020-10-14 15:31:53 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=3.12
2020-10-14 15:34:43 UTC/bin/ash -o pipefail -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-10-14 15:34:44 UTC/bin/ash -o pipefail -c #(nop) SHELL [/bin/ash -o pipefail -c]
2020-10-14 15:34:46 UTC/bin/ash -o pipefail -c apk add --no-cache ca-certificates
2020-10-14 15:34:47 UTC/bin/ash -o pipefail -c #(nop) ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568
2020-10-14 15:34:48 UTC/bin/ash -o pipefail -c #(nop) ENV PYTHON_VERSION=3.8.6
2020-10-14 15:34:50 UTC/bin/ash -o pipefail -c #(nop) COPY multi:2b0e60bebdfa3e86f80a648991df79909c552111c8139b033ab76691042269b9 in /usr/src/
2020-10-14 18:12:01 UTC/bin/ash -o pipefail -c set -ex && apk add --no-cache --virtual .fetch-deps gnupg openssl tar xz && curl -L -o python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" && curl -L -o python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" && export GNUPGHOME="$(mktemp -d)" && echo "disable-ipv6" >> "$GNUPGHOME/dirmngr.conf" && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" && gpg --batch --verify python.tar.xz.asc python.tar.xz && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && rm -rf "$GNUPGHOME" python.tar.xz.asc && mkdir -p /usr/src/python && tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz && rm python.tar.xz && apk add --no-cache --virtual .build-deps patch bzip2-dev coreutils dpkg-dev dpkg expat-dev findutils build-base gdbm-dev libc-dev libffi-dev libnsl-dev openssl openssl-dev libtirpc-dev linux-headers make ncurses-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-dev xz-dev zlib-dev bluez-dev && apk del .fetch-deps && for i in /usr/src/*.patch; do patch -d /usr/src/python -p 1 < "${i}"; done && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-shared --with-lto --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" LDFLAGS="-Wl,--strip-all" CFLAGS="-fno-semantic-interposition -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -ljemalloc" 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
2020-10-14 18:12:04 UTC/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
2020-10-14 18:12:05 UTC/bin/ash -o pipefail -c #(nop) ENV PYTHON_PIP_VERSION=20.2.3
2020-10-14 18:12:45 UTC/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==$PYTHON_PIP_VERSION" ; pip --version; find /usr/local -depth \( -type d -a \( -name test -o -name tests \) \) -exec rm -rf '{}' +; rm -f get-pip.py
2020-10-14 18:12:45 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=aarch64
2020-10-14 18:12:46 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.image=homeassistant/{arch}-base-python
2020-10-14 18:12:47 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.name=python
2020-10-14 18:12:48 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.version=2020.10.0
2020-10-14 18:12:49 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=base
2020-10-14 18:12:50 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=3.8-alpine3.12
2020-10-18 14:19:01 UTC/bin/ash -o pipefail -c #(nop) ARG BUILD_ARCH
2020-10-18 14:19:01 UTC/bin/ash -o pipefail -c #(nop) ENV WHEELS_LINKS=https://wheels.home-assistant.io/alpine-3.12/aarch64/
2020-10-18 14:19:04 UTC|1 BUILD_ARCH=aarch64 /bin/ash -o pipefail -c apk add --no-cache bsd-compat-headers eudev eudev-libs grep libffi libjpeg libjpeg-turbo libpng libstdc++ musl openssl pulseaudio-alsa tiff && ln -s /usr/include/locale.h /usr/include/xlocale.h
2020-10-18 14:19:12 UTC|1 BUILD_ARCH=aarch64 /bin/ash -o pipefail -c apk add --no-cache bluez bluez-deprecated bluez-libs cups-libs curl ffmpeg ffmpeg-libs freetds gammu-libs git glib gmp iperf3 libexecinfo libsodium libwebp libxml2 libxslt mariadb-connector-c mpc1 mpfr4 net-tools nmap openssh-client pianobar postgresql-libs pulseaudio-utils socat unixodbc zlib
2020-10-18 14:19:15 UTC/bin/ash -o pipefail -c #(nop) COPY file:803df3fcaf31dbdf84d5a830ad6c52b9e81b1918bdbac9f5ea14dfd4e21420e1 in /usr/src/
2020-10-18 14:19:28 UTC|1 BUILD_ARCH=aarch64 /bin/ash -o pipefail -c pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links ${WHEELS_LINKS} -r /usr/src/requirements.txt && rm -f /usr/src/requirements.txt
2020-10-18 14:19:29 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src/
2020-10-18 14:19:30 UTC/bin/ash -o pipefail -c #(nop) ARG SSOCR_VERSION=v2.19.0
2020-10-18 14:19:47 UTC|2 BUILD_ARCH=aarch64 SSOCR_VERSION=v2.19.0 /bin/ash -o pipefail -c apk add --no-cache imlib2 && apk add --no-cache --virtual .build-dependencies build-base imlib2-dev && git clone --depth 1 -b ${SSOCR_VERSION} https://github.com/auerswal/ssocr && cd ssocr && make -j$(nproc) && make install && apk del .build-dependencies && rm -rf /usr/src/ssocr
2020-10-18 14:19:48 UTC/bin/ash -o pipefail -c #(nop) ARG ARPSCAN_VERSION=1.9.7
2020-10-18 14:21:18 UTC|3 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=aarch64 SSOCR_VERSION=v2.19.0 /bin/ash -o pipefail -c apk add --no-cache libpcap && apk add --no-cache --virtual .build-dependencies autoconf automake build-base libpcap-dev && git clone --depth 1 -b ${ARPSCAN_VERSION} https://github.com/royhills/arp-scan && cd arp-scan && autoreconf --install && ./configure && make -j$(nproc) && make install && apk del .build-dependencies && rm -rf /usr/src/arp-scan
2020-10-18 14:23:18 UTC|3 ARPSCAN_VERSION=1.9.7 BUILD_ARCH=aarch64 SSOCR_VERSION=v2.19.0 /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 -b master --depth 1 https://github.com/telldus/telldus && cd telldus/telldus-core && 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
2020-10-18 14:23:20 UTC/bin/ash -o pipefail -c #(nop) COPY dir:a0da672db9057500426c8a02affe5da06c52fdb1dae43df66d308615f88d80b8 in /
2020-10-18 14:23:20 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=aarch64
2020-10-18 14:23:21 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=homeassistant-base
2020-10-18 14:23:22 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=2020.10.0
2020-10-21 19:26:21 UTC/bin/ash -o pipefail -c #(nop) ENV S6_SERVICES_GRACETIME=60000
2020-10-21 19:26:21 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src
2020-10-30 09:14:51 UTC/bin/ash -o pipefail -c #(nop) COPY dir:c9910a17b69b20a5e7624f6dd4082b7164115e90a3b76e7619f81dec6212ef94 in homeassistant/
2020-10-30 09:37: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
2020-10-30 09:37:41 UTC/bin/ash -o pipefail -c #(nop) COPY dir:aca7f5cbbe7fc51f1fcc3618f2639e8815c106d9b7ac10c38ade6d30c2de9f0e in /
2020-10-30 09:37:44 UTC/bin/ash -o pipefail -c #(nop) WORKDIR /config
2020-10-30 09:37:48 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=aarch64
2020-10-30 09:37:51 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=core
2020-10-30 09:37:55 UTC/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=0.117.1
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.