logo
docker.io/homeassistant/home-assistant:2026.6.4
linux/amd64 docker.io
Home Assistant是一个开源的智能家居自动化平台,可以控制和整合各种智能设备,并提供实时监控和远程控制功能。该平台支持多种协议,如MQTT、Z-Wave、Bluetooth等,並且支持各种智能设备,如智能照明、智能锁、智能摄像头等。
16
浏览次数
2.33GB
镜像大小
源镜像
docker.io/homeassistant/home-assistant:2026.6.4
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2026.6.4
镜像ID
sha256:5cd43d21bc9ec049ccaf2a77c7e03db23bd4a0c8b4a4fbb6f15138fa220a3809
镜像 TAG
2026.6.4
镜像大小
2.33GB
平台架构
linux/amd64
镜像源
docker.io
CMD
启动入口
/init
工作目录
/config
OS/平台
linux/amd64
镜像创建
2026-06-19T21:05:55.270599867Z
同步时间
2026-06-28 14:36
浏览量
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.22 io.hass.base.image
python io.hass.base.name
2026.05.0 io.hass.base.version
core io.hass.type
2026.6.4 io.hass.version
The Home Assistant Authors org.opencontainers.image.authors
2026-06-19 21:04:28+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.6.4 org.opencontainers.image.version
🛡️ 镜像安全扫描
alpine 3.22.4 Trivy 2026-06-28 14:37 查看完整报告
31
低危 LOW
95
中危 MEDIUM
101
高危 HIGH
18
严重 CRITICAL
受影响目标 (6)
docker.io/homeassistant/home-assistant:2026.6.4 (alpine 3.22.4) 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.6.4
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2026.6.4  docker.io/homeassistant/home-assistant:2026.6.4

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-06-20 05:05:55  0.00B 设置工作目录为/config
WORKDIR /config
                        
# 2026-06-20 05:05:55  75.55MB 执行命令并创建新的镜像层
RUN /bin/ash -o pipefail -c uv pip install         -e ./homeassistant     && python3 -m compileall         homeassistant/homeassistant # buildkit
                        
# 2026-06-20 05:05:29  204.54MB 复制新文件或目录到容器中
COPY --parents LICENSE* README* homeassistant/ pyproject.toml homeassistant/ # buildkit
                        
# 2026-06-20 05:05:22  1.42GB 执行命令并创建新的镜像层
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-06-20 05:04:50  67.75KB 复制新文件或目录到容器中
COPY requirements_all.txt home_assistant_frontend-* home_assistant_intents-* homeassistant/ # buildkit
                        
# 2026-06-20 05:04:49  285.10MB 执行命令并创建新的镜像层
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-06-20 05:04:41  8.82KB 复制新文件或目录到容器中
COPY --parents requirements.txt homeassistant/package_constraints.txt homeassistant/ # buildkit
                        
# 2026-06-20 05:04:40  19.24MB 复制新文件或目录到容器中
COPY /usr/local/bin/go2rtc /bin/go2rtc # buildkit
                        
# 2026-06-20 05:04:40  2.76KB 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2026-06-20 05:04:38  0.00B 设置工作目录为/usr/src
WORKDIR /usr/src
                        
# 2026-06-20 05:04:38  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-06-20 05:04:38  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-05-20 19:39:38  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-05-20 19:39:38  44.40KB 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2026-05-20 19:39:29  1.11MB 复制新文件或目录到容器中
COPY /opt/telldus/ /usr/local/ # buildkit
                        
# 2026-05-20 19:39:38  7.97MB 复制新文件或目录到容器中
COPY /opt/picotts/usr/local/ /usr/local/ # buildkit
                        
# 2026-05-20 19:39:24  4.00B 执行命令并创建新的镜像层
RUN |2 BUILD_ARCH=amd64 BUILD_FROM=ghcr.io/home-assistant/base-python:3.14-alpine3.22-2026.05.0 /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-05-20 19:39:24  5.19MB 复制新文件或目录到容器中
COPY /opt/libcec/ /usr/local/ # buildkit
                        
# 2026-05-20 19:39:20  144.36KB 复制新文件或目录到容器中
COPY /opt/ssocr/ /usr/local/ # buildkit
                        
# 2026-05-20 19:39:03  0.00B 设置工作目录为/usr/src/
WORKDIR /usr/src/
                        
# 2026-05-20 19:39:03  21.79MB 执行命令并创建新的镜像层
RUN |2 BUILD_ARCH=amd64 BUILD_FROM=ghcr.io/home-assistant/base-python:3.14-alpine3.22-2026.05.0 /bin/ash -o pipefail -c pip3 install --only-binary=:all:         -r /tmp/requirements.txt # buildkit
                        
# 2026-05-20 19:38:58  160.98MB 执行命令并创建新的镜像层
RUN |2 BUILD_ARCH=amd64 BUILD_FROM=ghcr.io/home-assistant/base-python:3.14-alpine3.22-2026.05.0 /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-05-20 19:38:58  0.00B 定义构建参数
ARG BUILD_FROM=ghcr.io/home-assistant/base-python:3.14-alpine3.22-2026.05.0
                        
# 2026-05-20 19:38:58  0.00B 定义构建参数
ARG BUILD_ARCH=amd64
                        
# 2026-05-20 17:35:34  0.00B 添加元数据标签
LABEL io.hass.type=base io.hass.base.name=python
                        
# 2026-05-20 17:35:34  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2026-05-20 17:35:34  81.76MB 复制新文件或目录到容器中
COPY / / # buildkit
                        
# 2026-05-20 17:18:58  0.00B 添加元数据标签
LABEL io.hass.type=base io.hass.base.name=alpine
                        
# 2026-05-20 17:18:58  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-05-20 17:18:58  0.00B 定义构建参数
ARG EXTRA_INDEX_URL=https://wheels.home-assistant.io/musllinux-index/
                        
# 2026-05-20 17:18:58  0.00B 
SHELL [/bin/ash -o pipefail -c]
                        
# 2026-05-20 17:18:58  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/init"]
                        
# 2026-05-20 17:18:58  37.47MB 复制新文件或目录到容器中
COPY / / # buildkit
                        
# 2026-04-17 07:53:02  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2026-04-17 07:53:02  8.32MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.22.4-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:5cd43d21bc9ec049ccaf2a77c7e03db23bd4a0c8b4a4fbb6f15138fa220a3809",
    "RepoTags": [
        "homeassistant/home-assistant:2026.6.4",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2026.6.4"
    ],
    "RepoDigests": [
        "homeassistant/home-assistant@sha256:adb3341e31e03e0048e60d8c1cf952e118a381ae258bb921d3da12a3b27bf0c2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant@sha256:bec672634cfa3334fa6bf5f2c5c62c5eb58255ef209759449fe3406f81c56308"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-06-19T21:05:55.270599867Z",
    "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.22",
            "io.hass.base.name": "python",
            "io.hass.base.version": "2026.05.0",
            "io.hass.type": "core",
            "io.hass.version": "2026.6.4",
            "org.opencontainers.image.authors": "The Home Assistant Authors",
            "org.opencontainers.image.created": "2026-06-19 21:04:28+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.6.4"
        },
        "Shell": [
            "/bin/ash",
            "-o",
            "pipefail",
            "-c"
        ]
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 2333537974,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/06d7171bdf9c200becd01c131c7d2e2de3b8ab4db6a93130934ca94bf6be7a34/diff:/var/lib/docker/overlay2/6b3f2fd40a878be84979ba8a8b2e52a546df78d0f4d73fde98b9761e96ce9408/diff:/var/lib/docker/overlay2/7ce5a270101c3d968fa9fe1786a4219d6e6b6768e05e014bde501ab48a76f7bf/diff:/var/lib/docker/overlay2/0c2cee33986a38624250d6ad8bc97dc375f90344f97a02909be4bc200569fe37/diff:/var/lib/docker/overlay2/a640f8f07408ac406ff928c9e02319c86102c49fd529971228dd51f45ffb20c7/diff:/var/lib/docker/overlay2/f99ebbf2d9c4b9d5037595c6ac3dcec2e36959cb510ee69b65735706e741b7f6/diff:/var/lib/docker/overlay2/9afe4ea59cbf0dcf7829002ef3b94bba1d6fd8bf8cd66153e7eb0cd0bac6f3cb/diff:/var/lib/docker/overlay2/c83e5a24410440dd175c44d7d055b0d4a8bb1b3375011f43aa779d723be124b3/diff:/var/lib/docker/overlay2/4d936214acbea7071d718af9dd0f47f2dd614e57570520e1f3be11cb60775df1/diff:/var/lib/docker/overlay2/3f3cd237be9c2f36ddc407efb945dce6e1f337bf59f17508d260d418aa33f42f/diff:/var/lib/docker/overlay2/789721e10a266fd499028d0aa5ec7bdefa070713b8644c45fcc1595cb452e1b7/diff:/var/lib/docker/overlay2/b636a519d0200b34dbb3ff35aebc38806cdcdfc73b261c54d9af7a52518cb29a/diff:/var/lib/docker/overlay2/cfdbc9662fa568f9912b8905486625c4e5b5d55be6153ea0bc1f6d4f483abc68/diff:/var/lib/docker/overlay2/a0836a0143ea2fbbeeeb8542dd0fd809d1405682c741cf7acfe96a689affd776/diff:/var/lib/docker/overlay2/3f8c5a5abca1cdb20a09aeef2ec4a223c314a95aeb6ba0076a0c96227269c9e0/diff:/var/lib/docker/overlay2/0d6ecfdae055273167a9c0104191dbdbfc88761ab31e00de6c28aa7cf605f6b1/diff:/var/lib/docker/overlay2/4bd6616930c114724ed635e91e695c12ad66aec0adc39418e7360c3470b7dc1b/diff:/var/lib/docker/overlay2/69daaafc1e13c9914ab07b30e3e1523ffb80bdafaab89bedcc2d9426ed99f119/diff:/var/lib/docker/overlay2/de7ae6e0f67dbecb0338d2103e8749ba447238e530f74731e4ed297dffb94f6c/diff:/var/lib/docker/overlay2/1b4cab21cc1e65bf68da48870b5f1e46fa4e89e0636e25fe640e726e1be88278/diff:/var/lib/docker/overlay2/9d3dce77d9e0da56495f5c4655c081e44213f7946fb6bd4e256c4885c806f0b1/diff",
            "MergedDir": "/var/lib/docker/overlay2/30b39724407926e7ad617308626b0958f98a2d8b37121742ec3eef835d87d815/merged",
            "UpperDir": "/var/lib/docker/overlay2/30b39724407926e7ad617308626b0958f98a2d8b37121742ec3eef835d87d815/diff",
            "WorkDir": "/var/lib/docker/overlay2/30b39724407926e7ad617308626b0958f98a2d8b37121742ec3eef835d87d815/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:0854555d70acaa318b38ee50bc667cb51ff6bf0757624624c7ff3b6fe17459a0",
            "sha256:f6dc397de6a03466ab661a7c2b0e4ae61b9d8a0c6c05c45b02d808117d2ef250",
            "sha256:0f5740a21ea83dd4b44080cfcbbe1f2a5ca2f509b2be3766766965bc47cf987d",
            "sha256:ee23587ac467ba18c2e6d8c1ab2da7cfe19a6b04285b4598ca3bede0ba8e1475",
            "sha256:db7a1374c3a614c5cd9513ea1bcb2911cbe07a0e23cffae8d7d4318cb1d44c70",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:2dba64ebaf0f57b9d25ce82a11647f04ba80546ad5124ffbc4629a23e370ba39",
            "sha256:4849934cb89ae5380b9eb508ccc4b7d5efd3dced011ab52ef9a7def9f04b4d7b",
            "sha256:5cfcd9d55d51658a45517f39f7e1b5acffe4940384101d424c50651909e286aa",
            "sha256:d462e6af8f6cd8ada348aab2ab882ed440833c9c58565a502f421e1fb4774dcc",
            "sha256:5671c142c5563d148c0239eef8c84978cb0c9f1727e2b15e9e155b60f8a5ad47",
            "sha256:2a6d973cdde42c965ab7d523488c6fd0727fcfdef299c37d4a208742405f743a",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:57527864204b4e7149db323a6096236ad0abeccd0a7f5340838020acda72ec2e",
            "sha256:b8bb5aca112d92e61352e8ec162deebad977f82bd5521954002dd1e46304d578",
            "sha256:6b6c530e915359b3b5a89b2c30b2961a21d6e766bf97847f51ce7e145b4befcd",
            "sha256:12244f943bcde1ed8ac6c4b78994ace1b6922d10a480ff2ac3295ebe3429993c",
            "sha256:7d5a37533a2f0e0a857661bdf1758ef394305314458c81212cc670b96845812d",
            "sha256:889496258e476611a23f9de7c8492e0c74b78678f764db673fdab05502a780fc",
            "sha256:b46aa12f81c9ad3a4dacc62265cbd9ed5c8f0273153423cc9c8f0d52a9978ceb",
            "sha256:bfb3148449e9d0e33c7c263844925031ac3ffcab44d9de657a3f6fae8ada856c",
            "sha256:ae6ee0faa40add356504bf7994d31ad96dc0af415635f7ca5e5d1783449cacd3"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-06-28T14:34:46.848889349+08:00"
    }
}

更多版本

docker.io/homeassistant/home-assistant:stable

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

docker.io/homeassistant/home-assistant:2024.8

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

docker.io/homeassistant/home-assistant:stable

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

docker.io/homeassistant/home-assistant:2024.10

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

docker.io/homeassistant/home-assistant:2024.11

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

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

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

docker.io/homeassistant/home-assistant:2024.12

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

docker.io/homeassistant/home-assistant:2024.12

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

docker.io/homeassistant/home-assistant:2024.12.5

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

docker.io/homeassistant/home-assistant:2025.1.0

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

docker.io/homeassistant/home-assistant:2025.1

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

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

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

docker.io/homeassistant/home-assistant:2025.2

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

docker.io/homeassistant/home-assistant:2025.2.5

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

docker.io/homeassistant/home-assistant:2025.3

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

docker.io/homeassistant/home-assistant:latest

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

docker.io/homeassistant/home-assistant:2025.3.3

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

docker.io/homeassistant/home-assistant:2025.1.0

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

docker.io/homeassistant/home-assistant:2025.6.3

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

docker.io/homeassistant/home-assistant:2025.7

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

docker.io/homeassistant/home-assistant:2025.7.2

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

docker.io/homeassistant/home-assistant:2025.7

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

docker.io/homeassistant/home-assistant:dev

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

docker.io/homeassistant/home-assistant:2025.8

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

docker.io/homeassistant/home-assistant:2025.8.1

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

docker.io/homeassistant/home-assistant:2025.8.2

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

docker.io/homeassistant/home-assistant:2025.9.0

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

docker.io/homeassistant/home-assistant:2025.9.4

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

docker.io/homeassistant/home-assistant:2025.8.2

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

docker.io/homeassistant/home-assistant:2025.10

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

docker.io/homeassistant/home-assistant:2025.10

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

docker.io/homeassistant/home-assistant:2025.10.3

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

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

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

docker.io/homeassistant/home-assistant:2025.11.1

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

docker.io/homeassistant/home-assistant:2025.11

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

docker.io/homeassistant/home-assistant:2025.12.1

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

docker.io/homeassistant/home-assistant:2025.12.4

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

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

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

docker.io/homeassistant/home-assistant:2026.2

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

docker.io/homeassistant/home-assistant:2026.2.3

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

docker.io/homeassistant/home-assistant:2026.3

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

docker.io/homeassistant/home-assistant:2026.3.4

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

docker.io/homeassistant/home-assistant:2026.4

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

docker.io/homeassistant/home-assistant:2026.5.4

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

docker.io/homeassistant/home-assistant:2026.6.4

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

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

linux/arm64 docker.io2.31GB2026-06-29 01:41
4
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×