logo
docker.io/homeassistant/home-assistant:2026.7.1
linux/arm64 docker.io shxuai 贡献 请确认架构匹配
Home Assistant是一个开源的智能家居自动化平台,可以控制和整合各种智能设备,并提供实时监控和远程控制功能。该平台支持多种协议,如MQTT、Z-Wave、Bluetooth等,並且支持各种智能设备,如智能照明、智能锁、智能摄像头等。
9
浏览次数
2.33GB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2026.7.1-linuxarm64
源镜像
docker.io/homeassistant/home-assistant:2026.7.1
镜像ID
sha256:291e4b204813fa6ef0fad952c5724ea8866ded93ff0ae164facec085af1b3dbe
镜像 TAG
2026.7.1-linuxarm64
镜像大小
2.33GB
平台架构
linux/arm64
镜像源
docker.io
CMD
启动入口
/init
工作目录
/config
OS/平台
linux/arm64
镜像创建
2026-07-03T19:06:03.507199192Z
同步时间
2026-07-14 20:45
浏览量
9 次
贡献者
👑 avatar
shxuai ⭐ 资助者
荣誉赞助人
感谢您对本项目的慷慨资助
⚙️ 环境变量 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
aarch64 io.hass.arch
aarch64 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.7.1 io.hass.version
The Home Assistant Authors org.opencontainers.image.authors
2026-07-03 19:04:21+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.7.1 org.opencontainers.image.version
🛡️ 镜像安全扫描
alpine 3.24.1 Trivy 2026-07-14 20:45 查看完整报告
8
低危 LOW
80
中危 MEDIUM
85
高危 HIGH
2
严重 CRITICAL
受影响目标 (6)
docker.io/homeassistant/home-assistant:2026.7.1 (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

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#homeassistant/home-assistant:2026.7.1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2026.7.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:2026.7.1-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2026.7.1-linuxarm64  docker.io/homeassistant/home-assistant:2026.7.1'

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-07-04 03:06:03  0.00B 设置工作目录为/config
WORKDIR /config
                        
# 2026-07-04 03:06:03  77.28MB 执行命令并创建新的镜像层
RUN /bin/ash -o pipefail -c uv pip install         -e ./homeassistant     && python3 -m compileall         homeassistant/homeassistant # buildkit
                        
# 2026-07-04 03:05:38  211.78MB 复制新文件或目录到容器中
COPY --parents LICENSE* README* homeassistant/ pyproject.toml homeassistant/ # buildkit
                        
# 2026-07-04 03:05:32  1.43GB 执行命令并创建新的镜像层
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-07-04 03:04:47  67.84KB 复制新文件或目录到容器中
COPY requirements_all.txt home_assistant_frontend-* home_assistant_intents-* homeassistant/ # buildkit
                        
# 2026-07-04 03:04:47  263.76MB 执行命令并创建新的镜像层
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-07-04 03:04:38  8.82KB 复制新文件或目录到容器中
COPY --parents requirements.txt homeassistant/package_constraints.txt homeassistant/ # buildkit
                        
# 2026-07-04 03:04:37  17.96MB 复制新文件或目录到容器中
COPY /usr/local/bin/go2rtc /bin/go2rtc # buildkit
                        
# 2026-07-04 03:04:37  2.76KB 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2026-07-04 03:04:37  0.00B 设置工作目录为/usr/src
WORKDIR /usr/src
                        
# 2026-07-04 03:04:37  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-07-04 03:04:37  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:25  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:25  44.40KB 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2026-06-30 00:55:22  1.14MB 复制新文件或目录到容器中
COPY /opt/telldus/ /usr/local/ # buildkit
                        
# 2026-06-30 00:55:25  7.99MB 复制新文件或目录到容器中
COPY /opt/picotts/usr/local/ /usr/local/ # buildkit
                        
# 2026-06-30 00:55:20  4.00B 执行命令并创建新的镜像层
RUN |2 BUILD_ARCH=aarch64 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:20  6.04MB 复制新文件或目录到容器中
COPY /opt/libcec/ /usr/local/ # buildkit
                        
# 2026-06-30 00:55:02  185.15KB 复制新文件或目录到容器中
COPY /opt/ssocr/ /usr/local/ # buildkit
                        
# 2026-06-30 00:54:58  0.00B 设置工作目录为/usr/src/
WORKDIR /usr/src/
                        
# 2026-06-30 00:54:58  22.03MB 执行命令并创建新的镜像层
RUN |2 BUILD_ARCH=aarch64 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:54  149.43MB 执行命令并创建新的镜像层
RUN |2 BUILD_ARCH=aarch64 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:54  0.00B 定义构建参数
ARG BUILD_FROM=ghcr.io/home-assistant/base-python:3.14-alpine3.24-2026.06.1
                        
# 2026-06-30 00:54:54  0.00B 定义构建参数
ARG BUILD_ARCH=aarch64
                        
# 2026-06-16 18:54:14  0.00B 添加元数据标签
LABEL io.hass.type=base io.hass.base.name=python
                        
# 2026-06-16 18:54:14  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:14  84.63MB 复制新文件或目录到容器中
COPY / / # buildkit
                        
# 2026-06-16 17:21:54  0.00B 添加元数据标签
LABEL io.hass.type=base io.hass.base.name=alpine
                        
# 2026-06-16 17:21:54  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:21:54  0.00B 定义构建参数
ARG EXTRA_INDEX_URL=https://wheels.home-assistant.io/musllinux-index/
                        
# 2026-06-16 17:21:54  0.00B 
SHELL [/bin/ash -o pipefail -c]
                        
# 2026-06-16 17:21:54  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/init"]
                        
# 2026-06-16 17:21:54  47.29MB 复制新文件或目录到容器中
COPY / / # buildkit
                        
# 2026-06-16 08:01:20  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2026-06-16 08:01:20  8.66MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.24.1-aarch64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:291e4b204813fa6ef0fad952c5724ea8866ded93ff0ae164facec085af1b3dbe",
    "RepoTags": [
        "homeassistant/home-assistant:2026.7.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2026.7.1-linuxarm64"
    ],
    "RepoDigests": [
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant@sha256:23c18ae4061fcb1ddad9888be6675c0dc56b638a35148ab13476699a0ff428a6"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-07-03T19:06:03.507199192Z",
    "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": "aarch64",
            "io.hass.base.arch": "aarch64",
            "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.7.1",
            "org.opencontainers.image.authors": "The Home Assistant Authors",
            "org.opencontainers.image.created": "2026-07-03 19:04:21+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.7.1"
        },
        "Shell": [
            "/bin/ash",
            "-o",
            "pipefail",
            "-c"
        ]
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 2325622804,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/e99770f910c0f1d700ca91a84da14584f5c9f0f957250ec4b4631536b6432e20/diff:/var/lib/docker/overlay2/000b779245772dfbc916e26cc73196c84232bf8b910947c5c4a75f1a5ac03133/diff:/var/lib/docker/overlay2/ab7b2a3d00abd31ddad76ae11d04f515285182667922e88707fd4beba571b9a7/diff:/var/lib/docker/overlay2/befcbd4a64710cf1f643ab22bf7f1e028689f51e3a4cff1127ccc40f1f446ba0/diff:/var/lib/docker/overlay2/e618e31e6d8bff4780623ea14c5fa74b95e9599be32fe6051c3166e86c11cd2b/diff:/var/lib/docker/overlay2/c05f1fe2dec13e5c43563df6ad8f1cb75123d5508c4d731869a7c033f30fdd4c/diff:/var/lib/docker/overlay2/678d4733f813f6761baf3943c746a678629c9719f975351adb83288cefe6b993/diff:/var/lib/docker/overlay2/4a463e647b8a34c08351c7601d33804841523012650d36771065a8a46e6e8238/diff:/var/lib/docker/overlay2/5e503abe26be99f619f76141ea93748add8845be2a93282ea75f2fbef2a0aba7/diff:/var/lib/docker/overlay2/9473e3254cdb56c0811e4b608ea0bdfed30496a5c7d583e809f76327c4fdbc8d/diff:/var/lib/docker/overlay2/9665ac778d9bab32a6161d64f4f0f7ef80a79d34375aeeda38aecea4cbba14ce/diff:/var/lib/docker/overlay2/355a08d225cc4b192aa5e3f662e7bb07dc84ce686ac93608ede85552b2980840/diff:/var/lib/docker/overlay2/4da7054b8f44cf0e1a360d343fe16354a964b5774817c00b0e8d0307c32fe19f/diff:/var/lib/docker/overlay2/534d6873e0377e6fa3c191e132560da3a2a963c2a5790f1b98f972281737c81b/diff:/var/lib/docker/overlay2/9f5d50f842170ca4dea01b43272ae55fa0ee5d05a217447b39f96bd63b504d2a/diff:/var/lib/docker/overlay2/5f88b2beda82316271aedb56713badd10771ea4f3821e3037a81644b189f3627/diff:/var/lib/docker/overlay2/426d41a98914cd7e89da824534e2d472b6327a80d2f4b5f77a20a0b33b8a3369/diff:/var/lib/docker/overlay2/f7493c81fae3e7cdd935498def70f20ffd616cbc44e5d9c113ae53f24df08f1b/diff:/var/lib/docker/overlay2/c392e017e5639c5bae93974af67ff595ea0c8fae4e45aae3928737240092b226/diff:/var/lib/docker/overlay2/d8f510893ad54663b82f0ca774b770a262fa1b02cf6b4edd608c930ca6d1001d/diff:/var/lib/docker/overlay2/4ba1ca6fa6976d18b2ee7eb821d9824577988be077befee821e4bcde5aa14c81/diff",
            "MergedDir": "/var/lib/docker/overlay2/ee89827278fef0aa721d39ae6237e52e9c4557ada668b0a6a444223bfc6e6490/merged",
            "UpperDir": "/var/lib/docker/overlay2/ee89827278fef0aa721d39ae6237e52e9c4557ada668b0a6a444223bfc6e6490/diff",
            "WorkDir": "/var/lib/docker/overlay2/ee89827278fef0aa721d39ae6237e52e9c4557ada668b0a6a444223bfc6e6490/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:b2848c02ac6ff53d265469b5b30f649f335e546a83330cd8916d54e65e640409",
            "sha256:99f250e0fdb1745f7cf71678cca85d1c21786bce6b4a03039bfbc0695ed050eb",
            "sha256:a1044853a89c39aed7711980ef82679c5130829cae021f130a8de097eec3d059",
            "sha256:eae1529bc24a677590e621cfd6d519c2e76babb6b43c01cb445b40d2ad110c10",
            "sha256:8f7b85925c3c60b9fa6138b0b19ca330413cfa18a57259ba452962baf55c2f3c",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:486b3e7df8abe18d7f2c311f67182344d02aea437a678a2fa1b58b3593ca44cf",
            "sha256:6881644c47c59f6bb2fc13d62e970b3602d491347128790b634b89f1c8914b20",
            "sha256:c6866218dfade2e6fe8e6c3d806aaa02da09b51c135aa6730a196821efd32229",
            "sha256:33b599c494764a08670c8ffd5fd5bdb16316a143008d708a90df2928dae68f8e",
            "sha256:2e53c6148102df710043bd98cdd65e8deb60e598f297b3b7f10eed308952b30c",
            "sha256:c1ca00dc9edec3e77149463cdc9dc6408c01bb5cae9deff090ee750e2f9ab0c8",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:97a99090b797f37661d6297edf687e88ab6fd0bfcd612939cffb9fbd4cf0b373",
            "sha256:c370d42de6a048376c963c4a4a2cdfe82b7d3814ffc62ea8d54d368ecb8b1c2c",
            "sha256:47b65c3771cac8aca3c189ba523256f2097aae76fe85b2658cb5b5276a0769ea",
            "sha256:461650552fb3790f5dbbf1b37d429f1ea6ca0d919bd19098df96a24eef786a87",
            "sha256:2d63760ec813f86b44d32cc881c97bfcba3bfa165e7aadf5619503675100e1ee",
            "sha256:d7221aaea41d78d4cf274472530f5bd4d9f33f544c1e0dfb13b6bcb3eafeeb39",
            "sha256:7b9af58c7b8b45b58414d4fc48d89b3c169177408fdd2f50799db25b9db90dad",
            "sha256:560a2d5c040e17d874f3aa9037cc3a24484a00ef54dff7f406c0c94b044fa51a",
            "sha256:a4e5badb319003b7d43347bb731966c1d09fb4b87d38def0116626529536f728"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-07-14T20:43:07.878206142+08:00"
    }
}

更多版本

docker.io/homeassistant/home-assistant:stable

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

docker.io/homeassistant/home-assistant:2024.8

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

docker.io/homeassistant/home-assistant:stable

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

docker.io/homeassistant/home-assistant:2024.10

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

docker.io/homeassistant/home-assistant:2024.11

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

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

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

docker.io/homeassistant/home-assistant:2024.12

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

docker.io/homeassistant/home-assistant:2024.12

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

docker.io/homeassistant/home-assistant:2024.12.5

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

docker.io/homeassistant/home-assistant:2025.1.0

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

docker.io/homeassistant/home-assistant:2025.1

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

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

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

docker.io/homeassistant/home-assistant:2025.2

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

docker.io/homeassistant/home-assistant:2025.2.5

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

docker.io/homeassistant/home-assistant:2025.3

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

docker.io/homeassistant/home-assistant:latest

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

docker.io/homeassistant/home-assistant:2025.3.3

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

docker.io/homeassistant/home-assistant:2025.1.0

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

docker.io/homeassistant/home-assistant:2025.6.3

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

docker.io/homeassistant/home-assistant:2025.7

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

docker.io/homeassistant/home-assistant:2025.7.2

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

docker.io/homeassistant/home-assistant:2025.7

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

docker.io/homeassistant/home-assistant:dev

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

docker.io/homeassistant/home-assistant:2025.8

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

docker.io/homeassistant/home-assistant:2025.8.1

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

docker.io/homeassistant/home-assistant:2025.8.2

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

docker.io/homeassistant/home-assistant:2025.9.0

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

docker.io/homeassistant/home-assistant:2025.9.4

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

docker.io/homeassistant/home-assistant:2025.8.2

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

docker.io/homeassistant/home-assistant:2025.10

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

docker.io/homeassistant/home-assistant:2025.10

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

docker.io/homeassistant/home-assistant:2025.10.3

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

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

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

docker.io/homeassistant/home-assistant:2025.11.1

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

docker.io/homeassistant/home-assistant:2025.11

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

docker.io/homeassistant/home-assistant:2025.12.1

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

docker.io/homeassistant/home-assistant:2025.12.4

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

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

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

docker.io/homeassistant/home-assistant:2026.2

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

docker.io/homeassistant/home-assistant:2026.2.3

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

docker.io/homeassistant/home-assistant:2026.3

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

docker.io/homeassistant/home-assistant:2026.3.4

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

docker.io/homeassistant/home-assistant:2026.4

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

docker.io/homeassistant/home-assistant:2026.5.4

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

docker.io/homeassistant/home-assistant:2026.6.4

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

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

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

docker.io/homeassistant/home-assistant:2026.7.1

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

docker.io/homeassistant/home-assistant:2026.7.1

linux/arm64 docker.io2.33GB2026-07-14 20:45
8
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×