logo
docker.io/homeassistant/home-assistant:2026.8.1
linux/amd64 docker.io
Home Assistant是一个开源的智能家居自动化平台,可以控制和整合各种智能设备,并提供实时监控和远程控制功能。该平台支持多种协议,如MQTT、Z-Wave、Bluetooth等,並且支持各种智能设备,如智能照明、智能锁、智能摄像头等。
17
浏览次数
2.38GB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2026.8.1
源镜像
docker.io/homeassistant/home-assistant:2026.8.1
镜像ID
sha256:b80c4cee5cbc06c736342814261df6b9fdd302426d8c6f5783b8d960a68816b3
镜像 TAG
2026.8.1
镜像大小
2.38GB
平台架构
linux/amd64
镜像源
docker.io
CMD
启动入口
/init
工作目录
/config
OS/平台
linux/amd64
镜像创建
2026-08-07T18:14:50.20806507Z
同步时间
2026-08-15 09:53
浏览量
17 次
贡献者
⚙️ 环境变量 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.8.1 io.hass.version
The Home Assistant Authors org.opencontainers.image.authors
2026-08-07 18:13: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.8.1 org.opencontainers.image.version
🛡️ 镜像安全扫描
alpine 3.24.1 Trivy 2026-08-15 09:53 查看完整报告
6
低危 LOW
102
中危 MEDIUM
101
高危 HIGH
2
严重 CRITICAL
受影响目标 (6)
docker.io/homeassistant/home-assistant:2026.8.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.8.1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2026.8.1  docker.io/homeassistant/home-assistant:2026.8.1

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


# 2026-08-08 02:14:50  0.00B 设置工作目录为/config
WORKDIR /config
                        
# 2026-08-08 02:14:50  79.29MB 执行命令并创建新的镜像层
RUN /bin/ash -o pipefail -c uv pip install         -e ./homeassistant     && python3 -m compileall         homeassistant/homeassistant # buildkit
                        
# 2026-08-08 02:14:24  218.31MB 复制新文件或目录到容器中
COPY --parents LICENSE* README* homeassistant/ pyproject.toml homeassistant/ # buildkit
                        
# 2026-08-08 02:14:16  1.45GB 执行命令并创建新的镜像层
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-08-08 02:13:48  68.56KB 复制新文件或目录到容器中
COPY requirements_all.txt home_assistant_frontend-* home_assistant_intents-* homeassistant/ # buildkit
                        
# 2026-08-08 02:13:48  285.21MB 执行命令并创建新的镜像层
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-08-08 02:13:41  9.40KB 复制新文件或目录到容器中
COPY --parents requirements.txt homeassistant/package_constraints.txt homeassistant/ # buildkit
                        
# 2026-08-08 02:13:40  19.24MB 复制新文件或目录到容器中
COPY /usr/local/bin/go2rtc /bin/go2rtc # buildkit
                        
# 2026-08-08 02:13:40  3.09KB 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2026-08-08 02:13:37  0.00B 设置工作目录为/usr/src
WORKDIR /usr/src
                        
# 2026-08-08 02:13: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-08-08 02:13: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: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:b80c4cee5cbc06c736342814261df6b9fdd302426d8c6f5783b8d960a68816b3",
    "RepoTags": [
        "homeassistant/home-assistant:2026.8.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2026.8.1"
    ],
    "RepoDigests": [
        "homeassistant/home-assistant@sha256:6340a3de3917a9b19368e767310a96dd090f6a19aca8aeadf87fd1145cec9682",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant@sha256:c662ee42278ec87bd50123a5c1ea532d45670126542f0652c9dd51c1d4ff677f"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-08-07T18:14:50.20806507Z",
    "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.8.1",
            "org.opencontainers.image.authors": "The Home Assistant Authors",
            "org.opencontainers.image.created": "2026-08-07 18:13: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.8.1"
        },
        "Shell": [
            "/bin/ash",
            "-o",
            "pipefail",
            "-c"
        ]
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 2383340498,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/00073d68f561cfa71c030e98fb493bff642bc8c69f5d1a7b9e158fe2bc0583d0/diff:/var/lib/docker/overlay2/7337b689cef29fa480d943daa35a51da43a0ec165dcbde22b0209a7ade4e450e/diff:/var/lib/docker/overlay2/e07e28d35ea834d5f4bddbe30dd9a4bb70b5066e80ce7e8aabbc4fcfff80b7c0/diff:/var/lib/docker/overlay2/57ff0b625719e4d5af021a5ced7752527bfec5c33c1e2bd2b86dcf73237122f0/diff:/var/lib/docker/overlay2/f64481844d785aa1e90979069451fbc5383c2d5a23a7a20586a741d734218b79/diff:/var/lib/docker/overlay2/bcb8b6106770e69781ef9ce2a9e04f351602a3c27fae07bbae4cf50177e19178/diff:/var/lib/docker/overlay2/4da3affb1bf0fc83084cd2bcc25a3687c90205e5326ec7b5f491aab9e5ad20ea/diff:/var/lib/docker/overlay2/d7d85c700a1450045cae63d66c9201ed48509168118a4984d1f21d694c6bcf58/diff:/var/lib/docker/overlay2/e4f34abc76b2c079e38d243847bfc2fe2255c1da36f6a4aca718a52435fd2629/diff:/var/lib/docker/overlay2/766b1bfc65ee337bb01808cfaab91e080d79753391bd44e0ed9d136bf81e6e7b/diff:/var/lib/docker/overlay2/51c97ccd32bc7a6e66b3943bceff1e18bcf126f15b6a25cc424f41e29a03c9b9/diff:/var/lib/docker/overlay2/10330ff489ec4f0e3898fe2aee21caa703059afeb7bd9ca04244529b6de7f380/diff:/var/lib/docker/overlay2/070a268464e2f82741be7bdcf738ba6f78bb9899e8854c233279d13feb9c8912/diff:/var/lib/docker/overlay2/4b7f1c18610e641f5024255f8507cd5a39dc72de34fae7ffdf61286a662327b8/diff:/var/lib/docker/overlay2/8b3622d629e142952adbaed474317faed064ee5084ac3d80579081d259c05ad1/diff:/var/lib/docker/overlay2/6d1c4ff4c5e86bb7809fc58ce4d91214fd0e8264e1e220c16bb65ed98239e51e/diff:/var/lib/docker/overlay2/076b5c902bb90162fd20e178dde781f4cfa5880063d6478f8027f6076b0fcfba/diff:/var/lib/docker/overlay2/c34b3bd3e7bc21ec336fe69ea2c3a3f84675e16cab38cc52c358abfef4644ae6/diff:/var/lib/docker/overlay2/cbba1d65457b8b297614b8c928c4e6ea47a74868f8a44bd960403c9a7d279e91/diff:/var/lib/docker/overlay2/c202af45c223c422acf9d8a6ccb1e8a0ebdbdaceb86671da108bbf7ffce21bc2/diff:/var/lib/docker/overlay2/d51bd9f442769618005c9be653661c047116bf4ebe32b04db2ad4ca7bebb792d/diff",
            "MergedDir": "/var/lib/docker/overlay2/84afa3741ae2214fe5c1ee6a6a8b588516a8eaae56137cfd2d824322efeb8915/merged",
            "UpperDir": "/var/lib/docker/overlay2/84afa3741ae2214fe5c1ee6a6a8b588516a8eaae56137cfd2d824322efeb8915/diff",
            "WorkDir": "/var/lib/docker/overlay2/84afa3741ae2214fe5c1ee6a6a8b588516a8eaae56137cfd2d824322efeb8915/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:9171bc398fd31efc63984cbff8fb8b0ba3a9b67977e143ca25842b7f44b6aae2",
            "sha256:1e63b0d4b629d061a70f611800b8fa89fc8dd8a0afb66b117c0e951603446a67",
            "sha256:ff4a94569dcca4ec04c04493493a0868f45da8567fe4c4c5cb11f43806749543",
            "sha256:c4e5223126f8d8996305ec3b54db8ce8a1320981dc9b794ee07a1e59faa142d7",
            "sha256:dcb31e866d92f0dcf9a3e675e71752a56db5eb8a6a2d23b2d7a22a5686499c5b",
            "sha256:c33e9b3d8d54efe854a21582ac893c3d948133bc63157916e9b12dd3c42c1dc7",
            "sha256:1329f05dccbd9b04454827f18c7401c702ea13cb069c317d4dab2a079cd378a7",
            "sha256:6f3030d1679e7dc6bd18421a9efac586198364773c757d976da61cef06983216",
            "sha256:dfb39c62f46dff5506bfe248508f50c1fb058ef3ca26704186168cd55dfb5e38"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-08-15T09:52:18.650928992+08:00"
    }
}

更多版本

docker.io/homeassistant/home-assistant:stable

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

docker.io/homeassistant/home-assistant:2024.8

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

docker.io/homeassistant/home-assistant:stable

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

docker.io/homeassistant/home-assistant:2024.10

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

docker.io/homeassistant/home-assistant:2024.11

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

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

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

docker.io/homeassistant/home-assistant:2024.12

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

docker.io/homeassistant/home-assistant:2024.12

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

docker.io/homeassistant/home-assistant:2024.12.5

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

docker.io/homeassistant/home-assistant:2025.1.0

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

docker.io/homeassistant/home-assistant:2025.1

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

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

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

docker.io/homeassistant/home-assistant:2025.2

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

docker.io/homeassistant/home-assistant:2025.2.5

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

docker.io/homeassistant/home-assistant:2025.3

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

docker.io/homeassistant/home-assistant:latest

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

docker.io/homeassistant/home-assistant:2025.3.3

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

docker.io/homeassistant/home-assistant:2025.1.0

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

docker.io/homeassistant/home-assistant:2025.6.3

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

docker.io/homeassistant/home-assistant:2025.7

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

docker.io/homeassistant/home-assistant:2025.7.2

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

docker.io/homeassistant/home-assistant:2025.7

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

docker.io/homeassistant/home-assistant:dev

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

docker.io/homeassistant/home-assistant:2025.8

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

docker.io/homeassistant/home-assistant:2025.8.1

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

docker.io/homeassistant/home-assistant:2025.8.2

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

docker.io/homeassistant/home-assistant:2025.9.0

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

docker.io/homeassistant/home-assistant:2025.9.4

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

docker.io/homeassistant/home-assistant:2025.8.2

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

docker.io/homeassistant/home-assistant:2025.10

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

docker.io/homeassistant/home-assistant:2025.10

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

docker.io/homeassistant/home-assistant:2025.10.3

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

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

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

docker.io/homeassistant/home-assistant:2025.11.1

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

docker.io/homeassistant/home-assistant:2025.11

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

docker.io/homeassistant/home-assistant:2025.12.1

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

docker.io/homeassistant/home-assistant:2025.12.4

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

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

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

docker.io/homeassistant/home-assistant:2026.2

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

docker.io/homeassistant/home-assistant:2026.2.3

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

docker.io/homeassistant/home-assistant:2026.3

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

docker.io/homeassistant/home-assistant:2026.3.4

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

docker.io/homeassistant/home-assistant:2026.4

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

docker.io/homeassistant/home-assistant:2026.5.4

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

docker.io/homeassistant/home-assistant:2026.6.4

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

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

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

docker.io/homeassistant/home-assistant:2026.7.1

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

docker.io/homeassistant/home-assistant:2026.7.1

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

docker.io/homeassistant/home-assistant:2026.8.1

linux/amd64 docker.io2.38GB2026-08-15 09:53
16
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×