openthread-border-router (arm64)
Published 2026-04-22 09:02:33 +00:00 by cfbraun
Installation
docker pull git.braun-bonn.de/ha-addons/openthread-border-router:arm64sha256:352fa75f34a2278af88151ff5cb934119bd01ed7f174d94dcefe41d9d4fe4771Image layers
| # debian.sh --arch 'arm64' out/ 'trixie' '@1775433600' |
| COPY / / # buildkit |
| ENTRYPOINT ["/init"] |
| SHELL [/bin/bash -o pipefail -c] |
| ENV LANG=C.UTF-8 DEBIAN_FRONTEND=noninteractive CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt S6_BEHAVIOUR_IF_STAGE2_FAILS=2 S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_CMD_WAIT_FOR_SERVICES=1 S6_SERVICES_READYTIME=50 |
| LABEL io.hass.type=base io.hass.base.name=debian |
| SHELL [/bin/bash -o pipefail -c] |
| ARG SERIALX_VERSION=0.5.0 |
| ARG UNIVERSAL_SILABS_FLASHER_VERSION=0.1.2 |
| RUN |2 SERIALX_VERSION=0.5.0 UNIVERSAL_SILABS_FLASHER_VERSION=0.1.2 /bin/bash -o pipefail -c set -x && apt-get update && apt-get install -y --no-install-recommends python3 python3-pip netcat-openbsd socat iproute2 iputils-ping ipset iptables libreadline8 libncurses6 libprotobuf-lite32 libjsoncpp26 && pip install --break-system-packages --no-cache-dir universal-silabs-flasher==${UNIVERSAL_SILABS_FLASHER_VERSION} serialx==${SERIALX_VERSION} && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN |2 SERIALX_VERSION=0.5.0 UNIVERSAL_SILABS_FLASHER_VERSION=0.1.2 /bin/bash -o pipefail -c mkdir -p /etc/iproute2 && echo "88 openthread" >> /etc/iproute2/rt_tables # buildkit |
| COPY /opt/otbr-beta /opt/otbr-beta # buildkit |
| COPY /opt/otbr-stable /opt/otbr-stable # buildkit |
| COPY /usr/sbin/mdnsd /opt/otbr-stable/sbin/mdnsd # buildkit |
| COPY /usr/lib/libdns_sd.so /usr/lib/libdns_sd.so # buildkit |
| COPY /usr/lib/libdns_sd.so.1 /usr/lib/libdns_sd.so.1 # buildkit |
| COPY rootfs / # buildkit |
| ENV S6_STAGE2_HOOK=/etc/s6-overlay/scripts/enable-check.sh |
Labels
| Key | Value |
|---|---|
| io.hass.arch | aarch64 |
| io.hass.base.arch | aarch64 |
| io.hass.base.image | debian:trixie-slim |
| io.hass.base.name | debian |
| io.hass.base.version | 2026.04.0 |
| io.hass.type | base |
| io.hass.version | 2026.04.0 |
| org.opencontainers.image.created | 2026-04-13 10:06:44+00:00 |
| org.opencontainers.image.source | https://github.com/home-assistant/docker-base |
| org.opencontainers.image.version | 2026.04.0 |
Details
Versions (3)
View all