logo
docker.io/homeassistant/home-assistant:2026.7.0b2
linux/arm64 docker.io 请确认架构匹配
Home Assistant是一个开源的智能家居自动化平台,可以控制和整合各种智能设备,并提供实时监控和远程控制功能。该平台支持多种协议,如MQTT、Z-Wave、Bluetooth等,並且支持各种智能设备,如智能照明、智能锁、智能摄像头等。
8
浏览次数
2.31GB
镜像大小
源镜像
docker.io/homeassistant/home-assistant:2026.7.0b2
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2026.7.0b2-linuxarm64
镜像ID
sha256:641d84ce927920e07a670601240c014987e342bc786badea0e5aad94353133d4
镜像 TAG
2026.7.0b2-linuxarm64
镜像大小
2.31GB
平台架构
linux/arm64
镜像源
docker.io
CMD
启动入口
/init
工作目录
/config
OS/平台
linux/arm64
镜像创建
2026-06-27T11:38:40.445449349Z
同步时间
2026-06-29 01:41
浏览量
8 次
贡献者
⚙️ 环境变量 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.22 io.hass.base.image
python io.hass.base.name
2026.05.0 io.hass.base.version
core io.hass.type
2026.7.0b2 io.hass.version
The Home Assistant Authors org.opencontainers.image.authors
2026-06-27 11:36:56+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.0b2 org.opencontainers.image.version
🛡️ 镜像安全扫描
alpine 3.22.4 Trivy 2026-06-29 01:41 查看完整报告
27
低危 LOW
92
中危 MEDIUM
96
高危 HIGH
18
严重 CRITICAL
受影响目标 (6)
docker.io/homeassistant/home-assistant:2026.7.0b2 (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.7.0b2-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2026.7.0b2-linuxarm64  docker.io/homeassistant/home-assistant:2026.7.0b2

Containerd拉取命令

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

Shell快速替换命令

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

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.0b2-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2026.7.0b2-linuxarm64  docker.io/homeassistant/home-assistant:2026.7.0b2'

镜像构建历史


# 2026-06-27 19:38:40  0.00B 设置工作目录为/config
WORKDIR /config
                        
# 2026-06-27 19:38:40  77.32MB 执行命令并创建新的镜像层
RUN /bin/ash -o pipefail -c uv pip install         -e ./homeassistant     && python3 -m compileall         homeassistant/homeassistant # buildkit
                        
# 2026-06-27 19:38:16  208.81MB 复制新文件或目录到容器中
COPY --parents LICENSE* README* homeassistant/ pyproject.toml homeassistant/ # buildkit
                        
# 2026-06-27 19:38:11  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-06-27 19:37:24  67.96KB 复制新文件或目录到容器中
COPY requirements_all.txt home_assistant_frontend-* home_assistant_intents-* homeassistant/ # buildkit
                        
# 2026-06-27 19:37:24  260.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-06-27 19:37:13  8.82KB 复制新文件或目录到容器中
COPY --parents requirements.txt homeassistant/package_constraints.txt homeassistant/ # buildkit
                        
# 2026-06-27 19:37:12  17.96MB 复制新文件或目录到容器中
COPY /usr/local/bin/go2rtc /bin/go2rtc # buildkit
                        
# 2026-06-27 19:37:12  2.76KB 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2026-06-27 19:37:12  0.00B 设置工作目录为/usr/src
WORKDIR /usr/src
                        
# 2026-06-27 19:37:12  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-27 19:37:12  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:32  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:32  44.40KB 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2026-05-20 19:39:25  1.18MB 复制新文件或目录到容器中
COPY /opt/telldus/ /usr/local/ # buildkit
                        
# 2026-05-20 19:39:31  8.02MB 复制新文件或目录到容器中
COPY /opt/picotts/usr/local/ /usr/local/ # buildkit
                        
# 2026-05-20 19:39:30  4.00B 执行命令并创建新的镜像层
RUN |2 BUILD_ARCH=aarch64 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:30  5.64MB 复制新文件或目录到容器中
COPY /opt/libcec/ /usr/local/ # buildkit
                        
# 2026-05-20 19:39:09  185.15KB 复制新文件或目录到容器中
COPY /opt/ssocr/ /usr/local/ # buildkit
                        
# 2026-05-20 19:39:05  0.00B 设置工作目录为/usr/src/
WORKDIR /usr/src/
                        
# 2026-05-20 19:39:05  22.03MB 执行命令并创建新的镜像层
RUN |2 BUILD_ARCH=aarch64 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:39:00  145.37MB 执行命令并创建新的镜像层
RUN |2 BUILD_ARCH=aarch64 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:39:00  0.00B 定义构建参数
ARG BUILD_FROM=ghcr.io/home-assistant/base-python:3.14-alpine3.22-2026.05.0
                        
# 2026-05-20 19:39:00  0.00B 定义构建参数
ARG BUILD_ARCH=aarch64
                        
# 2026-05-20 17:34:14  0.00B 添加元数据标签
LABEL io.hass.type=base io.hass.base.name=python
                        
# 2026-05-20 17:34:14  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2026-05-20 17:34:14  84.44MB 复制新文件或目录到容器中
COPY / / # buildkit
                        
# 2026-05-20 17:18:42  0.00B 添加元数据标签
LABEL io.hass.type=base io.hass.base.name=alpine
                        
# 2026-05-20 17:18:42  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:42  0.00B 定义构建参数
ARG EXTRA_INDEX_URL=https://wheels.home-assistant.io/musllinux-index/
                        
# 2026-05-20 17:18:42  0.00B 
SHELL [/bin/ash -o pipefail -c]
                        
# 2026-05-20 17:18:42  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/init"]
                        
# 2026-05-20 17:18:42  46.65MB 复制新文件或目录到容器中
COPY / / # buildkit
                        
# 2026-04-17 07:53:00  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2026-04-17 07:53:00  8.58MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.22.4-aarch64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:641d84ce927920e07a670601240c014987e342bc786badea0e5aad94353133d4",
    "RepoTags": [
        "homeassistant/home-assistant:2026.7.0b2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2026.7.0b2-linuxarm64"
    ],
    "RepoDigests": [
        "homeassistant/home-assistant@sha256:058f78bca8a298d491914878838d8e4346b65a67cf884760262efc0629a0c564",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant@sha256:1eca1d38514629158c4f1e58da029e6398ef5f50dfdab330178801948e854ed1"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-06-27T11:38:40.445449349Z",
    "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.22",
            "io.hass.base.name": "python",
            "io.hass.base.version": "2026.05.0",
            "io.hass.type": "core",
            "io.hass.version": "2026.7.0b2",
            "org.opencontainers.image.authors": "The Home Assistant Authors",
            "org.opencontainers.image.created": "2026-06-27 11:36:56+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.0b2"
        },
        "Shell": [
            "/bin/ash",
            "-o",
            "pipefail",
            "-c"
        ]
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 2313126478,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/4be2705e66b42b4ee41b20fc0f76adba00b937b0bef15c7e851b01c6f18fd6a5/diff:/var/lib/docker/overlay2/6b933e4fdbe70e3c42a3bf227c26eea1e3b2556475bfb6581ee762f5f3c9a024/diff:/var/lib/docker/overlay2/a91e812aee44bf75f64dc8ca6bf5313f15645c97f504594026505de7795fa268/diff:/var/lib/docker/overlay2/3bb7741e339e044eeadef77fee64bb439a8ad8baf24f565f2e3ce66c2eaf98bc/diff:/var/lib/docker/overlay2/408213fedbc3488101ff308c6ab74f1ff477fe88ae657ee86d02dc5d962ddc7e/diff:/var/lib/docker/overlay2/539bcf98d3ad64eff45b168c567e2601980acec9e30f0e51e7b28c6b7be2cc0e/diff:/var/lib/docker/overlay2/a8692c4edffc36a10d3a72c03dd72258464caea6b94241baa75ecae68b134aa4/diff:/var/lib/docker/overlay2/5dd743ad77efb4f1914bc26abc1a0e2afc1a36d83d3392347f1a0849b076e156/diff:/var/lib/docker/overlay2/dc030fea1364e632eed631c55aff87b2ceb16ce51ace42b3a4eb89b84be702a0/diff:/var/lib/docker/overlay2/8b430a0a6b58dcb7c204be5dcd0451a316d96b994701183374dd2b1ea085de69/diff:/var/lib/docker/overlay2/24414ebce6ef228e6f484948987bb6bdd39391ffb116be935ca8cbc7c0399295/diff:/var/lib/docker/overlay2/20540bdc847543c40f454ed00fbadb686fa1f6890d9353a7495b69bea20f191c/diff:/var/lib/docker/overlay2/df804cf524f41d9c60abc7d2dbffdd0e189046d566ad069154d29da321ae8be6/diff:/var/lib/docker/overlay2/1605a3e96b0ec5a1e2d0a484a4d346554f506261fc8005c6ea43ae0dcabec875/diff:/var/lib/docker/overlay2/94b988f976e857e3a9bd73f1a76019a886cc389567d0d1149f96c9c11659b79a/diff:/var/lib/docker/overlay2/55c098b536541adcf9b06ea7c8af63209e197d24945147642f6bf6a076c3de44/diff:/var/lib/docker/overlay2/60a67ff17c250aaef032def797939e3c6e1472ac83513c77d557fba21523bb1e/diff:/var/lib/docker/overlay2/a3a9be05efcadf2dc6c09cae5f5a5bffb635e9271ef2c799a20193ab808d64fa/diff:/var/lib/docker/overlay2/54e3c35388d54e9c93fff546433d9d6368287a99217b671cac683267913cf088/diff:/var/lib/docker/overlay2/0762ee9dae553aaa91083bb4bebfa37593d9f79f4e7796cae4bd64d822df22f4/diff:/var/lib/docker/overlay2/fbee56958c4e4955536c21b06f51f0eeff8aba0c015ceb36fe2ffa21a4897a2e/diff",
            "MergedDir": "/var/lib/docker/overlay2/7cd35d2760c3c72e22a3834f061f7c4904a0dc8ecc10e48d7fda79a35b1c4e1c/merged",
            "UpperDir": "/var/lib/docker/overlay2/7cd35d2760c3c72e22a3834f061f7c4904a0dc8ecc10e48d7fda79a35b1c4e1c/diff",
            "WorkDir": "/var/lib/docker/overlay2/7cd35d2760c3c72e22a3834f061f7c4904a0dc8ecc10e48d7fda79a35b1c4e1c/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:eeaa73608b53c6a3dab2c5a85c971d005a4bddb14082a9b5c1d363c4847972ee",
            "sha256:65ad2d3b52055258be121576cabf60832199a31ed0f0a22c31ffbd7d74fd8449",
            "sha256:17ffd2293aba56405f709fa9ec5d0e4a78dd419d46fe2bacb6bc8639cc3b5366",
            "sha256:49dfc28598f83ee4b3d54ba216c825f6449a77b706ef446ec5133816052fb075",
            "sha256:4d0751517ba610001238fcf881b79a2f90767b9301d54434c796a4bd0c36d7e3",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:c3427e5a43ecb6e1659cb051be425426d66a77e6775abcbbf81aceaaf29fda79",
            "sha256:c7e6b0ee1595dc3d8cf8ae8d4a72915114a9eb8dcfce9df04e428a7912f716f1",
            "sha256:ca754ec1fe0bb12189461e8f78685113faa06951214bf2bc302ba18b550c5277",
            "sha256:4063b1156bc9db3bca33108a8f94918e3bc394c43502e4d6d7aed72b6b3fe177",
            "sha256:029f3fbbd7206b0eed37f30543ebf0cbb56df4d2ef29638cfd143e95d4fb847b",
            "sha256:c8f5a2c194d5a6a494663363748c6bd644d81fec920d7053af1aa7d2b0c61a07",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:537237b7fd75b46a1def9e72626f0aaacf3614d295a8401c9b6269feae04847b",
            "sha256:19ccff1c65f8691a72987bab558ada64e09365f87037acbdefbeb0170df60a7d",
            "sha256:158845aae7fc57367f82eec3a06ad8fb0522d30da54dd48e7d93e122b9ed687f",
            "sha256:41dab5e5bcc93b0f5bfa017ccf97777c97ef4594c3521bdb1e8da9b6146edbf6",
            "sha256:bba4d3a06b788cb16069aff553792ba15ea92c011d72db672147bfbe966ecf08",
            "sha256:8aa5bb633fbb0674397ad7a01303cb9ca7faf1e4ae88fba1159fdef4a821f05a",
            "sha256:450414bf7a23b2cf2464915a4c479f9237fd88b7daf9b3677e578afa89ebc489",
            "sha256:312283e6b6a56d52b4ba944c0e71eb798dc89489eb0742732bc00858e1ec9a42",
            "sha256:be9b3ae0e9962b15c7f8e7fd3ba19a1f07e1349081736876272d7029bcac9222"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-06-29T01:39:30.417612352+08:00"
    }
}

更多版本

docker.io/homeassistant/home-assistant:stable

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

docker.io/homeassistant/home-assistant:2024.8

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

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
2505

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
816

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
560

docker.io/homeassistant/home-assistant:2025.9.4

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

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
406

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
506

docker.io/homeassistant/home-assistant:2026.2.3

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

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
389

docker.io/homeassistant/home-assistant:2026.5.4

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

docker.io/homeassistant/home-assistant:2026.6.4

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

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

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