docker.io/homeassistant/armhf-homeassistant:2025.11.3 linux/arm

docker.io/homeassistant/armhf-homeassistant:2025.11.3 - 国内下载镜像源 浏览次数:13 温馨提示: 这是一个 linux/arm 系统架构镜像

这个镜像是Home Assistant针对ARMhf架构(32位ARMv7)设备的官方容器镜像,用于在树莓派等ARMhf设备上部署开源智能家居自动化平台Home Assistant。该平台支持多种智能设备集成、场景自动化配置、设备状态监控等功能,帮助用户实现智能家居设备的统一管理与控制。

源镜像 docker.io/homeassistant/armhf-homeassistant:2025.11.3
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/armhf-homeassistant:2025.11.3-linuxarm
镜像ID sha256:68eeee8d28d1cbff38472abd76b9d7e7ae109c4744916a61f0c26933c58cbef9
镜像TAG 2025.11.3-linuxarm
大小 1.81GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /init
工作目录 /config
OS/平台 linux/arm
浏览量 13 次
贡献者
镜像创建 2025-11-21T17:12:36.798803554Z
同步时间 2026-02-26 11:08
环境变量
PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LANG=C.UTF-8 S6_BEHAVIOUR_IF_STAGE2_FAILS=2 S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_CMD_WAIT_FOR_SERVICES=1 S6_SERVICES_READYTIME=50 UV_EXTRA_INDEX_URL=https://wheels.home-assistant.io/musllinux-index/ S6_SERVICES_GRACETIME=240000 UV_SYSTEM_PYTHON=true UV_NO_CACHE=true
镜像标签
armhf: io.hass.arch armhf: io.hass.base.arch ghcr.io/home-assistant/armhf-base:3.22: io.hass.base.image python: io.hass.base.name 2025.10.1: io.hass.base.version core: io.hass.type 2025.11.3: io.hass.version The Home Assistant Authors: org.opencontainers.image.authors 2025-11-21 17:08:22+00:00: org.opencontainers.image.created Open-source home automation platform running on Python 3: org.opencontainers.image.description https://www.home-assistant.io/docs/: org.opencontainers.image.documentation Apache-2.0: org.opencontainers.image.licenses https://github.com/home-assistant/core: org.opencontainers.image.source Home Assistant: org.opencontainers.image.title https://www.home-assistant.io/: org.opencontainers.image.url 2025.11.3: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/armhf-homeassistant:2025.11.3-linuxarm
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/armhf-homeassistant:2025.11.3-linuxarm  docker.io/homeassistant/armhf-homeassistant:2025.11.3

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/armhf-homeassistant:2025.11.3-linuxarm
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/armhf-homeassistant:2025.11.3-linuxarm  docker.io/homeassistant/armhf-homeassistant:2025.11.3

Shell快速替换命令

sed -i 's#homeassistant/armhf-homeassistant:2025.11.3#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/armhf-homeassistant:2025.11.3-linuxarm#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/armhf-homeassistant:2025.11.3-linuxarm && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/armhf-homeassistant:2025.11.3-linuxarm  docker.io/homeassistant/armhf-homeassistant:2025.11.3'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/armhf-homeassistant:2025.11.3-linuxarm && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/armhf-homeassistant:2025.11.3-linuxarm  docker.io/homeassistant/armhf-homeassistant:2025.11.3'

镜像构建历史


# 2025-11-22 01:12:36  0.00B 设置工作目录为/config
WORKDIR /config
                        
# 2025-11-22 01:12:36  59.02MB 执行命令并创建新的镜像层
RUN |2 QEMU_CPU=arm1176 BUILD_ARCH=armhf /bin/ash -o pipefail -c uv pip install         -e ./homeassistant     && python3 -m compileall         homeassistant/homeassistant # buildkit
                        
# 2025-11-22 01:10:26  166.03MB 复制新文件或目录到容器中
COPY . homeassistant/ # buildkit
                        
# 2025-11-22 01:10:22  1.20GB 执行命令并创建新的镜像层
RUN |2 QEMU_CPU=arm1176 BUILD_ARCH=armhf /bin/ash -o pipefail -c if ls homeassistant/home_assistant_*.whl 1> /dev/null 2>&1; then         uv pip install homeassistant/home_assistant_*.whl;     fi     && uv pip install         --no-build         -r homeassistant/requirements_all.txt # buildkit
                        
# 2025-11-22 01:08:51  64.17KB 复制新文件或目录到容器中
COPY requirements_all.txt home_assistant_frontend-* home_assistant_intents-* homeassistant/ # buildkit
                        
# 2025-11-22 01:08:51  75.13MB 执行命令并创建新的镜像层
RUN |2 QEMU_CPU=arm1176 BUILD_ARCH=armhf /bin/ash -o pipefail -c uv pip install         --no-build         -r homeassistant/requirements.txt # buildkit
                        
# 2025-11-22 01:08:39  6.53KB 复制新文件或目录到容器中
COPY homeassistant/package_constraints.txt homeassistant/homeassistant/ # buildkit
                        
# 2025-11-22 01:08:39  1.11KB 复制新文件或目录到容器中
COPY requirements.txt homeassistant/ # buildkit
                        
# 2025-11-22 01:08:39  0.00B 设置工作目录为/usr/src
WORKDIR /usr/src
                        
# 2025-11-22 01:08:38  45.21MB 执行命令并创建新的镜像层
RUN |2 QEMU_CPU=arm1176 BUILD_ARCH=armhf /bin/ash -o pipefail -c pip3 install uv==0.9.6 # buildkit
                        
# 2025-11-22 01:08:30  4.15MB 执行命令并创建新的镜像层
RUN |2 QEMU_CPU=arm1176 BUILD_ARCH=armhf /bin/ash -o pipefail -c case "${BUILD_ARCH}" in         "aarch64") go2rtc_suffix='arm64' ;;         "armhf") go2rtc_suffix='armv6' ;;         "armv7") go2rtc_suffix='arm' ;;         *) go2rtc_suffix=${BUILD_ARCH} ;;     esac     && curl -L https://github.com/AlexxIT/go2rtc/releases/download/v1.9.12/go2rtc_linux_${go2rtc_suffix} --output /bin/go2rtc     && chmod +x /bin/go2rtc     && go2rtc --version # buildkit
                        
# 2025-11-22 01:08:28  0.00B 定义构建参数
ARG BUILD_ARCH=armhf
                        
# 2025-11-22 01:08:28  2.76KB 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2025-11-22 01:08:28  0.00B 定义构建参数
ARG QEMU_CPU=arm1176
                        
# 2025-11-22 01:08:28  0.00B 设置环境变量 S6_SERVICES_GRACETIME UV_SYSTEM_PYTHON UV_NO_CACHE
ENV S6_SERVICES_GRACETIME=240000 UV_SYSTEM_PYTHON=true UV_NO_CACHE=true
                        
# 2025-11-13 02:19:11  44.40KB 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2025-11-13 02:19:11  1.10MB 复制新文件或目录到容器中
COPY /opt/telldus/ /usr/local/ # buildkit
                        
# 2025-11-13 02:19:11  8.09MB 复制新文件或目录到容器中
COPY /opt/picotts/usr/local/ /usr/local/ # buildkit
                        
# 2025-11-13 02:18:15  4.00B 执行命令并创建新的镜像层
RUN |3 BUILD_ARCH=armhf QEMU_CPU=arm1176 BUILD_FROM=ghcr.io/home-assistant/armhf-base-python:3.13-alpine3.22 /bin/ash -o pipefail -c python_version=$(python -c "import sys; print(f'{sys.version_info.major}.{sys.version_info.minor}')")     && echo "cec" > "/usr/local/lib/python${python_version}/site-packages/cec.pth" # buildkit
                        
# 2025-11-13 02:18:15  2.16MB 复制新文件或目录到容器中
COPY /opt/libcec/ /usr/local/ # buildkit
                        
# 2025-11-13 02:13:13  137.26KB 复制新文件或目录到容器中
COPY /opt/ssocr/ /usr/local/ # buildkit
                        
# 2025-11-13 02:12:36  0.00B 设置工作目录为/usr/src/
WORKDIR /usr/src/
                        
# 2025-11-13 02:12:36  16.62MB 执行命令并创建新的镜像层
RUN |3 BUILD_ARCH=armhf QEMU_CPU=arm1176 BUILD_FROM=ghcr.io/home-assistant/armhf-base-python:3.13-alpine3.22 /bin/ash -o pipefail -c pip3 install --only-binary=:all:         -r /tmp/requirements.txt # buildkit
                        
# 2025-11-13 02:12:27  119.63MB 执行命令并创建新的镜像层
RUN |3 BUILD_ARCH=armhf QEMU_CPU=arm1176 BUILD_FROM=ghcr.io/home-assistant/armhf-base-python:3.13-alpine3.22 /bin/ash -o pipefail -c apk add         bluez         bluez-deprecated         bluez-libs         confuse         curl         eudev-libs         ffmpeg         git         grep         hwdata-usb         imlib2         iperf3         libftdi1         libgpiod         libpulse         libturbojpeg         libzbar         mariadb-connector-c         net-tools         nmap         openssh-client         p8-platform         pianobar         popt         pulseaudio-alsa         socat # buildkit
                        
# 2025-11-13 02:12:27  0.00B 定义构建参数
ARG BUILD_FROM=ghcr.io/home-assistant/armhf-base-python:3.13-alpine3.22
                        
# 2025-11-13 02:12:27  0.00B 定义构建参数
ARG QEMU_CPU=arm1176
                        
# 2025-11-13 02:12:27  0.00B 定义构建参数
ARG BUILD_ARCH=armhf
                        
# 2025-10-16 06:36:09  10.30MB 执行命令并创建新的镜像层
RUN |5 PYTHON_VERSION=3.13.9 PIP_VERSION=25.2 CERT_IDENTITY=thomas@python.org CERT_OIDC_ISSUER=https://accounts.google.com QEMU_CPU=arm1176 /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==${PIP_VERSION}     ;     pip --version;         find /usr/local -depth         \(             -type d -a \( -name test -o -name tests \)         \) -exec rm -rf '{}' +;     rm -f get-pip.py # buildkit
                        
# 2025-10-16 06:35:39  32.00B 执行命令并创建新的镜像层
RUN |5 PYTHON_VERSION=3.13.9 PIP_VERSION=25.2 CERT_IDENTITY=thomas@python.org CERT_OIDC_ISSUER=https://accounts.google.com QEMU_CPU=arm1176 /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 # buildkit
                        
# 2025-10-16 06:35:39  64.09MB 执行命令并创建新的镜像层
RUN |5 PYTHON_VERSION=3.13.9 PIP_VERSION=25.2 CERT_IDENTITY=thomas@python.org CERT_OIDC_ISSUER=https://accounts.google.com QEMU_CPU=arm1176 /bin/ash -o pipefail -c set -ex     && export PYTHON_VERSION=${PYTHON_VERSION}     && apk add --no-cache --virtual .fetch-deps         openssl         tar         xz     && apk add --no-cache --virtual .cosign cosign         --repository="https://dl-cdn.alpinelinux.org/alpine/v3.21/community"         && 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.sigstore "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.sigstore"     && cosign verify-blob         --new-bundle-format         --certificate-identity "${CERT_IDENTITY}"         --certificate-oidc-issuer "${CERT_OIDC_ISSUER}"         --bundle python.tar.xz.sigstore         python.tar.xz     && 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         mpdecimal-dev         ncurses-dev         pax-utils         readline-dev         sqlite-dev         tcl-dev         tk         tk-dev         xz-dev         zlib-dev         bluez-dev     && apk del .fetch-deps .cosign         && 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-option-checking=fatal         --enable-shared         --with-lto         --with-system-libmpdec         --with-system-expat         --without-ensurepip         --without-static-libpython     && make -j "$(nproc)"         LDFLAGS="-Wl,--strip-all"         CFLAGS="-fno-semantic-interposition -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free"         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 # buildkit
                        
# 2025-10-16 02:25:41  8.29KB 复制新文件或目录到容器中
COPY *.patch /usr/src/ # buildkit
                        
# 2025-10-16 02:25:41  0.00B 
SHELL [/bin/ash -o pipefail -c]
                        
# 2025-10-16 02:25:41  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-10-16 02:25:41  0.00B 定义构建参数
ARG PYTHON_VERSION=3.13.9 PIP_VERSION=25.2 CERT_IDENTITY=thomas@python.org CERT_OIDC_ISSUER=https://accounts.google.com QEMU_CPU=arm1176
                        
# 2025-10-16 02:24:21  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/init"]
                        
# 2025-10-16 02:24:21  0.00B 设置工作目录为/
WORKDIR /
                        
# 2025-10-16 02:24:21  152.00B 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2025-10-16 02:24:21  35.35MB 执行命令并创建新的镜像层
RUN |6 BASHIO_VERSION=0.17.5 TEMPIO_VERSION=2024.11.2 S6_OVERLAY_VERSION=3.1.6.2 JEMALLOC_VERSION=5.3.0 QEMU_CPU=arm1176 BUILD_ARCH=armhf /bin/ash -o pipefail -c set -x     && apk add --no-cache         bash         bind-tools         ca-certificates         curl         jq         libstdc++         tzdata         xz         && apk add --no-cache --virtual .build-deps         build-base         autoconf         git         && 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         && git clone "https://github.com/jemalloc/jemalloc" /usr/src/jemalloc     && cd /usr/src/jemalloc     && git checkout ${JEMALLOC_VERSION}     && ./autogen.sh         --with-lg-page=16     && make -j "$(nproc)"     && make install_lib_shared install_bin         && 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         && 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         && apk del .build-deps     && rm -rf /usr/src/* # buildkit
                        
# 2025-10-16 02:11:33  0.00B 定义构建参数
ARG BUILD_ARCH=armhf
                        
# 2025-10-16 02:11:33  0.00B 设置工作目录为/usr/src
WORKDIR /usr/src
                        
# 2025-10-16 02:11:33  0.00B 定义构建参数
ARG BASHIO_VERSION=0.17.5 TEMPIO_VERSION=2024.11.2 S6_OVERLAY_VERSION=3.1.6.2 JEMALLOC_VERSION=5.3.0 QEMU_CPU=arm1176
                        
# 2025-10-16 02:11:33  0.00B 
SHELL [/bin/ash -o pipefail -c]
                        
# 2025-10-16 02:11:33  0.00B 设置环境变量 LANG S6_BEHAVIOUR_IF_STAGE2_FAILS S6_CMD_WAIT_FOR_SERVICES_MAXTIME S6_CMD_WAIT_FOR_SERVICES S6_SERVICES_READYTIME UV_EXTRA_INDEX_URL
ENV LANG=C.UTF-8 S6_BEHAVIOUR_IF_STAGE2_FAILS=2 S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_CMD_WAIT_FOR_SERVICES=1 S6_SERVICES_READYTIME=50 UV_EXTRA_INDEX_URL=https://wheels.home-assistant.io/musllinux-index/
                        
# 2025-10-08 19:04:56  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2025-10-08 19:04:56  6.89MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.22.2-armhf.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:68eeee8d28d1cbff38472abd76b9d7e7ae109c4744916a61f0c26933c58cbef9",
    "RepoTags": [
        "homeassistant/armhf-homeassistant:2025.11.3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/armhf-homeassistant:2025.11.3-linuxarm"
    ],
    "RepoDigests": [
        "homeassistant/armhf-homeassistant@sha256:07b98786c7c38c3803788709bb9b16752b798dd4ff925801d0a823fce12c63af",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/armhf-homeassistant@sha256:07b98786c7c38c3803788709bb9b16752b798dd4ff925801d0a823fce12c63af"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-11-21T17:12:36.798803554Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "LANG=C.UTF-8",
            "S6_BEHAVIOUR_IF_STAGE2_FAILS=2",
            "S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0",
            "S6_CMD_WAIT_FOR_SERVICES=1",
            "S6_SERVICES_READYTIME=50",
            "UV_EXTRA_INDEX_URL=https://wheels.home-assistant.io/musllinux-index/",
            "S6_SERVICES_GRACETIME=240000",
            "UV_SYSTEM_PYTHON=true",
            "UV_NO_CACHE=true"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/config",
        "Entrypoint": [
            "/init"
        ],
        "OnBuild": null,
        "Labels": {
            "io.hass.arch": "armhf",
            "io.hass.base.arch": "armhf",
            "io.hass.base.image": "ghcr.io/home-assistant/armhf-base:3.22",
            "io.hass.base.name": "python",
            "io.hass.base.version": "2025.10.1",
            "io.hass.type": "core",
            "io.hass.version": "2025.11.3",
            "org.opencontainers.image.authors": "The Home Assistant Authors",
            "org.opencontainers.image.created": "2025-11-21 17:08:22+00:00",
            "org.opencontainers.image.description": "Open-source home automation platform running on Python 3",
            "org.opencontainers.image.documentation": "https://www.home-assistant.io/docs/",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.source": "https://github.com/home-assistant/core",
            "org.opencontainers.image.title": "Home Assistant",
            "org.opencontainers.image.url": "https://www.home-assistant.io/",
            "org.opencontainers.image.version": "2025.11.3"
        },
        "Shell": [
            "/bin/ash",
            "-o",
            "pipefail",
            "-c"
        ]
    },
    "Architecture": "arm",
    "Variant": "v6",
    "Os": "linux",
    "Size": 1813213935,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/fe325f7a6a9967d5748a363ce8d1fdec42b157164f48972d4982229de9e43a2c/diff:/var/lib/docker/overlay2/c2093a0269cdfa3fe186b3aa33368d220ca444f9faf38ad113765efdcc257703/diff:/var/lib/docker/overlay2/2dc0bbd9da4eb8817bc999c883d659b46cd095b4c8d4ccf43fbbcc0dfc3c2aec/diff:/var/lib/docker/overlay2/55396789ea89188191f7e73d7773ee9ad7d360bfa32727a682712267e2eac1f2/diff:/var/lib/docker/overlay2/5c78c54d5a3fff50fcba39fe798ad302f33e70e1f66bcc7749572c151a9532d7/diff:/var/lib/docker/overlay2/64fee618972e21d9b2b9b499021fae2f766130c87d690f7634abf430526800b8/diff:/var/lib/docker/overlay2/02d70becd0f9aaa2563cf739a07c702336865caca25d66e463097c95c953a994/diff:/var/lib/docker/overlay2/8a5237f99acb497c9ccd7602fdc0b9b92ab6f1ad67aec62fe39de3d1283c4ca8/diff:/var/lib/docker/overlay2/6b8ab6749252d1f73407e8284fca135c56661575b37184cc41de5c91828a190d/diff:/var/lib/docker/overlay2/98b6a84517cc0b31b66aaf16408bfa25a7ed2f50b2624e346bb911b472c22e0b/diff:/var/lib/docker/overlay2/9c7f2ad92af2b87873116140d4a8986fd45a8841e88f89f63e5ddb9620ce0441/diff:/var/lib/docker/overlay2/bbb84df3acc32a595d6c76bf7221093caae0461415e05848a102bfd17a781ce0/diff:/var/lib/docker/overlay2/1033889f76f4961b5c3be2ebaf446a3ec1810998b587b3fa075d509ec94ff2c4/diff:/var/lib/docker/overlay2/4880955616fb3681674f717be90d8754359dc4e08ba1bda1d1faa7ec14924b89/diff:/var/lib/docker/overlay2/f9373f6c8460a2d2ae97b8c5b9336985cf0a8a1615b9fa8b3748f15fa9738cdc/diff:/var/lib/docker/overlay2/92ca6a25910eeef7888197ae546ef5fbe2027169ba2a4e6a2d627d8cf82be588/diff:/var/lib/docker/overlay2/bc800527d74bd6fb870a83c5d081959975074acf089d649afbe9ffa16403accd/diff:/var/lib/docker/overlay2/653f1137766fcc60c0f56d0d82210ded232f4c0922919edee3574d8c2428af7b/diff:/var/lib/docker/overlay2/40e644b01e3ac3195fa3d1db530e4c2275d4da2b76321dcfd5d35f1048dc920c/diff:/var/lib/docker/overlay2/2f33f5417c2697efdd6f8ce2833348e54a4d120941e30f0eacce804cfd565ff2/diff:/var/lib/docker/overlay2/cf006a8ff09afdf04ffa5640ede35c7a90e6e9029a92fcf9f0dabbf9eea429e9/diff:/var/lib/docker/overlay2/994321026b90b50057eb97dd3576f3319cce25ae70dd96e648b4be6847ccbc48/diff:/var/lib/docker/overlay2/5c81e071e5a0fb4b6e461814b6b278b4b4c69b21c1cd1fa16a7d21de3e825f9a/diff:/var/lib/docker/overlay2/85060a9fb07978b67d681b88f174149f7a88f151542cdc696b5f0d5e43dc7c6e/diff:/var/lib/docker/overlay2/def0de588586197aac9e8e3b2dc37b1446285b7c66ebfb9bea4e4296b93155f8/diff:/var/lib/docker/overlay2/9ac73de39a5b77bb6568259b2523d2dc8b542d825538acb5e57694a171698e1a/diff:/var/lib/docker/overlay2/542f937e80a68682818c95286d6cd3e9d032c4b1659471de5e032cf2e4aceb99/diff:/var/lib/docker/overlay2/5a0d6f1388c618f0930289ea2a6988fe3a4430211b11af4408876d1c9bd7e5c1/diff",
            "MergedDir": "/var/lib/docker/overlay2/5103a4bc25a22cbad1506f050610679aabca1db69035e568ebb598ea64b24852/merged",
            "UpperDir": "/var/lib/docker/overlay2/5103a4bc25a22cbad1506f050610679aabca1db69035e568ebb598ea64b24852/diff",
            "WorkDir": "/var/lib/docker/overlay2/5103a4bc25a22cbad1506f050610679aabca1db69035e568ebb598ea64b24852/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:49aa2a4a553854d05d7aa40140a383cf31af682dfc859d5b4ce5c1cd9a416684",
            "sha256:4fd105900b121dbe207e17725e710da62e0e45be337ea0892c1baf5d269370e1",
            "sha256:60bec2c7b8786e5423c1702808c5b74688ef090c90c68bda5109c9a4de575b29",
            "sha256:d02807db9e2db3b2e3a718ff62322db3f1a3989087b0e35908c256e2d67536bf",
            "sha256:1b924dfb68cdef76f0dec0ff10ce27d1370d6dea913d3783ad5a32c142f1d9cd",
            "sha256:fc1d6ca76e18e5fdc38fff559b2e588287f5b06ddb962c6d8c9e03de65f8648e",
            "sha256:07269046f30f8c4fba1f232cf58af7d6b26283c1d8e99d084cdaaeebd20b3e99",
            "sha256:347a60a51845a789aedbb176309b35b4c4c90071d5632f9efc0480c1dec056b7",
            "sha256:bbf526877b5fec60eedab18016890c4c435d83a3616cc9c4ffd385f0bac70cc0",
            "sha256:7038595a214db3109db5dc4eff5165fe314b28a98350b3de9e5324fd09692e27",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:4b0aadbdc44af8195edb90877b9ddb01e870a804d456ff38ab75d48c68aa0dc1",
            "sha256:79ed1112752cdf23cbeebb9bf9b8c94a65c637ee716ff78810e2ef0215ebfb0b",
            "sha256:14609f842b86f52992b0f8dc25a629eaea23cacca0b85caee95c69a31ab5687a",
            "sha256:4686fee456d5ce83f17ecbdcbddbb2700ad5c57a9dcc8b1bf2bb4b670c60dd1d",
            "sha256:89f8d01b1e3d996392db297214a3806a8c289afde20152cf17c8d49404f837a2",
            "sha256:7430ade0f24a610fa660fc1048ec9b41b3c3d1de8cc86072870de33584003b1c",
            "sha256:fa2ca366b12764ab2d4f83c4fcd6850b92dba5cc023b5b5fd825c6795f41e292",
            "sha256:f1f3e5530b82954090baa8e3171d364f0db5a4340dffd00681693e2f24ca9990",
            "sha256:c6c622e96ab325ea9703f725b3e70fc5594bae96220c1e39f82ff65d4a4f4deb",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:29728e6b1d0f776ad496b3f04a58b947b9a2c7b7a715d4939071c6c2f161f427",
            "sha256:7b016c67451c8d1e773f4b9db5279489484de0ed0c6be4f8fb96fa528ad0dfc4",
            "sha256:e16ce8ec640ec08c33a3b61f5c2e6026cc3bebf8d0090ae6ae3ecfa822f52629",
            "sha256:d1d68f97e10f9a696a01e98cd332cead255e66b9f71061b925da7bb286aeff1c",
            "sha256:7a4ecad16ca1e19af21cb6eaf28d254832b233d1e1aed615ecca7a9c473c12b3",
            "sha256:cc9be4aee5c551d35baf4e1c66b5c27ed88b9120737a69e96073bf3736c763cb",
            "sha256:46fcb9b67a1b5a4746a0fe90139039442b568c0f65be312ade1a413a2d7065f6",
            "sha256:541feb1e55f898082bd56cdcd36b8389bfa6670ee93dbdfb84edbfb2d7ec428b"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-02-26T11:06:51.108879559+08:00"
    }
}

更多版本

docker.io/homeassistant/armhf-homeassistant:2025.11.3

linux/arm docker.io1.81GB2026-02-26 11:08
12