Namespace
homeassistant
Image / Tag
amd64-addon-matter-server:0.2.2
Content Digest
sha256:7d2e97a26913bf1eddce483e7f3850574e425d64ea2c5f459c8faa3b2216fc0f
Details
Created

2022-06-22 16:22:44 UTC

Size

126 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.06.2
  • io.hass.description
    Matter WebSocket Server (Connected Home over IP) for Home Assistant Matter support.
  • io.hass.name
    Matter Server
  • io.hass.type
    addon
  • io.hass.url
    https://github.com/home-assistant/addons-development/tree/master/matter_server
  • io.hass.version
    0.2.2
  • org.opencontainers.image.created
    2022-06-22 16:06:33+00:00
  • org.opencontainers.image.source
    https://github.com/home-assistant/docker-base
  • org.opencontainers.image.version
    0.2.2

Environment
CURL_CA_BUNDLE

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

DEBIAN_FRONTEND

noninteractive

LANG

C.UTF-8

PATH

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

S6_BEHAVIOUR_IF_STAGE2_FAILS

2

S6_CMD_WAIT_FOR_SERVICES

1

S6_CMD_WAIT_FOR_SERVICES_MAXTIME

0


Layers

[#000] sha256:42c077c10790d51b6f75c4eb895cbd4da37558f7215b39cbf64c46b288f89bda - 23.82% (29.9 MB)

[#001] sha256:2e59ff0d6a11e086c453b2f27f8d767a6df86658efcecf1a4b703e763ba84f53 - 5.94% (7.46 MB)

[#002] sha256:19fa10656f1faa751b136cd3c5142088ff13ecc52dc88bfa3bdd10c601fa49f1 - 35.47% (44.6 MB)

[#003] sha256:bf0b4c9901a91c87aa1de90334c9f9ecf0a3f2e5bea743794e207d81ea9889b6 - 0.28% (363 KB)

[#004] sha256:622e39806dabfe5fe501f9801dc5098f38de228693707fbe6d4f02d5f19c26c6 - 10.66% (13.4 MB)

[#005] sha256:96e89f986be0e43bf46f2021ea5e97c0c2632a0cece730e7629d318b7e8bb0e3 - 23.83% (29.9 MB)

[#006] sha256:e4660cd6ada7f6efced06e535adbabbeefc8a64d2638a3520c8345e75ef6801c - 0.0% (1.37 KB)


History
2022-05-28 01:20:23 UTC

/bin/sh -c #(nop) ADD file:134f25aec8adf83cb940ba073a3409ca85dbb5ae592b704f95193e7d2539a3bc in /

2022-05-28 01:20:23 UTC

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

2022-06-13 16:18:52 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_MAXTIME=0 S6_CMD_WAIT_FOR_SERVICES=1

2022-06-13 16:18:52 UTC

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

2022-06-13 16:18:53 UTC

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

2022-06-13 16:18:54 UTC

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

2022-06-13 16:18:55 UTC

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

2022-06-22 13:07:06 UTC

|4 BASHIO_VERSION=0.14.3 BUILD_ARCH=amd64 S6_OVERLAY_VERSION=3.1.0.1 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 xz-utils && mkdir -p /usr/share/man/man1 && if [ "${BUILD_ARCH}" = "armv7" ]; then export S6_ARCH="arm"; elif [ "${BUILD_ARCH}" = "i386" ]; then export S6_ARCH="i686"; elif [ "${BUILD_ARCH}" = "amd64" ]; then export S6_ARCH="x86_64"; 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.xz" | tar Jxvf - -C / && curl -L -f -s "https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-noarch.tar.xz" | tar Jxvf - -C / && curl -L -f -s "https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-symlinks-arch.tar.xz" | tar Jxvf - -C / && curl -L -f -s "https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-symlinks-noarch.tar.xz" | tar Jxvf - -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-06-22 13:07:07 UTC

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

2022-06-22 13:07:08 UTC

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

2022-06-22 13:07:09 UTC

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

2022-06-22 13:07:10 UTC

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

2022-06-22 13:07:11 UTC

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

2022-06-22 13:07:12 UTC

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

2022-06-22 13:07:13 UTC

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

2022-06-22 13:07:14 UTC

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

2022-06-22 13:07:15 UTC

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

2022-06-22 13:07:16 UTC

/bin/bash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2022-06-22 13:06:57+00:00

2022-06-22 13:07:17 UTC

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

2022-06-22 13:07:18 UTC

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

2022-06-22 16:22:12 UTC

/bin/bash -o pipefail -c set -x && apt-get update && apt-get install -y --no-install-recommends libuv1 openssl zlib1g libjson-c5 python3-venv python3-pip python3-gi python3-gi-cairo python3-dbus python3-psutil unzip libcairo2 gdb && rm -rf /var/lib/apt/lists/* && rm -rf /usr/src/*

2022-06-22 16:22:12 UTC

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

2022-06-22 16:22:14 UTC

/bin/bash -o pipefail -c #(nop) COPY dir:909f62d0e0ba8d28f439d89a84996f42613b1e1c5994c7f1a178feaa63de4f54 in /root/credentials

2022-06-22 16:22:17 UTC

/bin/bash -o pipefail -c #(nop) COPY file:01610490dd334367d32e36610bded30a440e8a13a31fe9a672adbdaeec2139db in /tmp

2022-06-22 16:22:17 UTC

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

2022-06-22 16:22:35 UTC

|1 MATTER_SERVER_VERSION=0.2.2 /bin/bash -o pipefail -c pip3 install --no-cache-dir /tmp/chip-0.0-cp37-abi3-linux_*.whl && pip3 install --no-cache-dir python-matter-server=="${MATTER_SERVER_VERSION}" && rm /tmp/*.whl

2022-06-22 16:22:37 UTC

/bin/bash -o pipefail -c #(nop) COPY dir:3cad29df9084a34c753859686b798a4138be397e6a15d469744a146e6c9315ab in /

2022-06-22 16:22:37 UTC

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

2022-06-22 16:22:38 UTC

/bin/bash -o pipefail -c #(nop) LABEL io.hass.description=Matter WebSocket Server (Connected Home over IP) for Home Assistant Matter support.

2022-06-22 16:22:39 UTC

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

2022-06-22 16:22:40 UTC

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

2022-06-22 16:22:41 UTC

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

2022-06-22 16:22:42 UTC

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

2022-06-22 16:22:43 UTC

/bin/bash -o pipefail -c #(nop) LABEL org.opencontainers.image.created=2022-06-22 16:06:33+00:00

2022-06-22 16:22:44 UTC

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

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