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

docker.io/homeassistant/home-assistant:2026.5.4 - 国内下载镜像源 浏览次数:14 EnStorms 贡献同步
Home Assistant是一个开源的智能家居自动化平台,可以控制和整合各种智能设备,并提供实时监控和远程控制功能。该平台支持多种协议,如MQTT、Z-Wave、Bluetooth等,並且支持各种智能设备,如智能照明、智能锁、智能摄像头等。
源镜像 docker.io/homeassistant/home-assistant:2026.5.4
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2026.5.4
镜像ID sha256:7ab976cf96f246b1c9e6d24d0264847e3b4726e8a72de20e32b34348b1b9edb6
镜像TAG 2026.5.4
大小 2.31GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /init
工作目录 /config
OS/平台 linux/amd64
浏览量 14 次
贡献者
avatar
EnStorms
镜像创建 2026-05-22T17:33:38.679396874Z
同步时间 2026-05-25 02: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.5.4: io.hass.version The Home Assistant Authors: org.opencontainers.image.authors 2026-05-22 17:31:57+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.5.4: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


# 2026-05-23 01:33:38  0.00B 设置工作目录为/config
WORKDIR /config
                        
# 2026-05-23 01:33:38  71.73MB 执行命令并创建新的镜像层
RUN /bin/ash -o pipefail -c uv pip install         -e ./homeassistant     && python3 -m compileall         homeassistant/homeassistant # buildkit
                        
# 2026-05-23 01:33:13  195.02MB 复制新文件或目录到容器中
COPY --parents LICENSE* README* homeassistant/ pyproject.toml homeassistant/ # buildkit
                        
# 2026-05-23 01:33:06  1.41GB 执行命令并创建新的镜像层
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-05-23 01:32:24  66.99KB 复制新文件或目录到容器中
COPY requirements_all.txt home_assistant_frontend-* home_assistant_intents-* homeassistant/ # buildkit
                        
# 2026-05-23 01:32:24  285.65MB 执行命令并创建新的镜像层
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-05-23 01:32:15  8.46KB 复制新文件或目录到容器中
COPY --parents requirements.txt homeassistant/package_constraints.txt homeassistant/ # buildkit
                        
# 2026-05-23 01:32:14  19.24MB 复制新文件或目录到容器中
COPY /usr/local/bin/go2rtc /bin/go2rtc # buildkit
                        
# 2026-05-23 01:32:14  2.76KB 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2026-05-23 01:32:14  0.00B 设置工作目录为/usr/src
WORKDIR /usr/src
                        
# 2026-05-23 01:32:14  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-05-23 01:32:14  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-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:7ab976cf96f246b1c9e6d24d0264847e3b4726e8a72de20e32b34348b1b9edb6",
    "RepoTags": [
        "homeassistant/home-assistant:2026.5.4",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2026.5.4"
    ],
    "RepoDigests": [
        "homeassistant/home-assistant@sha256:ceb1202133a5a036e8b03e20a10eb113186cc2f871968323c6fc6c3fc4205716",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant@sha256:692041eb1cefe3fb43c2157a1918f7742a93310673db066098d21cb7c83c1d33"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-05-22T17:33:38.679396874Z",
    "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.5.4",
            "org.opencontainers.image.authors": "The Home Assistant Authors",
            "org.opencontainers.image.created": "2026-05-22 17:31:57+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.5.4"
        },
        "Shell": [
            "/bin/ash",
            "-o",
            "pipefail",
            "-c"
        ]
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 2305769848,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/d34bd989c90d8796ff209af15c83f9db0c0b1f77fc841d86a9eee69553ef0888/diff:/var/lib/docker/overlay2/b401ffbcf2fafea44a7f08fa1abb3e996b6f3fe8b1befa0452d058279ddb970a/diff:/var/lib/docker/overlay2/fa9a1b34115a2f35ca520d4bc5b5a6e70d087f56a0d73eb5f42b860862707bbe/diff:/var/lib/docker/overlay2/ed789c8821acdfddc43f510444505e5326475b7b10e8485d13c56816c3632626/diff:/var/lib/docker/overlay2/5584de564c7cb815eda966776e50b3778d75cdf0ad01643273e87e6a0ee8dfdb/diff:/var/lib/docker/overlay2/d4513044304a2e38197a10592d2d02ef8630f19b5eb8591430fc3745534b4486/diff:/var/lib/docker/overlay2/25e7563250c8f1f0096e48609c215131ed1bdef6fbfaed408481ab09f63fa32f/diff:/var/lib/docker/overlay2/bd23a8c72125df88783bdb2f7f70f33194ae33f699401c4decb690b346fe4e51/diff:/var/lib/docker/overlay2/56c414d545735b9b3deb660009fb52cfb184f3d983258a01e2327a58b6448215/diff:/var/lib/docker/overlay2/744b48dbbd846f587bd07e9f574a45cd3a24f19ba86f5679c04dbea7bd855174/diff:/var/lib/docker/overlay2/cbae225613971d5ac557f410041ff7ea211ec3b4ff2fcf6b20590b37be302cd4/diff:/var/lib/docker/overlay2/ae24a137a0ce1fb5a1830a89417ec0fba22f095c26a23ae210b08f5aa897222e/diff:/var/lib/docker/overlay2/b577a672710562d4eba371f060e6c6cea5a007a54424ec2df364bfd0e561d175/diff:/var/lib/docker/overlay2/bbb2634a374c64c226c3d5d4b90eff9279305f4c99588fd7ea5b00fae4b66704/diff:/var/lib/docker/overlay2/fcf3a4bb26686685224f7a83289c6c7c3e086b7840d7b61de09b5fd63cdd4111/diff:/var/lib/docker/overlay2/6e7611fbcff690ae21bc77ccf59ec2e19add785552e870008c48f65499691685/diff:/var/lib/docker/overlay2/c1d69b251e865c3a3fc26830b331fdee741d3c6a778cb5fe0bfa304d26f17c94/diff:/var/lib/docker/overlay2/28a974822d2f4817ab1db04459c77f26bbc310c56e5cf6c1fe69bb6cb9c7962d/diff:/var/lib/docker/overlay2/f85d106f8ce6bea0fa53c1fb336455900c3e14816fae0bfc2ac9a5e8faeef7f3/diff:/var/lib/docker/overlay2/a2f17a824a2d1d106b955b7a731a414b07b168d4ac736e039b12e2fb201754eb/diff:/var/lib/docker/overlay2/261bb4f14451245090b3656b652586882303380e0ec711da6ce8fd7efbe99c0b/diff:/var/lib/docker/overlay2/78f364b5a5537868441c359236731427015665d337ab7a91b37d54f97f7b8e14/diff:/var/lib/docker/overlay2/6f6f15087e8ec7a9d1bc7109fcbab73b3d8c4d3946bf1d9607871eeb68934e72/diff:/var/lib/docker/overlay2/e6dbd1646ae57aff4683502a804f20edd6accc2a82e638cfb42d53d1634a600c/diff",
            "MergedDir": "/var/lib/docker/overlay2/23a48b1896164665fd6d73d9d7f6c64f777908fc3f1a55a350b0084407daf099/merged",
            "UpperDir": "/var/lib/docker/overlay2/23a48b1896164665fd6d73d9d7f6c64f777908fc3f1a55a350b0084407daf099/diff",
            "WorkDir": "/var/lib/docker/overlay2/23a48b1896164665fd6d73d9d7f6c64f777908fc3f1a55a350b0084407daf099/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:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:f8d223797496e4cb740f89f6f7e552596a6d4d1ecdb9aa822c2378bc3ca79754",
            "sha256:974eeb1139f87abf414fc3578d15a518ee34823b0474cb3650967efcf9d40726",
            "sha256:a27ec6a49b793a8f8769a7e081b62275d01ff5e976d8c85c3ad7e02f6ddbee94",
            "sha256:99850583f13904a09ea7e896ce98e5de796f071aadbe3d98c0fecf97342dd36b",
            "sha256:4845aa57b318358848ab929c5a0f6576974342fcf63378fc2cf6e1dd49feab27",
            "sha256:3d6364141a961ec1630f6f644d6fde83b79692dd4a81915597133b047b645650",
            "sha256:81a1c5f6f96bf5c98ca5c57abe57e725f75762c7cddaa4fec1e5c28878cf5ccd",
            "sha256:d319957f8c434b95306de673a58bbc484daa9d07e89931198a5701571f83ee0f",
            "sha256:34eaecfeeeb09a62ee2380e5b02b6510143c890e9d978a2ff4338b6f20aede90"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-05-25T02:30:03.35106889+08:00"
    }
}

更多版本

docker.io/homeassistant/home-assistant:stable

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

docker.io/homeassistant/home-assistant:2024.8

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

docker.io/homeassistant/home-assistant:stable

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

docker.io/homeassistant/home-assistant:2024.10

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

docker.io/homeassistant/home-assistant:2024.11

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

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

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

docker.io/homeassistant/home-assistant:2024.12

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

docker.io/homeassistant/home-assistant:2024.12

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

docker.io/homeassistant/home-assistant:2024.12.5

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

docker.io/homeassistant/home-assistant:2025.1.0

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

docker.io/homeassistant/home-assistant:2025.1

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

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

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

docker.io/homeassistant/home-assistant:2025.2

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

docker.io/homeassistant/home-assistant:2025.2.5

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

docker.io/homeassistant/home-assistant:2025.3

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

docker.io/homeassistant/home-assistant:latest

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

docker.io/homeassistant/home-assistant:2025.3.3

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

docker.io/homeassistant/home-assistant:2025.1.0

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

docker.io/homeassistant/home-assistant:2025.6.3

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

docker.io/homeassistant/home-assistant:2025.7

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

docker.io/homeassistant/home-assistant:2025.7.2

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

docker.io/homeassistant/home-assistant:2025.7

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

docker.io/homeassistant/home-assistant:dev

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

docker.io/homeassistant/home-assistant:2025.8

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

docker.io/homeassistant/home-assistant:2025.8.1

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

docker.io/homeassistant/home-assistant:2025.8.2

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

docker.io/homeassistant/home-assistant:2025.9.0

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

docker.io/homeassistant/home-assistant:2025.9.4

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

docker.io/homeassistant/home-assistant:2025.8.2

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

docker.io/homeassistant/home-assistant:2025.10

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

docker.io/homeassistant/home-assistant:2025.10

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

docker.io/homeassistant/home-assistant:2025.10.3

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

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

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

docker.io/homeassistant/home-assistant:2025.11.1

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

docker.io/homeassistant/home-assistant:2025.11

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

docker.io/homeassistant/home-assistant:2025.12.1

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

docker.io/homeassistant/home-assistant:2025.12.4

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

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

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

docker.io/homeassistant/home-assistant:2026.2

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

docker.io/homeassistant/home-assistant:2026.2.3

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

docker.io/homeassistant/home-assistant:2026.3

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

docker.io/homeassistant/home-assistant:2026.3.4

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

docker.io/homeassistant/home-assistant:2026.4

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

docker.io/homeassistant/home-assistant:2026.5.4

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