logo
ghcr.io/home-assistant/home-assistant:2026.7.2
linux/arm64 ghcr.io 已验证 · Home Assistant L 贡献 请确认架构匹配
🏠️‍💡️ 该docker容器镜像是 Home Assistant 的官方镜像,用于运行智能家居自动化平台。Home Assistant 是一个开源的、基于 Python 的智能家居自动化系统,可以控制和整合各种智能设备,例如照明、空调、音频设备等。 镜像描述:/Home Assistant - Official Docker Image for Home Automation .

Home Assistant 是一个开源的智能家居自动化平台,用于控制和整合各种智能设备。该镜像提供了 Home Assistant 的官方运行环境,可以轻松地在多个平台上部署和使用。

Note: The above response is in Chinese, and the HTML tag does not contain any style information.
10
浏览次数
2.33GB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/home-assistant/home-assistant:2026.7.2-linuxarm64
源镜像
ghcr.io/home-assistant/home-assistant:2026.7.2
镜像ID
sha256:c47b4550935df1a6ddf1e97b5fd3d861e5a551b0a753433194b7343c7e55d9e1
镜像 TAG
2026.7.2-linuxarm64
镜像大小
2.33GB
平台架构
linux/arm64
镜像源
ghcr.io
CMD
启动入口
/init
工作目录
/config
OS/平台
linux/arm64
镜像创建
2026-07-10T21:22:02.440864098Z
同步时间
2026-07-14 20:49
浏览量
10 次
贡献者
avatar L
⚙️ 环境变量 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.2 io.hass.version
The Home Assistant Authors org.opencontainers.image.authors
2026-07-10 21:20:24+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.2 org.opencontainers.image.version
🛡️ 镜像安全扫描
alpine 3.24.1 Trivy 2026-07-14 20:50 查看完整报告
8
低危 LOW
80
中危 MEDIUM
85
高危 HIGH
2
严重 CRITICAL
受影响目标 (6)
ghcr.io/home-assistant/home-assistant:2026.7.2 (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/ghcr.io/home-assistant/home-assistant:2026.7.2-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/home-assistant/home-assistant:2026.7.2-linuxarm64  ghcr.io/home-assistant/home-assistant:2026.7.2

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-07-11 05:22:02  0.00B 设置工作目录为/config
WORKDIR /config
                        
# 2026-07-11 05:22:02  77.28MB 执行命令并创建新的镜像层
RUN /bin/ash -o pipefail -c uv pip install         -e ./homeassistant     && python3 -m compileall         homeassistant/homeassistant # buildkit
                        
# 2026-07-11 05:21:36  208.52MB 复制新文件或目录到容器中
COPY --parents LICENSE* README* homeassistant/ pyproject.toml homeassistant/ # buildkit
                        
# 2026-07-11 05:21:30  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-11 05:20:48  67.84KB 复制新文件或目录到容器中
COPY requirements_all.txt home_assistant_frontend-* home_assistant_intents-* homeassistant/ # buildkit
                        
# 2026-07-11 05:20:48  263.91MB 执行命令并创建新的镜像层
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-11 05:20:40  8.99KB 复制新文件或目录到容器中
COPY --parents requirements.txt homeassistant/package_constraints.txt homeassistant/ # buildkit
                        
# 2026-07-11 05:20:40  17.96MB 复制新文件或目录到容器中
COPY /usr/local/bin/go2rtc /bin/go2rtc # buildkit
                        
# 2026-07-11 05:20:40  2.76KB 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2026-07-11 05:20:39  0.00B 设置工作目录为/usr/src
WORKDIR /usr/src
                        
# 2026-07-11 05:20:39  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-11 05:20:39  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:c47b4550935df1a6ddf1e97b5fd3d861e5a551b0a753433194b7343c7e55d9e1",
    "RepoTags": [
        "ghcr.io/home-assistant/home-assistant:2026.7.2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/home-assistant/home-assistant:2026.7.2-linuxarm64"
    ],
    "RepoDigests": [
        "ghcr.io/home-assistant/home-assistant@sha256:1476924357b46e80735c13e94232ba5c853cac052e9df4bb28d50fa56348097b",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/home-assistant/home-assistant@sha256:d500dba2c22ee705b9674745d2e6c31f0802c0231f36b810dc383d9d337a6e98"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-07-10T21:22:02.440864098Z",
    "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.2",
            "org.opencontainers.image.authors": "The Home Assistant Authors",
            "org.opencontainers.image.created": "2026-07-10 21:20:24+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.2"
        },
        "Shell": [
            "/bin/ash",
            "-o",
            "pipefail",
            "-c"
        ]
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 2326527165,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/fc412725605a1fc84bef174159c8ae269c3606920401c13f4a86a08142f3ce62/diff:/var/lib/docker/overlay2/a49c4431ed79f289f384547058b1c1a7fc5c98bade1680de8288c8fd653fb2b5/diff:/var/lib/docker/overlay2/6eccc971427131cd021dad03daeb4a150b92716ab2a27d648ca05c7a54ca1ead/diff:/var/lib/docker/overlay2/27e2fbecf8232e2643b7483c2a9cb200c289977f614e3dbfd99904a287826c79/diff:/var/lib/docker/overlay2/2e8d2db0b339efbee3b2818e4bf15c84ddf5f0366e7670a36b9f9b063378ad9e/diff:/var/lib/docker/overlay2/94e2bd8b0e56f1be0021544d7c4d7b6922935d3e21109f331cf8fae80f006df0/diff:/var/lib/docker/overlay2/0333ac99ed555b8f4536b020ba9d4e64d56e8e68ad4256f801449fca94400d77/diff:/var/lib/docker/overlay2/2f6fd7430b77efbac56df8ad8951eaca0684a63ab01513b80ad6ada0e63c0a6e/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/d4c27fa175ef968a0764eaec804a8d1e7fdce897fb0782d876a923afca769e65/merged",
            "UpperDir": "/var/lib/docker/overlay2/d4c27fa175ef968a0764eaec804a8d1e7fdce897fb0782d876a923afca769e65/diff",
            "WorkDir": "/var/lib/docker/overlay2/d4c27fa175ef968a0764eaec804a8d1e7fdce897fb0782d876a923afca769e65/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:dd4108c04aa2720adfaa81102bd4bd9dd12f388ea8de15c8c05fc32eeb579c16",
            "sha256:3952dfac56ba4e3231658b9ff6add482ec1a10be5590018bcb8f31a4ea616cec",
            "sha256:77d895ddd5b8d1298a6ea86c522cf9a953e0dda36f21d200ec7f12980e0f8d01",
            "sha256:5414ffe0a775858c5f7376749a544e979f46889990f91f59e07282b9e719e877",
            "sha256:7e65a1719d5f9e7e2241d4bd53d5e040f43850575a85bad6235f2d974bf8a19c",
            "sha256:3c0900de46dddeeb9b756f735320e5deaf851d1861cb44ae8bda26b6ee0e3fd1",
            "sha256:0e03dd6a02ec755c3dd6bb19fcc8f1d3abac494b883507c3e57949f6c0ff4349",
            "sha256:b3b5e37a17f949baf2fdbe7c90079ecf95bd76fde3e03347b5457735d840e480",
            "sha256:835aa6025c5b030ad5c899ae463b09d51988e680435de825d678f46ae1083618"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-07-14T20:48:03.963461878+08:00"
    }
}

更多版本

ghcr.io/home-assistant/home-assistant:stable

linux/amd64 ghcr.io1.59GB2024-06-24 23:50
8634

ghcr.io/home-assistant/home-assistant:2024.7.0

linux/amd64 ghcr.io1.60GB2024-07-05 15:56
617

ghcr.io/home-assistant/home-assistant:2024.7.0

linux/arm ghcr.io1.39GB2024-07-05 16:01
1323

ghcr.io/home-assistant/home-assistant:2024.7.0

linux/arm64 ghcr.io1.58GB2024-07-15 10:27
1456

ghcr.io/home-assistant/home-assistant:2024.8.0.dev202407260220

linux/amd64 ghcr.io1.72GB2024-07-26 14:42
694

ghcr.io/home-assistant/home-assistant:stable

linux/arm64 ghcr.io1.67GB2024-09-19 01:50
1141

ghcr.io/home-assistant/home-assistant:latest

linux/arm64 ghcr.io1.67GB2024-09-19 01:51
2124

ghcr.io/home-assistant/home-assistant:2024.3.3

linux/386 ghcr.io1.82GB2024-10-24 10:26
486

ghcr.io/home-assistant/home-assistant:2024.10.3

linux/amd64 ghcr.io1.79GB2024-10-25 14:40
659

ghcr.io/home-assistant/home-assistant:2024.12.4

linux/arm64 ghcr.io1.74GB2025-02-10 13:57
533

ghcr.io/home-assistant/home-assistant:2026.1.3

linux/amd64 ghcr.io2.27GB2026-01-27 16:31
425

ghcr.io/home-assistant/home-assistant:2026.2.1

linux/amd64 ghcr.io2.29GB2026-02-09 11:19
459

ghcr.io/home-assistant/home-assistant:2026.7.2

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