Namespace
homeassistant
Image / Tag
amd64-addon-otbr:0.2.1
Content Digest
sha256:f04dc1b5ba75b18858102bdf840f6e8212d63570324138664facd3e1b8c4f0d4
Details
Created

2022-04-29 21:34:57 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.2.1
  • org.opencontainers.image.created
    2022-04-29 21:34:49+00:00
  • org.opencontainers.image.source
    https://github.com/home-assistant/docker-base
  • org.opencontainers.image.version
    0.2.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_DIAGNOSTIC=1 -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.55% (29.9 MB)

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

[#002] sha256:808c84ba479590a232a92d3ed5f9af8046486a50d0166bbb633ca8fcb8558e79 - 0.0% (768 Bytes)

[#003] sha256:b1428e79cbd9ab5470f0ceb3ba22768bd13d8def05551e18e8afc5529cebf62b - 69.05% (80.8 MB)

[#004] sha256:b8f4342e8a321c528e24eb945b2844a6030f6b79be476af82aeac98beff00db6 - 0.0% (1.67 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-19 18:31:05 UTC

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

2022-04-19 18:31:06 UTC

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

2022-04-19 18:31:07 UTC

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

2022-04-19 18:31:08 UTC

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

2022-04-29 11:15:56 UTC

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

2022-04-29 11:15:57 UTC

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

2022-04-29 11:15:58 UTC

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

2022-04-29 11:15:59 UTC

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

2022-04-29 11:16:00 UTC

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

2022-04-29 11:16:01 UTC

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

2022-04-29 11:16:03 UTC

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

2022-04-29 11:16:03 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-29 11:16:04 UTC

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

2022-04-29 11:16:05 UTC

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

2022-04-29 11:18:55 UTC

|2 BUILD_ARCH=amd64 OTBR_VERSION=f8399eb084e24409c49a5525d9591f9ae7b7ebaa /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-29 21:34:50 UTC

/bin/bash -o pipefail -c #(nop) COPY dir:94a8aab29934cd95db4f1493010df16f7795071e0712f86d8b52266f33f0727d in /

2022-04-29 21:34:50 UTC

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

2022-04-29 21:34:51 UTC

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

2022-04-29 21:34:52 UTC

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

2022-04-29 21:34:53 UTC

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

2022-04-29 21:34:54 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-29 21:34:55 UTC

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

2022-04-29 21:34:56 UTC

/bin/bash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2022-04-29 21:34:49+00:00

2022-04-29 21:34:57 UTC

/bin/bash -o pipefail -c #(nop) LABEL org.opencontainers.image.version=0.2.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