docker.io/homeassistant/home-assistant:2026.2.3 linux/amd64

docker.io/homeassistant/home-assistant:2026.2.3 - 国内下载镜像源 浏览次数:9
Home Assistant是一个开源的智能家居自动化平台,可以控制和整合各种智能设备,并提供实时监控和远程控制功能。该平台支持多种协议,如MQTT、Z-Wave、Bluetooth等,並且支持各种智能设备,如智能照明、智能锁、智能摄像头等。
源镜像 docker.io/homeassistant/home-assistant:2026.2.3
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2026.2.3
镜像ID sha256:ae42247e9a17f8481155cceaf4fe7d73993c17481f4b57bda5b4075727c5985a
镜像TAG 2026.2.3
大小 2.29GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /init
工作目录 /config
OS/平台 linux/amd64
浏览量 9 次
贡献者
镜像创建 2026-02-20T20:49:49.67497278Z
同步时间 2026-02-23 20: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
镜像标签
amd64: io.hass.arch amd64: io.hass.base.arch ghcr.io/home-assistant/amd64-base:3.22: io.hass.base.image python: io.hass.base.name 2025.12.1: io.hass.base.version core: io.hass.type 2026.2.3: io.hass.version The Home Assistant Authors: org.opencontainers.image.authors 2026-02-20 20:48:16+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 2026.2.3: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-02-21 04:49:49  0.00B 设置工作目录为/config
WORKDIR /config
                        
# 2026-02-21 04:49:49  61.12MB 执行命令并创建新的镜像层
RUN /bin/ash -o pipefail -c uv pip install         -e ./homeassistant     && python3 -m compileall         homeassistant/homeassistant # buildkit
                        
# 2026-02-21 04:49:24  180.52MB 复制新文件或目录到容器中
COPY . homeassistant/ # buildkit
                        
# 2026-02-21 04:49:18  1.44GB 执行命令并创建新的镜像层
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
                        
# 2026-02-21 04:48:40  64.79KB 复制新文件或目录到容器中
COPY requirements_all.txt home_assistant_frontend-* home_assistant_intents-* homeassistant/ # buildkit
                        
# 2026-02-21 04:48:40  217.26MB 执行命令并创建新的镜像层
RUN /bin/ash -o pipefail -c uv pip install         --no-build         -r homeassistant/requirements.txt # buildkit
                        
# 2026-02-21 04:48:34  6.87KB 复制新文件或目录到容器中
COPY homeassistant/package_constraints.txt homeassistant/homeassistant/ # buildkit
                        
# 2026-02-21 04:48:34  1.25KB 复制新文件或目录到容器中
COPY requirements.txt homeassistant/ # buildkit
                        
# 2026-02-21 04:48:34  0.00B 设置工作目录为/usr/src
WORKDIR /usr/src
                        
# 2026-02-21 04:48:34  56.86MB 执行命令并创建新的镜像层
RUN /bin/ash -o pipefail -c go2rtc --version     && pip3 install uv==0.9.26 # buildkit
                        
# 2026-02-21 04:48:32  19.24MB 复制新文件或目录到容器中
COPY /usr/local/bin/go2rtc /bin/go2rtc # buildkit
                        
# 2026-02-21 04:48:32  2.76KB 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2026-02-21 04:48:32  0.00B 设置环境变量 S6_SERVICES_GRACETIME UV_SYSTEM_PYTHON UV_NO_CACHE
ENV S6_SERVICES_GRACETIME=240000 UV_SYSTEM_PYTHON=true UV_NO_CACHE=true
                        
# 2026-02-21 04:48:32  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-12-11 02:44:55  44.40KB 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2025-12-11 02:44:55  1.11MB 复制新文件或目录到容器中
COPY /opt/telldus/ /usr/local/ # buildkit
                        
# 2025-12-11 02:44:55  7.97MB 复制新文件或目录到容器中
COPY /opt/picotts/usr/local/ /usr/local/ # buildkit
                        
# 2025-12-11 02:44:55  4.00B 执行命令并创建新的镜像层
RUN |2 BUILD_ARCH=amd64 BUILD_FROM=ghcr.io/home-assistant/amd64-base-python:3.13-alpine3.22-2025.12.1 /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-12-11 02:44:55  2.21MB 复制新文件或目录到容器中
COPY /opt/libcec/ /usr/local/ # buildkit
                        
# 2025-12-11 02:44:28  144.36KB 复制新文件或目录到容器中
COPY /opt/ssocr/ /usr/local/ # buildkit
                        
# 2025-12-11 02:44:22  0.00B 设置工作目录为/usr/src/
WORKDIR /usr/src/
                        
# 2025-12-11 02:44:22  21.12MB 执行命令并创建新的镜像层
RUN |2 BUILD_ARCH=amd64 BUILD_FROM=ghcr.io/home-assistant/amd64-base-python:3.13-alpine3.22-2025.12.1 /bin/ash -o pipefail -c pip3 install --only-binary=:all:         -r /tmp/requirements.txt # buildkit
                        
# 2025-12-11 02:44:18  160.98MB 执行命令并创建新的镜像层
RUN |2 BUILD_ARCH=amd64 BUILD_FROM=ghcr.io/home-assistant/amd64-base-python:3.13-alpine3.22-2025.12.1 /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-12-11 02:44:18  0.00B 定义构建参数
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base-python:3.13-alpine3.22-2025.12.1
                        
# 2025-12-11 02:44:18  0.00B 定义构建参数
ARG BUILD_ARCH=amd64
                        
# 2025-12-11 01:06:11  10.24MB 执行命令并创建新的镜像层
RUN |4 PYTHON_VERSION=3.13.11 CERT_IDENTITY=thomas@python.org CERT_OIDC_ISSUER=https://accounts.google.com 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-12-11 01:06:07  0.00B 定义构建参数
ARG PIP_VERSION=25.3
                        
# 2025-12-11 01:06:07  66.43MB 执行命令并创建新的镜像层
RUN |3 PYTHON_VERSION=3.13.11 CERT_IDENTITY=thomas@python.org CERT_OIDC_ISSUER=https://accounts.google.com /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-12-11 01:06:07  0.00B 
SHELL [/bin/ash -o pipefail -c]
                        
# 2025-12-11 01:06:07  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-12-11 01:06:07  0.00B 定义构建参数
ARG PYTHON_VERSION=3.13.11 CERT_IDENTITY=thomas@python.org CERT_OIDC_ISSUER=https://accounts.google.com
                        
# 2025-12-11 00:46:25  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/init"]
                        
# 2025-12-11 00:46:25  0.00B 设置工作目录为/
WORKDIR /
                        
# 2025-12-11 00:46:25  152.00B 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2025-12-11 00:46:25  36.66MB 执行命令并创建新的镜像层
RUN |5 BASHIO_VERSION=0.17.5 TEMPIO_VERSION=2024.11.2 S6_OVERLAY_VERSION=3.1.6.2 JEMALLOC_VERSION=5.3.0 BUILD_ARCH=amd64 /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-12-11 00:45:15  0.00B 定义构建参数
ARG BUILD_ARCH=amd64
                        
# 2025-12-11 00:45:15  0.00B 设置工作目录为/usr/src
WORKDIR /usr/src
                        
# 2025-12-11 00:45:15  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
                        
# 2025-12-11 00:45:15  0.00B 
SHELL [/bin/ash -o pipefail -c]
                        
# 2025-12-11 00:45:15  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.32MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:ae42247e9a17f8481155cceaf4fe7d73993c17481f4b57bda5b4075727c5985a",
    "RepoTags": [
        "homeassistant/home-assistant:2026.2.3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2026.2.3"
    ],
    "RepoDigests": [
        "homeassistant/home-assistant@sha256:96fa92d83fa8dae987fbbbcf58b1fea1140985ff6a8517b37f7b65c76ef20133",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant@sha256:e973332659e523f543f3f56ca99a975e842a4670ced36260955c4d42efdd0a82"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-02-20T20:49:49.67497278Z",
    "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": "amd64",
            "io.hass.base.arch": "amd64",
            "io.hass.base.image": "ghcr.io/home-assistant/amd64-base:3.22",
            "io.hass.base.name": "python",
            "io.hass.base.version": "2025.12.1",
            "io.hass.type": "core",
            "io.hass.version": "2026.2.3",
            "org.opencontainers.image.authors": "The Home Assistant Authors",
            "org.opencontainers.image.created": "2026-02-20 20:48:16+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": "2026.2.3"
        },
        "Shell": [
            "/bin/ash",
            "-o",
            "pipefail",
            "-c"
        ]
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 2294388186,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/1aa6725e732ac947de8936a9ec90ddd565e5d36d33422be54d573d76de92d87d/diff:/var/lib/docker/overlay2/95ec0e62e7804301b63797339cb1b02403c525687654524239c7ef9231fa6dbd/diff:/var/lib/docker/overlay2/a5dcdfda652c609c10ddef1e96a066f61351b7e98936a0305b25c221b0f91554/diff:/var/lib/docker/overlay2/4b82dbae3f9e025094b9d263d1b3a3f3c0dd81bb43b65438da42877d3358015e/diff:/var/lib/docker/overlay2/80e9ccd9c4c796edd4d32795ee236c8456687a1717b4233f0332e80fe46da96c/diff:/var/lib/docker/overlay2/374ebdea027c69308c95675bf051242629b3a5cf1b01b91a4cace45e79d2e632/diff:/var/lib/docker/overlay2/9c9d9fe5a0ac5bdf60c6f3505d1da7e1c024e6adac4db6c0bf5324a0a9d7e26b/diff:/var/lib/docker/overlay2/7e4a405ac9427dfe4c05fd94fee1b70e060f64126ee4546033663bc4510f8743/diff:/var/lib/docker/overlay2/d2d8fb05d91d0a979b56f84fcfae9a0f4ea2dbbc810de84b8d1cd00a50c27b45/diff:/var/lib/docker/overlay2/8283743ff4d3dd3daa1e64d8b80a60440e6cb775f9bec3d477a7b6bf61a4990b/diff:/var/lib/docker/overlay2/7848a97c66abe3503c7a7eb9db1696b434f2221f82650c66949757c1f222e1bb/diff:/var/lib/docker/overlay2/a30dc515ce8584f5afa5e48db31f1ecef0cf3af31e2fd5a23860bb62c18e58dd/diff:/var/lib/docker/overlay2/6f8d16c4fda0b7c567a6f83e8da18e3a6b3c09ea75b90fa28ebc71132e4b8132/diff:/var/lib/docker/overlay2/ddba86db462d510be1f52b0404c46e8ed58ae671a33262804076da15049eb7b7/diff:/var/lib/docker/overlay2/3177bd8ea798b32270d658e6b4af49368770e1620efa1d4595e036810b1d49e7/diff:/var/lib/docker/overlay2/caf052fac7daf86ed4708019cf46fb134fc86cbbcd5770717e32c68edc9cc6a4/diff:/var/lib/docker/overlay2/bc37008b941e0ea573d4f29f46419d86e3e037d93300aed6581cef437c5db8dd/diff:/var/lib/docker/overlay2/fa54b5695ddab96fce1003637cad15c4afd56392a37cfd7c5a39d86b7523f296/diff:/var/lib/docker/overlay2/65d9c8594cad34f95e5bf5473cae858031a89e867a5cf907999d42d73071ad30/diff:/var/lib/docker/overlay2/1e898da8e2ddcc3243ae6965a45c4e14166f7c2e8b2487d5969319dbd3e272a6/diff:/var/lib/docker/overlay2/bd13350173a74e3434eaa69c20a02723d024bb9eb0de149015ed62b18167832e/diff:/var/lib/docker/overlay2/e71d333a53447ace08560a96a89a60e029b5e6e7f13d6554e692ec875c2c9d0b/diff:/var/lib/docker/overlay2/f6bfd03059e0bd49abcb58b8999ca53419d7c8c517850d200d9ee9c8cabcfa33/diff:/var/lib/docker/overlay2/634f8f51ddee5100acb27aa4a2646cc578b27f4807b701ce085be1c4a2e77cff/diff:/var/lib/docker/overlay2/c65c146f6f5b1a510a1c6bb9a70f1c40dfad341013d0adf49e8e564bf328da94/diff:/var/lib/docker/overlay2/7940e3ae615528150eb456f8b95899a8a6b36a6af31255040d21fabaeb2e6d12/diff",
            "MergedDir": "/var/lib/docker/overlay2/32841fca1e692b845b40d1a85cf7b52aaf37aaab8e4fa50fd5505f730a198034/merged",
            "UpperDir": "/var/lib/docker/overlay2/32841fca1e692b845b40d1a85cf7b52aaf37aaab8e4fa50fd5505f730a198034/diff",
            "WorkDir": "/var/lib/docker/overlay2/32841fca1e692b845b40d1a85cf7b52aaf37aaab8e4fa50fd5505f730a198034/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:256f393e029fa2063d8c93720da36a74a032bed3355a2bc3e313ad12f8bde9d1",
            "sha256:67160e316c936d70436239720d207b6ee6d21bcced3e97f941f77d656fa89b38",
            "sha256:31cf9e8727e8c507b2a0eac2787f292853635a852b4ffadf9b57442030e5c742",
            "sha256:4e563803430bfc8d264c862034105af76ae0bfe1d89c7dfb7eb4a776b2977b03",
            "sha256:95900ceb0266b213f272a6d1401f005546bc6c89ee5e570cfddcceba9de20233",
            "sha256:b8466640c7e40b61249022a90bb7e26dd001e32839f16c6613f0f3556533b846",
            "sha256:955c76eab5830a37bb3b219a43c306296428d4a65b7379a69bc26039b38c962b",
            "sha256:c1a4dd672f62292b8d08020e9ed13e492d27b4f18ab431024284976994fa5363",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:7f62976406d93495fe4be04e42c92d47a4531d6e9d9881bed6e37fede1d1a9b3",
            "sha256:57db92ab7622bb574746daeb426201fb5b89535f36b3dc52585129848038a768",
            "sha256:989395847dd0ec55349327e9291fb126daf1944781c8ad5e461e5ff5e17dcda5",
            "sha256:b87235178c50e09c7cccff35f44a9c4cab7c01b91a853c13dbd7ad5b8d2281d9",
            "sha256:8e45a57e915e6f11e7847149c1d6349b0a051dd092391b1d12d7b6c827ffb0eb",
            "sha256:b04a094d3d086335b05ecea168baabd72d707de50cc9848859d674f026c39795",
            "sha256:7c72cc625bcc51e04234d5fd002654a5b8bff47c1da119b985591663ff5e6dbf",
            "sha256:b25ebacfa0d8de066f5578766f3c557aafadc12ad4e9e0357870263cc7d80464",
            "sha256:6efee0f77974b72ea82ef7ca7757ad5c0a8619bddf644332dfec8ce41a6f360c",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:765668cd22639096614f290bd7b5eab9df45c393044f3765990a839c30da098f",
            "sha256:c1c876912464f43fad6a671cd87f993c3eaac396bec0c498a202298058572023",
            "sha256:eb566bbd11866dadbc724074bcddc926382c94812298e364ca48baaac63d0753",
            "sha256:9be6977f428ed837783f8113a9f7df79242521220271bac24cd023865e100e55",
            "sha256:7671337fc29d25e696d531bfa55189cd0aa1638ae02eedccf31a80956113d50c",
            "sha256:6699a33c2ced98d2db83cd151d917459d20179666bd15eaebb8c391f8510f22c",
            "sha256:5555aba15e520f8001ac6457982244ee03dbd697a99e44b0f44508b3a413fe4e",
            "sha256:bbc387f279febc3cf07d7d63ea0369e8baa50dcd8169b68589aad3af607a50b7"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-02-23T20:48:02.727488226+08:00"
    }
}

更多版本

docker.io/homeassistant/home-assistant:stable

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

docker.io/homeassistant/home-assistant:2024.8

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

docker.io/homeassistant/home-assistant:stable

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

docker.io/homeassistant/home-assistant:2024.10

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

docker.io/homeassistant/home-assistant:2024.11

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

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

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

docker.io/homeassistant/home-assistant:2024.12

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

docker.io/homeassistant/home-assistant:2024.12

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

docker.io/homeassistant/home-assistant:2024.12.5

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

docker.io/homeassistant/home-assistant:2025.1.0

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

docker.io/homeassistant/home-assistant:2025.1

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

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

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

docker.io/homeassistant/home-assistant:2025.2

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

docker.io/homeassistant/home-assistant:2025.2.5

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

docker.io/homeassistant/home-assistant:2025.3

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

docker.io/homeassistant/home-assistant:latest

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

docker.io/homeassistant/home-assistant:2025.3.3

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

docker.io/homeassistant/home-assistant:2025.1.0

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

docker.io/homeassistant/home-assistant:2025.6.3

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

docker.io/homeassistant/home-assistant:2025.7

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

docker.io/homeassistant/home-assistant:2025.7.2

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

docker.io/homeassistant/home-assistant:2025.7

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

docker.io/homeassistant/home-assistant:dev

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

docker.io/homeassistant/home-assistant:2025.8

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

docker.io/homeassistant/home-assistant:2025.8.1

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

docker.io/homeassistant/home-assistant:2025.8.2

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

docker.io/homeassistant/home-assistant:2025.9.0

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

docker.io/homeassistant/home-assistant:2025.9.4

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

docker.io/homeassistant/home-assistant:2025.8.2

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

docker.io/homeassistant/home-assistant:2025.10

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

docker.io/homeassistant/home-assistant:2025.10

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

docker.io/homeassistant/home-assistant:2025.10.3

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

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

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

docker.io/homeassistant/home-assistant:2025.11.1

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

docker.io/homeassistant/home-assistant:2025.11

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

docker.io/homeassistant/home-assistant:2025.12.1

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

docker.io/homeassistant/home-assistant:2025.12.4

linux/arm64 docker.io2.14GB2025-12-27 15:10
301

docker.io/homeassistant/home-assistant:2026.2.0.dev202601030241

linux/amd64 docker.io2.43GB2026-01-03 23:41
271

docker.io/homeassistant/home-assistant:2026.2

linux/amd64 docker.io2.29GB2026-02-10 17:16
112

docker.io/homeassistant/home-assistant:2026.2.3

linux/amd64 docker.io2.29GB2026-02-23 20:49
8