logo
docker.io/homeassistant/home-assistant:2026.9.3
linux/amd64 docker.io
Home Assistant是一个开源的智能家居自动化平台,可以控制和整合各种智能设备,并提供实时监控和远程控制功能。该平台支持多种协议,如MQTT、Z-Wave、Bluetooth等,並且支持各种智能设备,如智能照明、智能锁、智能摄像头等。
16
浏览次数
2.34GB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2026.9.3
源镜像
docker.io/homeassistant/home-assistant:2026.9.3
镜像ID
sha256:5157d3b45f2333749443ae7fb2c655b3ac7954018761c3f01144bd971030968f
镜像 TAG
2026.9.3
镜像大小
2.34GB
平台架构
linux/amd64
镜像源
docker.io
CMD
启动入口
/init
工作目录
/config
OS/平台
linux/amd64
镜像创建
2026-09-18T12:18:03.273871008Z
同步时间
2026-09-20 10:00
浏览量
16 次
贡献者
⚙️ 环境变量 11
KeyValue
PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
LANG=C.UTF-8 1
S6_BEHAVIOUR_IF_STAGE2_FAILS=2 2
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 3
S6_CMD_WAIT_FOR_SERVICES=1 4
S6_SERVICES_READYTIME=50 5
PIP_EXTRA_INDEX_URL=https://wheels.home-assistant.io/musllinux-index/ 6
UV_EXTRA_INDEX_URL=https://wheels.home-assistant.io/musllinux-index/ 7
S6_SERVICES_GRACETIME=240000 8
UV_SYSTEM_PYTHON=true 9
UV_NO_CACHE=true 10
🏷️ 镜像标签 16
KeyValue
amd64 io.hass.arch
amd64 io.hass.base.arch
ghcr.io/home-assistant/base:3.24 io.hass.base.image
python io.hass.base.name
2026.06.1 io.hass.base.version
core io.hass.type
2026.9.3 io.hass.version
The Home Assistant Authors org.opencontainers.image.authors
2026-09-18 12:15:58+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.9.3 org.opencontainers.image.version
🛡️ 镜像安全扫描
alpine 3.24.1 Trivy 2026-09-20 10:00 查看完整报告
25
低危 LOW
172
中危 MEDIUM
151
高危 HIGH
6
严重 CRITICAL
受影响目标 (7)
docker.io/homeassistant/home-assistant:2026.9.3 (alpine 3.24.1) alpine Python python-pkg bin/go2rtc gobinary usr/bin/tempio gobinary usr/local/bin/uv rustbinary usr/local/bin/uvx rustbinary usr/local/lib/python3.14/site-packages/selenium/webdriver/common/selenium-manager.cdx.json cargo

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#homeassistant/home-assistant:2026.9.3#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2026.9.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.9.3 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2026.9.3  docker.io/homeassistant/home-assistant:2026.9.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.9.3 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2026.9.3  docker.io/homeassistant/home-assistant:2026.9.3'

镜像构建历史


# 2026-09-18 20:18:03  0.00B 设置工作目录为/config
WORKDIR /config
                        
# 2026-09-18 20:18:03  81.24MB 执行命令并创建新的镜像层
RUN /bin/ash -o pipefail -c uv pip install         -e ./homeassistant     && python3 -m compileall         homeassistant/homeassistant # buildkit
                        
# 2026-09-18 20:17:35  224.03MB 复制新文件或目录到容器中
COPY --parents LICENSE* README* homeassistant/ pyproject.toml homeassistant/ # buildkit
                        
# 2026-09-18 20:17:27  1.39GB 执行命令并创建新的镜像层
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-09-18 20:16:24  69.55KB 复制新文件或目录到容器中
COPY requirements_all.txt home_assistant_frontend-* home_assistant_intents-* homeassistant/ # buildkit
                        
# 2026-09-18 20:16:24  285.79MB 执行命令并创建新的镜像层
RUN /bin/ash -o pipefail -c go2rtc --version     && pip3 install --no-cache-dir "uv==$(awk -F'==' '/^uv==/{print $2}' homeassistant/requirements.txt)"     && uv pip install         --no-build         -r homeassistant/requirements.txt # buildkit
                        
# 2026-09-18 20:16:12  9.58KB 复制新文件或目录到容器中
COPY --parents requirements.txt homeassistant/package_constraints.txt homeassistant/ # buildkit
                        
# 2026-09-18 20:16:12  19.24MB 复制新文件或目录到容器中
COPY /usr/local/bin/go2rtc /bin/go2rtc # buildkit
                        
# 2026-09-18 20:16:12  3.17KB 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2026-09-18 20:16:10  0.00B 设置工作目录为/usr/src
WORKDIR /usr/src
                        
# 2026-09-18 20:16:10  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-09-18 20:16:10  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.title=Home Assistant org.opencontainers.image.url=https://www.home-assistant.io/
                        
# 2026-06-30 00:55:27  0.00B 添加元数据标签
LABEL io.hass.type=homeassistant-base org.opencontainers.image.title=Home Assistant Core baseimage org.opencontainers.image.description=Baseimage for Home Assistant Core container/supervisor installation org.opencontainers.image.authors=The Home Assistant Authors org.opencontainers.image.url=https://www.home-assistant.io/ org.opencontainers.image.documentation=https://www.home-assistant.io/docs/ org.opencontainers.image.licenses=Apache License 2.0
                        
# 2026-06-30 00:55:27  44.40KB 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2026-06-30 00:55:15  978.70KB 复制新文件或目录到容器中
COPY /opt/telldus/ /usr/local/ # buildkit
                        
# 2026-06-30 00:55:27  7.95MB 复制新文件或目录到容器中
COPY /opt/picotts/usr/local/ /usr/local/ # buildkit
                        
# 2026-06-30 00:55:12  4.00B 执行命令并创建新的镜像层
RUN |2 BUILD_ARCH=amd64 BUILD_FROM=ghcr.io/home-assistant/base-python:3.14-alpine3.24-2026.06.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
                        
# 2026-06-30 00:55:12  5.42MB 复制新文件或目录到容器中
COPY /opt/libcec/ /usr/local/ # buildkit
                        
# 2026-06-30 00:54:50  160.75KB 复制新文件或目录到容器中
COPY /opt/ssocr/ /usr/local/ # buildkit
                        
# 2026-06-30 00:54:47  0.00B 设置工作目录为/usr/src/
WORKDIR /usr/src/
                        
# 2026-06-30 00:54:47  21.79MB 执行命令并创建新的镜像层
RUN |2 BUILD_ARCH=amd64 BUILD_FROM=ghcr.io/home-assistant/base-python:3.14-alpine3.24-2026.06.1 /bin/ash -o pipefail -c pip3 install --only-binary=:all:         -r /tmp/requirements.txt # buildkit
                        
# 2026-06-30 00:54:44  168.63MB 执行命令并创建新的镜像层
RUN |2 BUILD_ARCH=amd64 BUILD_FROM=ghcr.io/home-assistant/base-python:3.14-alpine3.24-2026.06.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
                        
# 2026-06-30 00:54:44  0.00B 定义构建参数
ARG BUILD_FROM=ghcr.io/home-assistant/base-python:3.14-alpine3.24-2026.06.1
                        
# 2026-06-30 00:54:44  0.00B 定义构建参数
ARG BUILD_ARCH=amd64
                        
# 2026-06-16 18:54:37  0.00B 添加元数据标签
LABEL io.hass.type=base io.hass.base.name=python
                        
# 2026-06-16 18:54:37  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2026-06-16 18:54:37  81.95MB 复制新文件或目录到容器中
COPY / / # buildkit
                        
# 2026-06-16 17:22:11  0.00B 添加元数据标签
LABEL io.hass.type=base io.hass.base.name=alpine
                        
# 2026-06-16 17:22:11  0.00B 设置环境变量 LANG S6_BEHAVIOUR_IF_STAGE2_FAILS S6_CMD_WAIT_FOR_SERVICES_MAXTIME S6_CMD_WAIT_FOR_SERVICES S6_SERVICES_READYTIME PIP_EXTRA_INDEX_URL 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 PIP_EXTRA_INDEX_URL=https://wheels.home-assistant.io/musllinux-index/ UV_EXTRA_INDEX_URL=https://wheels.home-assistant.io/musllinux-index/
                        
# 2026-06-16 17:22:11  0.00B 定义构建参数
ARG EXTRA_INDEX_URL=https://wheels.home-assistant.io/musllinux-index/
                        
# 2026-06-16 17:22:11  0.00B 
SHELL [/bin/ash -o pipefail -c]
                        
# 2026-06-16 17:22:11  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/init"]
                        
# 2026-06-16 17:22:11  38.15MB 复制新文件或目录到容器中
COPY / / # buildkit
                        
# 2026-06-16 08:01:29  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2026-06-16 08:01:29  8.42MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:5157d3b45f2333749443ae7fb2c655b3ac7954018761c3f01144bd971030968f",
    "RepoTags": [
        "homeassistant/home-assistant:2026.9.3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2026.9.3"
    ],
    "RepoDigests": [
        "homeassistant/home-assistant@sha256:d8922685169707fd91e8b9729902d975f06157d005e422874d201e0261dda196",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant@sha256:fe377c9da75027fbf34ac2bb4ae00662823690077c6d10b6b34e8d7ec278dab0"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-09-18T12:18:03.273871008Z",
    "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",
            "PIP_EXTRA_INDEX_URL=https://wheels.home-assistant.io/musllinux-index/",
            "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/base:3.24",
            "io.hass.base.name": "python",
            "io.hass.base.version": "2026.06.1",
            "io.hass.type": "core",
            "io.hass.version": "2026.9.3",
            "org.opencontainers.image.authors": "The Home Assistant Authors",
            "org.opencontainers.image.created": "2026-09-18 12:15:58+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.9.3"
        },
        "Shell": [
            "/bin/ash",
            "-o",
            "pipefail",
            "-c"
        ]
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 2336981650,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/3c061322e323b22310e2a5150bd016049d6dfd685a5f28e8c848d689af3a75b2/diff:/var/lib/docker/overlay2/2fbacc333ebea95cb2ccf431def8fb9006546c8649da2e6baa44938600e847f7/diff:/var/lib/docker/overlay2/a78c4e7f0a3ca92036259939964fed7e0e8148c450d2b1de05048304c645a1d5/diff:/var/lib/docker/overlay2/3cc898aa3a7dc665fc5054892fed209dc30abb9ff8d665af88279c17bfc2e912/diff:/var/lib/docker/overlay2/8f3d376e17acac347eef96dea0b88d8b72508e7957c1cc3064685c0e2aca675e/diff:/var/lib/docker/overlay2/04c8d731cdc6c12381494a4f97095ea749e15da31ccd8802d1fb816287830cfa/diff:/var/lib/docker/overlay2/d41c50bd790ce2d1d545f49e4303f76d4eba856ef9cf811421c1ff42284c009a/diff:/var/lib/docker/overlay2/a1f23b18fdd6d60f8fb6e95084935c2ff061fea7f7501631cdaa9f2beb92d0ff/diff:/var/lib/docker/overlay2/f73c803e9ef0fb91dffa862c83abce2eeb7b306359db9c4184fdf06b1ab0ad02/diff:/var/lib/docker/overlay2/20b87a015028b2b08a1adf1eb061bbd13e6917b7f3629db38c0d8489276cfa3d/diff:/var/lib/docker/overlay2/11435e13889be8815c60edfcb85893e87f253537cd39d04441a8dbe78054fbdc/diff:/var/lib/docker/overlay2/0f3f0677ef720df7fe61584ca03361d7a02adb9bdf3aea04de05696d9f8a539d/diff:/var/lib/docker/overlay2/8c5860bd4eaded73467ba5600afb0f5a8f2e62d8fe393688f8f844f2171bf9b6/diff:/var/lib/docker/overlay2/2b8aa36a3e00004799326f1f7d3687cf55f0b51d3a0ed3c1159c99dd59f28fce/diff:/var/lib/docker/overlay2/46a0c202b7aa00577cb4f96327e0d2ffd482fc68b24e964fd8afb709a214de87/diff:/var/lib/docker/overlay2/5297d80c56d36bc1c836005e6aff6d5f56254ca43460eb2862ede718eb87b667/diff:/var/lib/docker/overlay2/26f896cfc29001cd2ce023b2b8c53edbacc7f8fbb8c65ed0dfb90acd3dc7716d/diff:/var/lib/docker/overlay2/458defccd7fbbba59152f8a4a160883163dd3611288e383f8b173e4e7da11292/diff:/var/lib/docker/overlay2/3639f8f9a123f9d2ea69ee67b6696e1ec4ca25848fe8899c3f0df678a37ba7f8/diff:/var/lib/docker/overlay2/371054b6592307e8a02767a1c10a5d37eb30ae461de464c5c613b498afc8946f/diff:/var/lib/docker/overlay2/d51bd9f442769618005c9be653661c047116bf4ebe32b04db2ad4ca7bebb792d/diff",
            "MergedDir": "/var/lib/docker/overlay2/addbb2d50c87780db84d3efb5730d5e1dbf9a78d543721774948b5fd21710c1f/merged",
            "UpperDir": "/var/lib/docker/overlay2/addbb2d50c87780db84d3efb5730d5e1dbf9a78d543721774948b5fd21710c1f/diff",
            "WorkDir": "/var/lib/docker/overlay2/addbb2d50c87780db84d3efb5730d5e1dbf9a78d543721774948b5fd21710c1f/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:34884abbe92863fce933ed7c39c0e045631af0ed86d5cc0dfbdf9fdca426ce3c",
            "sha256:887e770f2073f93e7b359f2286428c024e34d6b958bf866c5aa4cb5b41195841",
            "sha256:3a1c849b0505129399362d23f774eb8460fdfce3e2539f2992f49c9e253aace1",
            "sha256:fc4fa707bdc2746898e694a68a84eac4dc945732df54d45f77123574fab300bb",
            "sha256:2db683111a32c73fe3776d9705685182c70caa7c4d83770e3b000023633e63bd",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:596018a4b71c31b682e0183552ac004ce46c51cb2e73db88d84741896757a34d",
            "sha256:7bd3ac5dfabde7c3981d5f73e765d5e96cccfb741629a0ee17446ee6762e60d5",
            "sha256:70bbb0a0b79400cb54d4e31b1b5bdd1b32495d1b8a6a6034f16a2709b37dfabf",
            "sha256:0f288e89a8d63e96b3f14863f93c3adba59c1404536af1be862cfdce5f4049f9",
            "sha256:3f5444d2b6b7409245a60d6ab01f906d6497373f6260188eba6a799fedc6abaa",
            "sha256:97e3eb55e8b16317074e13f380dce675389c79587cb5ba8795a73ba9e99c7fcd",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:6aa6174bfdb009655c78e3028f9c61740a81d513e432431d7c3cbd9928e2b533",
            "sha256:b7b67e0ae0af44e738ff5937c14ef35fdf71009e2839caf7f17e5cbcce9f2df8",
            "sha256:ea52a81c36cd83e42d2aa8a4a8d488de79657aae27c714dfbedf484212bb1808",
            "sha256:ba8f6c8459f3da5982ccd0e3c283d9340240ab1f082cde54a19fa57b664efd49",
            "sha256:4ecf013f4338848417228dba1d0adb0822bbdc3880706d230f122710881e9de5",
            "sha256:fcc86fcc988efd3cf51244ecf01dba16979fc9c0aaa4be1b3c1ddaec24032164",
            "sha256:ac8f7817c95756621840e80f19b7db80cf50b63c1a56e3d581289c5ebfa5db3a",
            "sha256:427e5788fc582b400bae63d0cf99e1f547a1cd877c7d46c17b8a27cc2fa03838",
            "sha256:cbe8c363b89c5536d0eb6c2d89ed4b6c2b4368dceef035a8710c3ac70ca20fdd"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-09-20T09:59:21.885059225+08:00"
    }
}

更多版本

docker.io/homeassistant/home-assistant:2024.10

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

docker.io/homeassistant/home-assistant:2024.11

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

docker.io/homeassistant/home-assistant:2024.12

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

docker.io/homeassistant/home-assistant:2024.12

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

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

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

docker.io/homeassistant/home-assistant:2024.12.5

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

docker.io/homeassistant/home-assistant:2024.8

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

docker.io/homeassistant/home-assistant:2025.1

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

docker.io/homeassistant/home-assistant:2025.1.0

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

docker.io/homeassistant/home-assistant:2025.1.0

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

docker.io/homeassistant/home-assistant:2025.10

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

docker.io/homeassistant/home-assistant:2025.10

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

docker.io/homeassistant/home-assistant:2025.10.3

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

docker.io/homeassistant/home-assistant:2025.11

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

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

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

docker.io/homeassistant/home-assistant:2025.11.1

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

docker.io/homeassistant/home-assistant:2025.12.1

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

docker.io/homeassistant/home-assistant:2025.12.4

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

docker.io/homeassistant/home-assistant:2025.2

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

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

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

docker.io/homeassistant/home-assistant:2025.2.5

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

docker.io/homeassistant/home-assistant:2025.3

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

docker.io/homeassistant/home-assistant:2025.3.3

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

docker.io/homeassistant/home-assistant:2025.6.3

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

docker.io/homeassistant/home-assistant:2025.7

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

docker.io/homeassistant/home-assistant:2025.7

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

docker.io/homeassistant/home-assistant:2025.7.2

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

docker.io/homeassistant/home-assistant:2025.8

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

docker.io/homeassistant/home-assistant:2025.8.1

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

docker.io/homeassistant/home-assistant:2025.8.2

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

docker.io/homeassistant/home-assistant:2025.8.2

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

docker.io/homeassistant/home-assistant:2025.9.0

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

docker.io/homeassistant/home-assistant:2025.9.4

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

docker.io/homeassistant/home-assistant:2026.2

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

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

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

docker.io/homeassistant/home-assistant:2026.2.3

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

docker.io/homeassistant/home-assistant:2026.3

linux/amd64 docker.io2.31GB2026-03-27 09:30
434

docker.io/homeassistant/home-assistant:2026.3.4

linux/amd64 docker.io2.31GB2026-03-27 09:31
421

docker.io/homeassistant/home-assistant:2026.4

linux/amd64 docker.io2.28GB2026-04-03 13:56
549

docker.io/homeassistant/home-assistant:2026.5.4

linux/amd64 docker.io2.31GB2026-05-25 02:31
394

docker.io/homeassistant/home-assistant:2026.6.4

linux/amd64 docker.io2.33GB2026-06-28 14:36
251

docker.io/homeassistant/home-assistant:2026.7.0b2

linux/arm64 docker.io2.31GB2026-06-29 01:41
214

docker.io/homeassistant/home-assistant:2026.7.1

linux/amd64 docker.io2.36GB2026-07-13 09:34
215

docker.io/homeassistant/home-assistant:2026.7.1

linux/arm64 docker.io2.33GB2026-07-14 20:45
206

docker.io/homeassistant/home-assistant:2026.8.1

linux/amd64 docker.io2.38GB2026-08-15 09:53
125

docker.io/homeassistant/home-assistant:2026.8.2

linux/amd64 docker.io2.39GB2026-08-23 19:55
120

docker.io/homeassistant/home-assistant:2026.9.1

linux/amd64 docker.io2.33GB2026-09-10 08:41
80

docker.io/homeassistant/home-assistant:2026.9.3

linux/amd64 docker.io2.34GB2026-09-20 10:00
15

docker.io/homeassistant/home-assistant:dev

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

docker.io/homeassistant/home-assistant:latest

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

docker.io/homeassistant/home-assistant:stable

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

docker.io/homeassistant/home-assistant:stable

linux/arm64 docker.io1.67GB2024-09-19 01:50
2675
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×