docker.io/homeassistant/home-assistant:2025.12.1 linux/arm64

docker.io/homeassistant/home-assistant:2025.12.1 - 国内下载镜像源 浏览次数:40 温馨提示: 这是一个 linux/arm64 系统架构镜像
Home Assistant是一个开源的智能家居自动化平台,可以控制和整合各种智能设备,并提供实时监控和远程控制功能。该平台支持多种协议,如MQTT、Z-Wave、Bluetooth等,並且支持各种智能设备,如智能照明、智能锁、智能摄像头等。
源镜像 docker.io/homeassistant/home-assistant:2025.12.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2025.12.1-linuxarm64
镜像ID sha256:ba578e7d7f0db90d07b4e58289200f54567019edc445393dc64c37c2f08bea1a
镜像TAG 2025.12.1-linuxarm64
大小 2.13GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /init
工作目录 /config
OS/平台 linux/arm64
浏览量 40 次
贡献者 lu********5@outlook.com
镜像创建 2025-12-05T21:16:20.916665331Z
同步时间 2025-12-07 14:00
更新时间 2025-12-10 14:49
环境变量
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
镜像标签
aarch64: io.hass.arch aarch64: io.hass.base.arch ghcr.io/home-assistant/aarch64-base:3.22: io.hass.base.image python: io.hass.base.name 2025.11.3: io.hass.base.version core: io.hass.type 2025.12.1: io.hass.version The Home Assistant Authors: org.opencontainers.image.authors 2025-12-05 21:14:36+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.12.1: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2025.12.1-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2025.12.1-linuxarm64  docker.io/homeassistant/home-assistant:2025.12.1

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2025.12.1-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2025.12.1-linuxarm64  docker.io/homeassistant/home-assistant:2025.12.1

Shell快速替换命令

sed -i 's#homeassistant/home-assistant:2025.12.1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2025.12.1-linuxarm64#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2025.12.1-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2025.12.1-linuxarm64  docker.io/homeassistant/home-assistant:2025.12.1'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2025.12.1-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2025.12.1-linuxarm64  docker.io/homeassistant/home-assistant:2025.12.1'

镜像构建历史


# 2025-12-06 05:16:20  0.00B 设置工作目录为/config
WORKDIR /config
                        
# 2025-12-06 05:16:20  59.70MB 执行命令并创建新的镜像层
RUN /bin/ash -o pipefail -c uv pip install         -e ./homeassistant     && python3 -m compileall         homeassistant/homeassistant # buildkit
                        
# 2025-12-06 05:15:55  169.74MB 复制新文件或目录到容器中
COPY . homeassistant/ # buildkit
                        
# 2025-12-06 05:15:49  1.30GB 执行命令并创建新的镜像层
RUN /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-12-06 05:15:05  63.78KB 复制新文件或目录到容器中
COPY requirements_all.txt home_assistant_frontend-* home_assistant_intents-* homeassistant/ # buildkit
                        
# 2025-12-06 05:15:04  234.74MB 执行命令并创建新的镜像层
RUN /bin/ash -o pipefail -c uv pip install         --no-build         -r homeassistant/requirements.txt # buildkit
                        
# 2025-12-06 05:14:55  6.40KB 复制新文件或目录到容器中
COPY homeassistant/package_constraints.txt homeassistant/homeassistant/ # buildkit
                        
# 2025-12-06 05:14:55  1.11KB 复制新文件或目录到容器中
COPY requirements.txt homeassistant/ # buildkit
                        
# 2025-12-06 05:14:55  0.00B 设置工作目录为/usr/src
WORKDIR /usr/src
                        
# 2025-12-06 05:14:55  44.92MB 执行命令并创建新的镜像层
RUN /bin/ash -o pipefail -c go2rtc --version     && pip3 install uv==0.9.6 # buildkit
                        
# 2025-12-06 05:14:53  16.19MB 复制新文件或目录到容器中
COPY /usr/local/bin/go2rtc /bin/go2rtc # buildkit
                        
# 2025-12-06 05:14:53  2.76KB 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2025-12-06 05:14:53  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-12-06 05:14:53  0.00B 添加元数据标签
LABEL io.hass.type=core org.opencontainers.image.authors=The Home Assistant Authors 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/
                        
# 2025-11-26 19:32:08  44.40KB 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2025-11-26 19:32:08  1.18MB 复制新文件或目录到容器中
COPY /opt/telldus/ /usr/local/ # buildkit
                        
# 2025-11-26 19:32:08  8.02MB 复制新文件或目录到容器中
COPY /opt/picotts/usr/local/ /usr/local/ # buildkit
                        
# 2025-11-26 19:31:52  4.00B 执行命令并创建新的镜像层
RUN |3 BUILD_ARCH=aarch64 QEMU_CPU= BUILD_FROM=ghcr.io/home-assistant/aarch64-base-python:3.13-alpine3.22-2025.11.3 /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-26 19:31:52  2.41MB 复制新文件或目录到容器中
COPY /opt/libcec/ /usr/local/ # buildkit
                        
# 2025-11-26 19:31:42  185.15KB 复制新文件或目录到容器中
COPY /opt/ssocr/ /usr/local/ # buildkit
                        
# 2025-11-26 19:31:23  0.00B 设置工作目录为/usr/src/
WORKDIR /usr/src/
                        
# 2025-11-26 19:31:23  22.08MB 执行命令并创建新的镜像层
RUN |3 BUILD_ARCH=aarch64 QEMU_CPU= BUILD_FROM=ghcr.io/home-assistant/aarch64-base-python:3.13-alpine3.22-2025.11.3 /bin/ash -o pipefail -c pip3 install --only-binary=:all:         -r /tmp/requirements.txt # buildkit
                        
# 2025-11-26 19:31:17  145.37MB 执行命令并创建新的镜像层
RUN |3 BUILD_ARCH=aarch64 QEMU_CPU= BUILD_FROM=ghcr.io/home-assistant/aarch64-base-python:3.13-alpine3.22-2025.11.3 /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-26 19:31:17  0.00B 定义构建参数
ARG BUILD_FROM=ghcr.io/home-assistant/aarch64-base-python:3.13-alpine3.22-2025.11.3
                        
# 2025-11-26 19:31:17  0.00B 定义构建参数
ARG QEMU_CPU
                        
# 2025-11-26 19:31:17  0.00B 定义构建参数
ARG BUILD_ARCH=aarch64
                        
# 2025-11-26 02:02:28  10.24MB 执行命令并创建新的镜像层
RUN |5 PYTHON_VERSION=3.13.9 CERT_IDENTITY=thomas@python.org CERT_OIDC_ISSUER=https://accounts.google.com QEMU_CPU= PIP_VERSION=25.3 /bin/ash -o pipefail -c set -ex;     python -m ensurepip --upgrade --default-pip;     pip3 install --no-cache-dir --upgrade pip=="${PIP_VERSION}";     pip --version # buildkit
                        
# 2025-11-26 02:02:23  0.00B 定义构建参数
ARG PIP_VERSION=25.3
                        
# 2025-11-26 02:02:23  69.26MB 执行命令并创建新的镜像层
RUN |4 PYTHON_VERSION=3.13.9 CERT_IDENTITY=thomas@python.org CERT_OIDC_ISSUER=https://accounts.google.com QEMU_CPU= /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 python.tar.xz.sigstore         && 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/patches/*.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     && cd /usr/local/bin     && ln -s idle3 idle     && ln -s pydoc3 pydoc     && ln -s python3 python     && ln -s python3-config python-config # buildkit
                        
# 2025-11-26 02:02:23  0.00B 
SHELL [/bin/ash -o pipefail -c]
                        
# 2025-11-26 02:02:23  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-11-26 02:02:23  0.00B 定义构建参数
ARG PYTHON_VERSION=3.13.9 CERT_IDENTITY=thomas@python.org CERT_OIDC_ISSUER=https://accounts.google.com QEMU_CPU
                        
# 2025-11-26 01:42:32  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/init"]
                        
# 2025-11-26 01:42:32  0.00B 设置工作目录为/
WORKDIR /
                        
# 2025-11-26 01:42:32  152.00B 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2025-11-26 01:42:32  45.31MB 执行命令并创建新的镜像层
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= BUILD_ARCH=aarch64 /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}" = "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-11-26 01:41:47  0.00B 定义构建参数
ARG BUILD_ARCH=aarch64
                        
# 2025-11-26 01:41:47  0.00B 设置工作目录为/usr/src
WORKDIR /usr/src
                        
# 2025-11-26 01:41:47  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
                        
# 2025-11-26 01:41:47  0.00B 
SHELL [/bin/ash -o pipefail -c]
                        
# 2025-11-26 01:41:47  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  8.51MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.22.2-aarch64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:ba578e7d7f0db90d07b4e58289200f54567019edc445393dc64c37c2f08bea1a",
    "RepoTags": [
        "homeassistant/home-assistant:2025.12.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2025.12.1-linuxarm64"
    ],
    "RepoDigests": [
        "homeassistant/home-assistant@sha256:4e5e81917192e3fa730948964b19d6e03ff3b9c2694894bc6d6b76769e642055",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant@sha256:7779580d52153bc1db7a5f199e7081a5f536c8231643060e6b490dcc4897d6b8"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-12-05T21:16:20.916665331Z",
    "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": "aarch64",
            "io.hass.base.arch": "aarch64",
            "io.hass.base.image": "ghcr.io/home-assistant/aarch64-base:3.22",
            "io.hass.base.name": "python",
            "io.hass.base.version": "2025.11.3",
            "io.hass.type": "core",
            "io.hass.version": "2025.12.1",
            "org.opencontainers.image.authors": "The Home Assistant Authors",
            "org.opencontainers.image.created": "2025-12-05 21:14:36+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.12.1"
        },
        "Shell": [
            "/bin/ash",
            "-o",
            "pipefail",
            "-c"
        ]
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 2134480647,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/a98d153cf29132ea1fcd68d135555866d12ed6d55e16503031d42d19b446141a/diff:/var/lib/docker/overlay2/bf4bb5bbccbbfbbc658842825a9d74b31a8fbf4e70e8d1a37b55d5e0eeead2f9/diff:/var/lib/docker/overlay2/80bc4ed2db404d33574e964d2502593073b0959b28174f760e45d8819081bc91/diff:/var/lib/docker/overlay2/89ca82653b493aa13cab925db9be96eb939e06c431ef9a3689ebca47994989e6/diff:/var/lib/docker/overlay2/bda71d9aae6bf0a87d490bded957e1ad4a7191596332a3d1d47709e003a4f314/diff:/var/lib/docker/overlay2/cb550f569b44eef6c90c3cb5cc4594633b5082d773a7ae96f9eed2d88aa6b7ae/diff:/var/lib/docker/overlay2/ccca5526bb2506cd9b270933aaa0af027c2509d1e9e798d6e9f03926f153bd63/diff:/var/lib/docker/overlay2/1e329712247fa8b81e18cde20882c450b0a262a113b55af73d862c7ed5207440/diff:/var/lib/docker/overlay2/87d8ef4e26f2328322b64ea1b1536039f5dccc3838514217904985dead731f1c/diff:/var/lib/docker/overlay2/86922b8fd980b37b1604c4fe4b1fa2b32020265e476bb2af86cb045d12caf00a/diff:/var/lib/docker/overlay2/436162ae2d265777059b06def0cc4bf6073d2b5b1120472413e1efad2e5f9758/diff:/var/lib/docker/overlay2/3ab5122f019b217ffbf63b9a935b200adb001541618bd6ccdf0b27d7f1b540f2/diff:/var/lib/docker/overlay2/995f378b20aeb4c6de8309d4252e5ac033e1321b79e281c00c60b7dba3a4692b/diff:/var/lib/docker/overlay2/cb8ddcb6d57f14fabdba2240e3eb12c9ec0f51eb2634a3ecdad95074f2822dcd/diff:/var/lib/docker/overlay2/c6fb502106139714842cc13d7aa53ef688b96781efea24498292fa320d968bd2/diff:/var/lib/docker/overlay2/ab5259bd02cb8541ca06e8da5d5af5c2114fd879c34ed3ffc510e952336be966/diff:/var/lib/docker/overlay2/5c82b268cd57031ffbd8509fe4210e6b5b84fe263f006e7ee6dfe716781f5cdb/diff:/var/lib/docker/overlay2/9134500c14f18d8287d9fd79bf2b66ecb9499c995ff0219fc968030dd8afef3b/diff:/var/lib/docker/overlay2/b70919aa9aeb84f625cda6c4b35db0cec46e1d9f7a83b032574c74c88bb47c50/diff:/var/lib/docker/overlay2/deb67c1d080d863dc17400e6da1f5e872f9eafeeafe0e718fb0ee34201937cb0/diff:/var/lib/docker/overlay2/00aa7fae5323de3909537e05cc6f5f9fc72f4b21ebc8704612a072c59a8077dd/diff:/var/lib/docker/overlay2/a2abe479449dccb412e814bea155557473c49a22fb65ba4660f711e4c35ba7f6/diff:/var/lib/docker/overlay2/fb93a9e25debffe2feec4ba3eb44dccfd1042807679ced18c81fbe13705888f5/diff:/var/lib/docker/overlay2/2dcb9c1bd1176729de8a6b501438b2627b75979088fb27cba1cb906c8703c2e6/diff:/var/lib/docker/overlay2/e8a412a9d6c65df5290949f06030e22894f0053d7253c2da4a1871a4fa2f3ea7/diff:/var/lib/docker/overlay2/e610a6468045f2f953521fdc69cfffdb5ebace249451875ef2c9fd3931700684/diff",
            "MergedDir": "/var/lib/docker/overlay2/78e9aa95fd2eb9d69179bdb4f7ebf16c498572f5147c343f79d6fa08d06f462a/merged",
            "UpperDir": "/var/lib/docker/overlay2/78e9aa95fd2eb9d69179bdb4f7ebf16c498572f5147c343f79d6fa08d06f462a/diff",
            "WorkDir": "/var/lib/docker/overlay2/78e9aa95fd2eb9d69179bdb4f7ebf16c498572f5147c343f79d6fa08d06f462a/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:0e64f2360a448b389c83fcbc3705e1364ccf43f004bb55233c689e7ce59a1ae9",
            "sha256:66f36a87f992672c092f466ff530dd62a8d115f4fa4532a9e8ee48d8b37d99df",
            "sha256:bf84280aa4800d45dac706333c07530effc563be78a3b82245e80149271e60ab",
            "sha256:5e52300c30e99256283744e5500da058a7de8a1257c5541c22ae75d3803869b2",
            "sha256:972ecd8d31aea83d9aeda8e789fad9db957fc932efd749d78920e9c9f97d258d",
            "sha256:9d889174b04f010eb5faf6a5fdf3f3210156507c93fe0bf6c0d483105c9f2ed1",
            "sha256:224515b19b214fb7916c96022fc1af547c0a50c10b7c0362afb50c647c27ef04",
            "sha256:9b33b3c094b9c682543626a10e0a718a47706e34003a6905c5899e09de4f059e",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:44864f63be04937ba8352e6fde7960ded68b6b3e066180751772180217cc9c5b",
            "sha256:ba4b7dbb393324dfc8efc9d4cea7b1b29c2b681cedc373e4d76e3fa8ac044fc8",
            "sha256:8f8f8943985939920c49b02789d9e4c4cb8fd36476fc93a59a70d9c90366f6f8",
            "sha256:059a3f0fa1b3546b5347e33c7c32c985371ab1ab3055cf53937813086f508309",
            "sha256:1760f6ff76916e9cd0aa4afe9f25a3f4c6e5d9eccee7f63f3eea9d29b18d179d",
            "sha256:76b3ddfd9959f9283a2a6815dfdc0dea8af371cb9247e1a0e1ee7c2d493db52c",
            "sha256:10f2a8f2dce7a9fbea2c07d11b877ae24733f37179e111af5fd89c9537bb7158",
            "sha256:e6e1a4df132bc7f286d97809b41b04a0343ba38a87206f30ffebd905c5eb3941",
            "sha256:8cf8d9fa66f0b99776d57fca201e335afc92608430b6a227612fe5d851b58f31",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:5039ea61fb4613f0620c85327397b951e3ad89daabe73b4c95adf6bd4574f00c",
            "sha256:020a65c0c5a9ad6739a4b8e44eb02f8849c42148a4b378c9dd3c03b595f66f42",
            "sha256:57c8ff313a99d80038e67f583e8ce0cbc26748a8cdad166acaa4ddfe6fe57380",
            "sha256:90a3b43d4d6e825a9b8f497721c68f4b3633b98e82fd768376626b4cb27be495",
            "sha256:625285874541669f8d44a1e0df61c1fe09c5a305400aeeb028ceaacd1fd2e7e3",
            "sha256:cf2c50db2a68fd87b7618e03d3fd161bfc090545257a6c88846d9b7180347e63",
            "sha256:9f7552d0b9a49a8736e36a86b085e807fbbab2eadf682490e13006840f9499bf",
            "sha256:243d33f40801bbbdbdbbe1f5872bc6c348162a16c90c40de0bd23adc269e901f"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-12-07T13:58:43.184922727+08:00"
    }
}

更多版本

docker.io/homeassistant/home-assistant:stable

linux/amd64 docker.io1.60GB2024-07-08 01:04
4567

docker.io/homeassistant/home-assistant:2024.8

linux/amd64 docker.io1.64GB2024-08-29 13:56
1558

docker.io/homeassistant/home-assistant:stable

linux/arm64 docker.io1.67GB2024-09-19 01:50
1756

docker.io/homeassistant/home-assistant:2024.10

linux/amd64 docker.io1.79GB2024-10-08 17:37
643

docker.io/homeassistant/home-assistant:2024.11

linux/amd64 docker.io1.75GB2024-11-15 10:06
861

docker.io/homeassistant/home-assistant:2024.12.0b3

linux/amd64 docker.io1.78GB2024-12-02 10:09
629

docker.io/homeassistant/home-assistant:2024.12

linux/arm64 docker.io1.74GB2024-12-18 17:58
556

docker.io/homeassistant/home-assistant:2024.12

linux/amd64 docker.io1.78GB2024-12-18 18:52
413

docker.io/homeassistant/home-assistant:2024.12.5

linux/amd64 docker.io1.78GB2024-12-24 01:47
489

docker.io/homeassistant/home-assistant:2025.1.0

linux/amd64 docker.io1.80GB2025-01-07 15:18
472

docker.io/homeassistant/home-assistant:2025.1

linux/amd64 docker.io1.84GB2025-01-21 11:22
393

docker.io/homeassistant/home-assistant:2025.2.0b10

linux/amd64 docker.io1.80GB2025-02-06 18:02
301

docker.io/homeassistant/home-assistant:2025.2

linux/amd64 docker.io1.83GB2025-02-13 14:27
371

docker.io/homeassistant/home-assistant:2025.2.5

linux/amd64 docker.io1.84GB2025-02-23 22:06
504

docker.io/homeassistant/home-assistant:2025.3

linux/amd64 docker.io1.81GB2025-03-08 13:53
385

docker.io/homeassistant/home-assistant:latest

linux/amd64 docker.io1.81GB2025-03-10 09:33
1475

docker.io/homeassistant/home-assistant:2025.3.3

linux/amd64 docker.io1.81GB2025-03-21 01:04
639

docker.io/homeassistant/home-assistant:2025.1.0

linux/arm64 docker.io1.76GB2025-06-19 17:36
575

docker.io/homeassistant/home-assistant:2025.6.3

linux/amd64 docker.io1.99GB2025-06-29 00:27
399

docker.io/homeassistant/home-assistant:2025.7

linux/amd64 docker.io2.02GB2025-07-03 11:49
347

docker.io/homeassistant/home-assistant:2025.7.2

linux/amd64 docker.io2.02GB2025-07-17 16:37
578

docker.io/homeassistant/home-assistant:2025.7

linux/arm64 docker.io2.00GB2025-07-30 22:47
248

docker.io/homeassistant/home-assistant:dev

linux/amd64 docker.io2.17GB2025-08-15 20:35
227

docker.io/homeassistant/home-assistant:2025.8

linux/amd64 docker.io2.02GB2025-08-15 22:09
158

docker.io/homeassistant/home-assistant:2025.8.1

linux/amd64 docker.io2.02GB2025-08-16 17:13
356

docker.io/homeassistant/home-assistant:2025.8.2

linux/amd64 docker.io2.03GB2025-08-19 22:22
230

docker.io/homeassistant/home-assistant:2025.9.0

linux/amd64 docker.io2.04GB2025-09-04 14:23
268

docker.io/homeassistant/home-assistant:2025.9.4

linux/amd64 docker.io2.04GB2025-09-25 10:33
215

docker.io/homeassistant/home-assistant:2025.8.2

linux/arm64 docker.io2.01GB2025-10-06 19:57
137

docker.io/homeassistant/home-assistant:2025.10

linux/arm64 docker.io2.05GB2025-10-14 11:29
144

docker.io/homeassistant/home-assistant:2025.10

linux/amd64 docker.io2.07GB2025-10-19 22:31
160

docker.io/homeassistant/home-assistant:2025.10.3

linux/amd64 docker.io2.07GB2025-10-23 19:11
111

docker.io/homeassistant/home-assistant:2025.11.0b4

linux/amd64 docker.io2.12GB2025-11-05 17:33
106

docker.io/homeassistant/home-assistant:2025.11.1

linux/amd64 docker.io2.12GB2025-11-13 02:26
132

docker.io/homeassistant/home-assistant:2025.11

linux/amd64 docker.io2.09GB2025-11-27 11:35
63

docker.io/homeassistant/home-assistant:2025.12.1

linux/arm64 docker.io2.13GB2025-12-07 14:00
39