Namespace
homeassistant
Image / Tag
amd64-addon-otbr:0.1.1
Content Digest
sha256:9e18c8ba448cdd26c94d61c2cebe86ec8415807b6072f7485be9c612e6de0198
Details
Created

2022-04-05 12:23:09 UTC

Size

117 MB

Content Digest
Labels
  • io.hass.arch
    amd64
  • io.hass.base.arch
    amd64
  • io.hass.base.image
    debian:bullseye-slim
  • io.hass.base.name
    debian
  • io.hass.base.version
    2022.02.0
  • io.hass.description
    OpenThread Border Router add-on
  • io.hass.name
    OpenThread Border Router
  • io.hass.type
    addon
  • io.hass.url
    https://github.com/home-assistant/addons-development/tree/master/openthread_border_router
  • io.hass.version
    0.1.1
  • org.opencontainers.image.created
    2022-04-05 12:23:00+00:00
  • org.opencontainers.image.source
    https://github.com/home-assistant/docker-base
  • org.opencontainers.image.version
    0.1.1

Environment
BACKBONE_ROUTER

1

BORDER_ROUTING

1

CURL_CA_BUNDLE

/etc/ssl/certs/ca-certificates.crt

DEBIAN_FRONTEND

noninteractive

DOCKER

1

LANG

C.UTF-8

OTBR_BUILD_DEPS

build-essential ninja-build cmake wget ca-certificates libreadline-dev libncurses-dev libcpputest-dev libdbus-1-dev libavahi-common-dev libavahi-client-dev libboost-dev libboost-filesystem-dev libboost-system-dev libnetfilter-queue-dev

OTBR_OPTIONS

-DOTBR_DBUS=OFF -DOT_POSIX_CONFIG_RCP_BUS=UART -DOT_LINK_RAW=1 -DOTBR_VENDOR_NAME=HomeAssistant -DOTBR_PRODUCT_NAME=OpenThreadBorderRouter

OTBR_UNUSED_DEBS

libavahi-client3 avahi-daemon rsyslog

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PLATFORM

debian

RELEASE

1

REST_API

1

S6_BEHAVIOUR_IF_STAGE2_FAILS

2

S6_CMD_WAIT_FOR_SERVICES

1

WEB_GUI

1


Layers

[#000] sha256:5eb5b503b37671af16371272f9c5313a3e82f1d0756e14506704489ad9900803 - 25.56% (29.9 MB)

[#001] sha256:1e3fa5ff5951ec4354b13870b959e3b1c8705feddd1916f6cfde4496a3df4658 - 5.4% (6.32 MB)

[#002] sha256:54ac31a9c0f668d2454b7e41490bd6184d8f81e90538c38f6e9fafb290460330 - 0.0% (753 Bytes)

[#003] sha256:5efe6d9853898216efdb1acf7f75a27e27f9fe053661d7bc36552f1e3cf8764a - 69.04% (80.8 MB)

[#004] sha256:bae5d83173b54b717d25c5852f923d089a1df01675121932ac5cd155e022f022 - 0.0% (1.26 KB)


History
2022-01-26 01:40:35 UTC

/bin/sh -c #(nop) ADD file:90495c24c897ec47982e200f732f8be3109fcd791691ddffae0756898f91024f in /

2022-01-26 01:40:36 UTC

/bin/sh -c #(nop) CMD ["bash"]

2022-02-08 08:38:09 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8 DEBIAN_FRONTEND=noninteractive CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt S6_BEHAVIOUR_IF_STAGE2_FAILS=2 S6_CMD_WAIT_FOR_SERVICES=1

2022-02-08 08:38:10 UTC

/bin/bash -o pipefail -c #(nop) SHELL [/bin/bash -o pipefail -c]

2022-02-08 08:38:11 UTC

/bin/bash -o pipefail -c #(nop) ARG BASHIO_VERSION TEMPIO_VERSION S6_OVERLAY_VERSION

2022-02-08 08:38:12 UTC

/bin/bash -o pipefail -c #(nop) WORKDIR /usr/src

2022-02-08 08:38:13 UTC

/bin/bash -o pipefail -c #(nop) ARG BUILD_ARCH

2022-02-08 08:38:22 UTC

|4 BASHIO_VERSION=0.14.3 BUILD_ARCH=amd64 S6_OVERLAY_VERSION=2.1.0.2 TEMPIO_VERSION=2021.09.0 /bin/bash -o pipefail -c set -x && apt-get update && apt-get install -y --no-install-recommends bash jq tzdata curl ca-certificates && mkdir -p /usr/share/man/man1 && if [ "${BUILD_ARCH}" = "armv7" ]; then export S6_ARCH="arm"; elif [ "${BUILD_ARCH}" = "i386" ]; then export S6_ARCH="x86"; else export S6_ARCH="${BUILD_ARCH}"; fi && curl -L -f -s "https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-${S6_ARCH}.tar.gz" | tar zxvf - -C / && mkdir -p /etc/fix-attrs.d && mkdir -p /etc/services.d && curl -L -f -s -o /usr/bin/tempio "https://github.com/home-assistant/tempio/releases/download/${TEMPIO_VERSION}/tempio_${BUILD_ARCH}" && chmod a+x /usr/bin/tempio && mkdir -p /usr/src/bashio && curl -L -f -s "https://github.com/hassio-addons/bashio/archive/v${BASHIO_VERSION}.tar.gz" | tar -xzf - --strip 1 -C /usr/src/bashio && mv /usr/src/bashio/lib /usr/lib/bashio && ln -s /usr/lib/bashio/bashio /usr/bin/bashio && rm -rf /var/lib/apt/lists/* && rm -rf /usr/src/*

2022-02-08 08:38:22 UTC

/bin/bash -o pipefail -c #(nop) WORKDIR /

2022-02-08 08:38:23 UTC

/bin/bash -o pipefail -c #(nop) ENTRYPOINT ["/init"]

2022-02-08 08:38:24 UTC

/bin/bash -o pipefail -c #(nop) LABEL io.hass.arch=amd64

2022-02-08 08:38:25 UTC

/bin/bash -o pipefail -c #(nop) LABEL io.hass.base.arch=amd64

2022-02-08 08:38:26 UTC

/bin/bash -o pipefail -c #(nop) LABEL io.hass.base.image=debian:bullseye-slim

2022-02-08 08:38:27 UTC

/bin/bash -o pipefail -c #(nop) LABEL io.hass.base.name=debian

2022-02-08 08:38:28 UTC

/bin/bash -o pipefail -c #(nop) LABEL io.hass.base.version=2022.02.0

2022-02-08 08:38:29 UTC

/bin/bash -o pipefail -c #(nop) LABEL io.hass.type=base

2022-02-08 08:38:30 UTC

/bin/bash -o pipefail -c #(nop) LABEL io.hass.version=2022.02.0

2022-02-08 08:38:31 UTC

/bin/bash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2022-02-08 08:38:06+00:00

2022-02-08 08:38:32 UTC

/bin/bash -o pipefail -c #(nop) LABEL org.opencontainers.image.source=https://github.com/home-assistant/docker-base

2022-02-08 08:38:33 UTC

/bin/bash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=2022.02.0

2022-04-04 08:27:07 UTC

/bin/bash -o pipefail -c #(nop) ARG BUILD_ARCH

2022-04-04 08:27:08 UTC

/bin/bash -o pipefail -c #(nop) ARG OTBR_VERSION=f675594698179d61db46416b0e3b5e77476553a9

2022-04-04 08:27:09 UTC

/bin/bash -o pipefail -c #(nop) SHELL [/bin/bash -o pipefail -c]

2022-04-04 08:27:10 UTC

/bin/bash -o pipefail -c #(nop) ENV BORDER_ROUTING=1

2022-04-04 08:27:11 UTC

/bin/bash -o pipefail -c #(nop) ENV BACKBONE_ROUTER=1

2022-04-04 08:27:12 UTC

/bin/bash -o pipefail -c #(nop) ENV OTBR_OPTIONS=-DOTBR_DBUS=OFF -DOT_POSIX_CONFIG_RCP_BUS=UART -DOT_LINK_RAW=1 -DOTBR_VENDOR_NAME=HomeAssistant -DOTBR_PRODUCT_NAME=OpenThreadBorderRouter

2022-04-04 08:27:13 UTC

/bin/bash -o pipefail -c #(nop) ENV PLATFORM=debian

2022-04-04 08:27:14 UTC

/bin/bash -o pipefail -c #(nop) ENV RELEASE=1

2022-04-04 08:27:15 UTC

/bin/bash -o pipefail -c #(nop) ENV WEB_GUI=1

2022-04-04 08:27:16 UTC

/bin/bash -o pipefail -c #(nop) ENV REST_API=1

2022-04-04 08:27:17 UTC

/bin/bash -o pipefail -c #(nop) ENV DOCKER=1

2022-04-04 08:27:19 UTC

/bin/bash -o pipefail -c #(nop) COPY file:63f88522406d443b1a4d03ace389bf741c4295ec8d7b0bea213ebda7221c8d9e in /usr/src

2022-04-04 08:27:19 UTC

/bin/bash -o pipefail -c #(nop) ENV OTBR_BUILD_DEPS=build-essential ninja-build cmake wget ca-certificates libreadline-dev libncurses-dev libcpputest-dev libdbus-1-dev libavahi-common-dev libavahi-client-dev libboost-dev libboost-filesystem-dev libboost-system-dev libnetfilter-queue-dev

2022-04-04 08:27:20 UTC

/bin/bash -o pipefail -c #(nop) ENV OTBR_UNUSED_DEBS=libavahi-client3 avahi-daemon rsyslog

2022-04-04 08:27:21 UTC

/bin/bash -o pipefail -c #(nop) WORKDIR /usr/src

2022-04-04 08:30:03 UTC

|2 BUILD_ARCH=amd64 OTBR_VERSION=f675594698179d61db46416b0e3b5e77476553a9 /bin/bash -o pipefail -c set -x && apt-get update && apt-get install -y --no-install-recommends git iproute2 lsb-release sudo nodejs npm && git clone --depth 1 -b main https://github.com/openthread/ot-br-posix.git && cd ot-br-posix && git fetch origin ${OTBR_VERSION} && git checkout ${OTBR_VERSION} && git submodule update --init && ./script/bootstrap && patch -p1 < /usr/src/0001-Avoid-writing-to-system-console.patch && ./script/setup && apt-get purge -y --auto-remove git ${OTBR_BUILD_DEPS} ${OTBR_UNUSED_DEBS} && rm -rf /var/lib/apt/lists/* && rm -rf /usr/src/*

2022-04-05 12:23:02 UTC

/bin/bash -o pipefail -c #(nop) COPY dir:428ab4d2ca6368ca583ea43caaed0ca174322d93943c184677c3459947bbff42 in /

2022-04-05 12:23:02 UTC

/bin/bash -o pipefail -c #(nop) LABEL io.hass.arch=amd64

2022-04-05 12:23:03 UTC

/bin/bash -o pipefail -c #(nop) LABEL io.hass.description=OpenThread Border Router add-on

2022-04-05 12:23:04 UTC

/bin/bash -o pipefail -c #(nop) LABEL io.hass.name=OpenThread Border Router

2022-04-05 12:23:05 UTC

/bin/bash -o pipefail -c #(nop) LABEL io.hass.type=addon

2022-04-05 12:23:06 UTC

/bin/bash -o pipefail -c #(nop) LABEL io.hass.url=https://github.com/home-assistant/addons-development/tree/master/openthread_border_router

2022-04-05 12:23:07 UTC

/bin/bash -o pipefail -c #(nop) LABEL io.hass.version=0.1.1

2022-04-05 12:23:08 UTC

/bin/bash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2022-04-05 12:23:00+00:00

2022-04-05 12:23:09 UTC

/bin/bash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=0.1.1

Danger Zone
Delete Tag

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.

Delete