广告图片

docker.io/homeassistant/home-assistant:2026.3.4 linux/amd64

docker.io/homeassistant/home-assistant:2026.3.4 - 国内下载镜像源 浏览次数:14 star 贡献同步
Home Assistant是一个开源的智能家居自动化平台,可以控制和整合各种智能设备,并提供实时监控和远程控制功能。该平台支持多种协议,如MQTT、Z-Wave、Bluetooth等,並且支持各种智能设备,如智能照明、智能锁、智能摄像头等。
源镜像 docker.io/homeassistant/home-assistant:2026.3.4
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2026.3.4
镜像ID sha256:446fcad5e2e002fcca4139d788710e2bc54fc8b0242e8171599360d291d15f7a
镜像TAG 2026.3.4
大小 2.31GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /init
工作目录 /config
OS/平台 linux/amd64
浏览量 14 次
贡献者
avatar
star
镜像创建 2026-03-24T07:18:46.647014626Z
同步时间 2026-03-27 09:31
环境变量
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 UV_EXTRA_INDEX_URL=https://wheels.home-assistant.io/musllinux-index/ S6_SERVICES_GRACETIME=240000 UV_SYSTEM_PYTHON=true UV_NO_CACHE=true
镜像标签
amd64: io.hass.arch amd64: io.hass.base.arch ghcr.io/home-assistant/amd64-base:3.22: io.hass.base.image python: io.hass.base.name 2025.12.2: io.hass.base.version core: io.hass.type 2026.3.4: io.hass.version The Home Assistant Authors: org.opencontainers.image.authors 2026-03-24 07:17:05+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.3.4: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


# 2026-03-24 15:18:46  0.00B 设置工作目录为/config
WORKDIR /config
                        
# 2026-03-24 15:18:46  71.16MB 执行命令并创建新的镜像层
RUN /bin/ash -o pipefail -c uv pip install         -e ./homeassistant     && python3 -m compileall         homeassistant/homeassistant # buildkit
                        
# 2026-03-24 15:18:17  186.17MB 复制新文件或目录到容器中
COPY . homeassistant/ # buildkit
                        
# 2026-03-24 15:18:10  1.44GB 执行命令并创建新的镜像层
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-03-24 15:17:32  65.87KB 复制新文件或目录到容器中
COPY requirements_all.txt home_assistant_frontend-* home_assistant_intents-* homeassistant/ # buildkit
                        
# 2026-03-24 15:17:32  216.48MB 执行命令并创建新的镜像层
RUN /bin/ash -o pipefail -c uv pip install         --no-build         -r homeassistant/requirements.txt # buildkit
                        
# 2026-03-24 15:17:25  6.84KB 复制新文件或目录到容器中
COPY homeassistant/package_constraints.txt homeassistant/homeassistant/ # buildkit
                        
# 2026-03-24 15:17:25  1.27KB 复制新文件或目录到容器中
COPY requirements.txt homeassistant/ # buildkit
                        
# 2026-03-24 15:17:25  0.00B 设置工作目录为/usr/src
WORKDIR /usr/src
                        
# 2026-03-24 15:17:25  56.96MB 执行命令并创建新的镜像层
RUN /bin/ash -o pipefail -c go2rtc --version     && pip3 install uv==0.10.6 # buildkit
                        
# 2026-03-24 15:17:23  19.24MB 复制新文件或目录到容器中
COPY /usr/local/bin/go2rtc /bin/go2rtc # buildkit
                        
# 2026-03-24 15:17:23  2.76KB 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2026-03-24 15:17:23  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-03-24 15:17:23  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.source=https://github.com/home-assistant/core org.opencontainers.image.title=Home Assistant org.opencontainers.image.url=https://www.home-assistant.io/
                        
# 2026-01-23 00:46:47  44.40KB 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2026-01-23 00:46:47  1.11MB 复制新文件或目录到容器中
COPY /opt/telldus/ /usr/local/ # buildkit
                        
# 2026-01-23 00:46:47  7.97MB 复制新文件或目录到容器中
COPY /opt/picotts/usr/local/ /usr/local/ # buildkit
                        
# 2026-01-23 00:46:46  4.00B 执行命令并创建新的镜像层
RUN |2 BUILD_ARCH=amd64 BUILD_FROM=ghcr.io/home-assistant/amd64-base-python:3.14-alpine3.22-2025.12.2 /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-01-23 00:46:46  2.21MB 复制新文件或目录到容器中
COPY /opt/libcec/ /usr/local/ # buildkit
                        
# 2026-01-23 00:46:16  144.36KB 复制新文件或目录到容器中
COPY /opt/ssocr/ /usr/local/ # buildkit
                        
# 2026-01-23 00:46:14  0.00B 设置工作目录为/usr/src/
WORKDIR /usr/src/
                        
# 2026-01-23 00:46:14  21.78MB 执行命令并创建新的镜像层
RUN |2 BUILD_ARCH=amd64 BUILD_FROM=ghcr.io/home-assistant/amd64-base-python:3.14-alpine3.22-2025.12.2 /bin/ash -o pipefail -c pip3 install --only-binary=:all:         -r /tmp/requirements.txt # buildkit
                        
# 2026-01-23 00:46:10  160.98MB 执行命令并创建新的镜像层
RUN |2 BUILD_ARCH=amd64 BUILD_FROM=ghcr.io/home-assistant/amd64-base-python:3.14-alpine3.22-2025.12.2 /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-01-23 00:46:10  0.00B 定义构建参数
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base-python:3.14-alpine3.22-2025.12.2
                        
# 2026-01-23 00:46:10  0.00B 定义构建参数
ARG BUILD_ARCH=amd64
                        
# 2025-12-11 02:58:25  10.99MB 执行命令并创建新的镜像层
RUN |4 PYTHON_VERSION=3.14.2 CERT_IDENTITY=hugo@python.org CERT_OIDC_ISSUER=https://github.com/login/oauth PIP_VERSION=25.3 /bin/ash -o pipefail -c set -ex;     python -m ensurepip --upgrade --default-pip;     pip3 install --no-cache-dir --upgrade pip=="${PIP_VERSION}";     pip --version # buildkit
                        
# 2025-12-11 02:58:20  0.00B 定义构建参数
ARG PIP_VERSION=25.3
                        
# 2025-12-11 02:58:20  70.34MB 执行命令并创建新的镜像层
RUN |3 PYTHON_VERSION=3.14.2 CERT_IDENTITY=hugo@python.org CERT_OIDC_ISSUER=https://github.com/login/oauth /bin/ash -o pipefail -c set -ex     && export PYTHON_VERSION=${PYTHON_VERSION}     && apk add --no-cache --virtual .fetch-deps         openssl         tar         xz     && apk add --no-cache --virtual .cosign cosign         --repository="https://dl-cdn.alpinelinux.org/alpine/v3.21/community"         && curl -L -o python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz"     && curl -L -o python.tar.xz.sigstore "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.sigstore"     && cosign verify-blob         --new-bundle-format         --certificate-identity "${CERT_IDENTITY}"         --certificate-oidc-issuer "${CERT_OIDC_ISSUER}"         --bundle python.tar.xz.sigstore         python.tar.xz     && mkdir -p /usr/src/python     && tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz     && rm python.tar.xz python.tar.xz.sigstore         && apk add --no-cache --virtual .build-deps          patch         bzip2-dev         coreutils         dpkg-dev dpkg         expat-dev         findutils         build-base         gdbm-dev         libc-dev         libffi-dev         libnsl-dev         openssl         openssl-dev         libtirpc-dev         linux-headers         make         mpdecimal-dev         ncurses-dev         pax-utils         readline-dev         sqlite-dev         tcl-dev         tk         tk-dev         xz-dev         zlib-dev         bluez-dev     && apk del .fetch-deps .cosign         && for i in /usr/src/patches/*.patch; do         patch -d /usr/src/python -p 1 < "${i}"; done     && cd /usr/src/python     && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"     && ./configure         --build="$gnuArch"         --enable-loadable-sqlite-extensions         --enable-optimizations         --enable-option-checking=fatal         --enable-shared         --with-lto         --with-system-libmpdec         --with-system-expat         --without-ensurepip         --without-static-libpython     && make -j "$(nproc)"         LDFLAGS="-Wl,--strip-all"         CFLAGS="-fno-semantic-interposition -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free"         EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x200000"     && make install     	&& find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' 		| tr ',' '\n' 		| sort -u 		| awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' 		| xargs -rt apk add --no-cache --virtual .python-rundeps 	&& apk del .build-deps 	    && find /usr/local -depth         \(             -type d -a \( -name test -o -name tests \)         \) -exec rm -rf '{}' +     && rm -rf /usr/src/python     && cd /usr/local/bin     && ln -s idle3 idle     && ln -s pydoc3 pydoc     && ln -s python3 python     && ln -s python3-config python-config # buildkit
                        
# 2025-12-11 02:58:20  0.00B 
SHELL [/bin/ash -o pipefail -c]
                        
# 2025-12-11 02:58:20  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-12-11 02:58:20  0.00B 定义构建参数
ARG PYTHON_VERSION=3.14.2 CERT_IDENTITY=hugo@python.org CERT_OIDC_ISSUER=https://github.com/login/oauth
                        
# 2025-12-11 02:43:17  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/init"]
                        
# 2025-12-11 02:43:17  0.00B 设置工作目录为/
WORKDIR /
                        
# 2025-12-11 02:43:17  152.00B 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2025-12-11 02:43:17  36.66MB 执行命令并创建新的镜像层
RUN |5 BASHIO_VERSION=0.17.5 TEMPIO_VERSION=2024.11.2 S6_OVERLAY_VERSION=3.1.6.2 JEMALLOC_VERSION=5.3.0 BUILD_ARCH=amd64 /bin/ash -o pipefail -c set -x     && apk add --no-cache         bash         bind-tools         ca-certificates         curl         jq         libstdc++         tzdata         xz         && apk add --no-cache --virtual .build-deps         build-base         autoconf         git         && if [ "${BUILD_ARCH}" = "amd64" ]; then             export S6_ARCH="x86_64";         else             export S6_ARCH="${BUILD_ARCH}";         fi         && curl -L -f -s "https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-${S6_ARCH}.tar.xz"         | tar Jxvf - -C /     && curl -L -f -s "https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-noarch.tar.xz"         | tar Jxvf - -C /     && curl -L -f -s "https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-symlinks-arch.tar.xz"         | tar Jxvf - -C /     && curl -L -f -s "https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-symlinks-noarch.tar.xz"         | tar Jxvf - -C /     && mkdir -p /etc/fix-attrs.d     && mkdir -p /etc/services.d         && git clone "https://github.com/jemalloc/jemalloc" /usr/src/jemalloc     && cd /usr/src/jemalloc     && git checkout ${JEMALLOC_VERSION}     && ./autogen.sh         --with-lg-page=16     && make -j "$(nproc)"     && make install_lib_shared install_bin         && mkdir -p /usr/src/bashio     && curl -L -f -s "https://github.com/hassio-addons/bashio/archive/v${BASHIO_VERSION}.tar.gz"         | tar -xzf - --strip 1 -C /usr/src/bashio     && mv /usr/src/bashio/lib /usr/lib/bashio     && ln -s /usr/lib/bashio/bashio /usr/bin/bashio         && curl -L -f -s -o /usr/bin/tempio         "https://github.com/home-assistant/tempio/releases/download/${TEMPIO_VERSION}/tempio_${BUILD_ARCH}"     && chmod a+x /usr/bin/tempio         && apk del .build-deps     && rm -rf /usr/src/* # buildkit
                        
# 2025-12-11 02:42:08  0.00B 定义构建参数
ARG BUILD_ARCH=amd64
                        
# 2025-12-11 02:42:08  0.00B 设置工作目录为/usr/src
WORKDIR /usr/src
                        
# 2025-12-11 02:42:08  0.00B 定义构建参数
ARG BASHIO_VERSION=0.17.5 TEMPIO_VERSION=2024.11.2 S6_OVERLAY_VERSION=3.1.6.2 JEMALLOC_VERSION=5.3.0
                        
# 2025-12-11 02:42:08  0.00B 
SHELL [/bin/ash -o pipefail -c]
                        
# 2025-12-11 02:42:08  0.00B 设置环境变量 LANG S6_BEHAVIOUR_IF_STAGE2_FAILS S6_CMD_WAIT_FOR_SERVICES_MAXTIME S6_CMD_WAIT_FOR_SERVICES S6_SERVICES_READYTIME 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 UV_EXTRA_INDEX_URL=https://wheels.home-assistant.io/musllinux-index/
                        
# 2025-10-08 19:04:56  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2025-10-08 19:04:56  8.32MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:446fcad5e2e002fcca4139d788710e2bc54fc8b0242e8171599360d291d15f7a",
    "RepoTags": [
        "homeassistant/home-assistant:2026.3",
        "homeassistant/home-assistant:2026.3.4",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2026.3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2026.3.4"
    ],
    "RepoDigests": [
        "homeassistant/home-assistant@sha256:916682086154a7390114a9788782b8efb199852d4f7d47066722c2bc5d1829e6",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant@sha256:fe9d5627fe25197c234f2e19cc34eb1ffd37e53bd9adf8ed3c244c2ff025c1a1"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-03-24T07:18:46.647014626Z",
    "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",
            "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/amd64-base:3.22",
            "io.hass.base.name": "python",
            "io.hass.base.version": "2025.12.2",
            "io.hass.type": "core",
            "io.hass.version": "2026.3.4",
            "org.opencontainers.image.authors": "The Home Assistant Authors",
            "org.opencontainers.image.created": "2026-03-24 07:17:05+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.3.4"
        },
        "Shell": [
            "/bin/ash",
            "-o",
            "pipefail",
            "-c"
        ]
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 2309068074,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/fed4b703eff1e6e04489876bd6ebc030860763a38b191562eca2d68e9617f99f/diff:/var/lib/docker/overlay2/c8e81c075fc72691b6a4d29f094add761146e3bf12accf43749c33680a8893a5/diff:/var/lib/docker/overlay2/71454c7a883051c459af132aaa123092fc310f5b684d7ce2a19f96ca4c169e4b/diff:/var/lib/docker/overlay2/d78abcd4df68ec190397a3e60f0e2cfe0a5c0e7d278c0bbe29bd1f01544f12d5/diff:/var/lib/docker/overlay2/4128f7edd538379655a79f054efb43ab5d47e9d7526c15ee587b001ab61edefa/diff:/var/lib/docker/overlay2/4cc01f6f1e0f57c4028deea000b34771857f825bd58dfa3070b66da38e6fd181/diff:/var/lib/docker/overlay2/04a6842b135457f2c733140797bedc61c761969cfbdb316a7cb30a5196e5841e/diff:/var/lib/docker/overlay2/6bf15d68de85145d3e286e21cfbce202705f9dacb059ce827c46c5f35582649a/diff:/var/lib/docker/overlay2/887db130b15f485278837c05af6cc57d2a50ce2971b82823ffd05dfeb6e323c4/diff:/var/lib/docker/overlay2/7b9ec05cd2d6dd4cee5588fc584de1cb51607c6a68d1de3309efcc2cb5f3827b/diff:/var/lib/docker/overlay2/6d05bbcc6298186958a78efd98d01671ed43d64f49d9683f2455ddb21a937544/diff:/var/lib/docker/overlay2/3b02cab9de27fc3ef70f5c356f4284f5829650ef62f958064d2e65bd051544bf/diff:/var/lib/docker/overlay2/d53ad0604f1644bb8d671683bce83a5106b1ed084dbcdecdfed03a2698591108/diff:/var/lib/docker/overlay2/3ad6605e58d32e90f5a93311e75f68e038e5e9bfbbb3d5271c246e3f37720caa/diff:/var/lib/docker/overlay2/a7c1d946e51849236bea3003c13ebfaf6a9cc10634993c3820bd35235e19e03b/diff:/var/lib/docker/overlay2/a9120b37abb7574b0dade7d5d8c7f01c0871df860292e6063c773bc5d70ecd55/diff:/var/lib/docker/overlay2/1fbe535c648e485be6637e1b7aad767bc88664bb2c63eb66a3940b64381cf315/diff:/var/lib/docker/overlay2/4ecaf5536a87da931ee42e351e32b0bb4163d1fdf54b7764bc07ecacdd9208ca/diff:/var/lib/docker/overlay2/2c2147be82264b600c709ad5eadd3169d884d96c5558bbf3e63b9480c3b36bd1/diff:/var/lib/docker/overlay2/dbf3913ef54efa52bf9ea784194e2fdfe61cc4cfd32ffc88bf3322513a33bf19/diff:/var/lib/docker/overlay2/b0814f8d16fb38e41020bf8e7a14abc4a37210f636b1696060fc3f960eb66714/diff:/var/lib/docker/overlay2/8625338679cc94c3ab8b3216775da6d8cd134482bad6178260f2528861d31ca7/diff:/var/lib/docker/overlay2/cec0bed79a4c1552093475251c3c98d18ed92ccce62606ccabb33a665fcddd23/diff:/var/lib/docker/overlay2/695f072eca597be0472393752656eb20a5e1bbe61398fec18d456a52c20c211b/diff:/var/lib/docker/overlay2/57f4b2737888cbfaef559d5b4af296e1b48a5d51927a2836c19fd3384545a175/diff:/var/lib/docker/overlay2/aca18141c95cdc8c70ecf45f26b297af9ae8e64e0ab0e481b01ce385a7d22076/diff",
            "MergedDir": "/var/lib/docker/overlay2/51b444679fd8ddde5f802ceb9f4a54eba763e3bcb10eea5d25a57a0d3831a33f/merged",
            "UpperDir": "/var/lib/docker/overlay2/51b444679fd8ddde5f802ceb9f4a54eba763e3bcb10eea5d25a57a0d3831a33f/diff",
            "WorkDir": "/var/lib/docker/overlay2/51b444679fd8ddde5f802ceb9f4a54eba763e3bcb10eea5d25a57a0d3831a33f/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:256f393e029fa2063d8c93720da36a74a032bed3355a2bc3e313ad12f8bde9d1",
            "sha256:e8f7d9b1f741e04d9c792cda9b91186f27f8e37e2fbf0d3cfffb2e848e0c06f4",
            "sha256:c82e4c0a4771810612039bbf5f56a85df1fdc97c402a3db2af8570e81e850060",
            "sha256:224d7166d5929d19705c7d7bc916aa121dacd088f34b588a504adb7caccf7500",
            "sha256:8c9488817f6009741bfd9f27adbbb534f53414c7b96aae45f441641d56d0642f",
            "sha256:48f37f40456ac93fde89a39c21a92e36a76f2000ff8c3ef82a8eb62153c4d366",
            "sha256:1e669c75cba37f9a5f31be004e9735a452357360b26beb02607c200ba023ef1a",
            "sha256:6ac75f0593ab733d09a949e8d538e6075bf72f602cba3423db9924580d1d8fd3",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:471766bfe7126e56543da5f0859a5b1dd8e024ea23bfa397d1594c1d0c75a002",
            "sha256:20f70b100989248c589320670c7c480249989141af2cb396f0b4e410f36837d1",
            "sha256:2ca101580286f6f91f473943d9e513f40872c60ff0e03603c6e4c2d69604a794",
            "sha256:8c8824f24059c1e16be28b87f2b58095697ba53736d408782ea083494cdcad6d",
            "sha256:1e1eb628537b54ffcd17164d2d63071f049c5f074f117965041356793248fe08",
            "sha256:3b90385fd682f98a1cbb9681934276cbae6ee4a90baaf8246d24a44deaea4e34",
            "sha256:1aab18662531f8eb93112b3f71364e03429ceebaa15891533347560ce438bf7f",
            "sha256:dae45b73278f59935ae83be444da08ef4614937fadd55544765bbe769f825a34",
            "sha256:f5692d887dcddbeb2148d255a1dca41e9be5e9239873922c72139e35d3521823",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:7495250d1cdb9565cb454dc2151433b3a64f97351e69e3245de1d400d42e405a",
            "sha256:32147656becbaba3c999623d8b0edced942d7e9d2cc8c78037be534b14dc9158",
            "sha256:0fe3a2ee37c5f4d97c7c50da8769d5403eb4860cfea96aaa16b6232bfb4f7762",
            "sha256:31de364dbce6ea4710b0277988e78ae439657ffcd5a56bc7518e53f3ebe7bc65",
            "sha256:ac1e92ff5fa98960def58268ec4b1a7f2b069394340168f0b86cc6dd5615a956",
            "sha256:be96959d0f759fa49425b99a918ffdf3d94896dcd5ebeec805c3bfa954db2a1d",
            "sha256:61df01ef3845dddcb075c45f761847a26b50fc136528184199a6b6a5e757dc6c",
            "sha256:6c6836e6be027d654012f7bcaee8ea597346d2cfcfbdd935932dc7a3447e396b"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-03-27T09:31:14.324995187+08:00"
    }
}

更多版本

docker.io/homeassistant/home-assistant:stable

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

docker.io/homeassistant/home-assistant:2024.8

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

docker.io/homeassistant/home-assistant:stable

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

docker.io/homeassistant/home-assistant:2024.10

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

docker.io/homeassistant/home-assistant:2024.11

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

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

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

docker.io/homeassistant/home-assistant:2024.12

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

docker.io/homeassistant/home-assistant:2024.12

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

docker.io/homeassistant/home-assistant:2024.12.5

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

docker.io/homeassistant/home-assistant:2025.1.0

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

docker.io/homeassistant/home-assistant:2025.1

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

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

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

docker.io/homeassistant/home-assistant:2025.2

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

docker.io/homeassistant/home-assistant:2025.2.5

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

docker.io/homeassistant/home-assistant:2025.3

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

docker.io/homeassistant/home-assistant:latest

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

docker.io/homeassistant/home-assistant:2025.3.3

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

docker.io/homeassistant/home-assistant:2025.1.0

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

docker.io/homeassistant/home-assistant:2025.6.3

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

docker.io/homeassistant/home-assistant:2025.7

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

docker.io/homeassistant/home-assistant:2025.7.2

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

docker.io/homeassistant/home-assistant:2025.7

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

docker.io/homeassistant/home-assistant:dev

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

docker.io/homeassistant/home-assistant:2025.8

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

docker.io/homeassistant/home-assistant:2025.8.1

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

docker.io/homeassistant/home-assistant:2025.8.2

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

docker.io/homeassistant/home-assistant:2025.9.0

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

docker.io/homeassistant/home-assistant:2025.9.4

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

docker.io/homeassistant/home-assistant:2025.8.2

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

docker.io/homeassistant/home-assistant:2025.10

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

docker.io/homeassistant/home-assistant:2025.10

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

docker.io/homeassistant/home-assistant:2025.10.3

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

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

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

docker.io/homeassistant/home-assistant:2025.11.1

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

docker.io/homeassistant/home-assistant:2025.11

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

docker.io/homeassistant/home-assistant:2025.12.1

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

docker.io/homeassistant/home-assistant:2025.12.4

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

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

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

docker.io/homeassistant/home-assistant:2026.2

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

docker.io/homeassistant/home-assistant:2026.2.3

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

docker.io/homeassistant/home-assistant:2026.3

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

docker.io/homeassistant/home-assistant:2026.3.4

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