广告图片

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

docker.io/homeassistant/home-assistant:2026.4 - 国内下载镜像源 浏览次数:16 star 贡献同步
Home Assistant是一个开源的智能家居自动化平台,可以控制和整合各种智能设备,并提供实时监控和远程控制功能。该平台支持多种协议,如MQTT、Z-Wave、Bluetooth等,並且支持各种智能设备,如智能照明、智能锁、智能摄像头等。
源镜像 docker.io/homeassistant/home-assistant:2026.4
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2026.4
镜像ID sha256:905516e47982243e55ed63c1a19bbbf431155c6c8f6039e074d9ae4534c64c00
镜像TAG 2026.4
大小 2.28GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /init
工作目录 /config
OS/平台 linux/amd64
浏览量 16 次
贡献者
avatar
star
镜像创建 2026-04-01T12:43:27.098060241Z
同步时间 2026-04-03 13:56
环境变量
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.4.0: io.hass.version The Home Assistant Authors: org.opencontainers.image.authors 2026-04-01 12:41:59+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.4.0: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


# 2026-04-01 20:43:27  0.00B 设置工作目录为/config
WORKDIR /config
                        
# 2026-04-01 20:43:26  72.40MB 执行命令并创建新的镜像层
RUN /bin/ash -o pipefail -c uv pip install         -e ./homeassistant     && python3 -m compileall         homeassistant/homeassistant # buildkit
                        
# 2026-04-01 20:42:59  189.68MB 复制新文件或目录到容器中
COPY . homeassistant/ # buildkit
                        
# 2026-04-01 20:42:53  1.40GB 执行命令并创建新的镜像层
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-04-01 20:42:23  66.55KB 复制新文件或目录到容器中
COPY requirements_all.txt home_assistant_frontend-* home_assistant_intents-* homeassistant/ # buildkit
                        
# 2026-04-01 20:42:22  216.82MB 执行命令并创建新的镜像层
RUN /bin/ash -o pipefail -c uv pip install         --no-build         -r homeassistant/requirements.txt # buildkit
                        
# 2026-04-01 20:42:17  7.17KB 复制新文件或目录到容器中
COPY homeassistant/package_constraints.txt homeassistant/homeassistant/ # buildkit
                        
# 2026-04-01 20:42:17  1.27KB 复制新文件或目录到容器中
COPY requirements.txt homeassistant/ # buildkit
                        
# 2026-04-01 20:42:17  0.00B 设置工作目录为/usr/src
WORKDIR /usr/src
                        
# 2026-04-01 20:42:17  60.43MB 执行命令并创建新的镜像层
RUN /bin/ash -o pipefail -c go2rtc --version     && pip3 install uv==0.11.1 # buildkit
                        
# 2026-04-01 20:42:15  19.24MB 复制新文件或目录到容器中
COPY /usr/local/bin/go2rtc /bin/go2rtc # buildkit
                        
# 2026-04-01 20:42:15  2.76KB 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2026-04-01 20:42:15  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-04-01 20:42:15  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:905516e47982243e55ed63c1a19bbbf431155c6c8f6039e074d9ae4534c64c00",
    "RepoTags": [
        "homeassistant/home-assistant:2026.4",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2026.4"
    ],
    "RepoDigests": [
        "homeassistant/home-assistant@sha256:7fbf6a5e006e889d7799476ad7646bd18e9dc73e8a4ccd9326b41798de6bb3bf",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant@sha256:47ab212fbb528670926b16f6865a18da485598d45aa6fb2d5477648f7eee4b52"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-04-01T12:43:27.098060241Z",
    "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.4.0",
            "org.opencontainers.image.authors": "The Home Assistant Authors",
            "org.opencontainers.image.created": "2026-04-01 12:41:59+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.4.0"
        },
        "Shell": [
            "/bin/ash",
            "-o",
            "pipefail",
            "-c"
        ]
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 2279883672,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/83365be876769fae34adb3cc2579c542003bf6c52a1f9a5cce2956a90ac481f0/diff:/var/lib/docker/overlay2/5f0d5109be9d7f8a5933dfa024ba2bae4ff0ec9cb8d363465ca4ff93fe70d5d4/diff:/var/lib/docker/overlay2/b21755ea8c2fe0d0e3c4b0119b3d6df1e1fd3885291b5edc9ed4ac750fea704a/diff:/var/lib/docker/overlay2/aed36a85793c13679cb99f4b9a696c40f036c5dcbaf25b3b28bf5bebd22daa50/diff:/var/lib/docker/overlay2/29024fe8d84dbf6795dd1aaa6b78e6c4cd0d750640bd64dca15bc853f349b518/diff:/var/lib/docker/overlay2/3fa867348a25137ab0e70ebfc3beb27c5accaca9e39b9fb6af51fec3556c0a11/diff:/var/lib/docker/overlay2/484720c9bb4dd0f13f385a88a16876cc5dd1666148b082239c2262715525fb8e/diff:/var/lib/docker/overlay2/4a27fdaeac1a58ad16c5b2eb258e6ac958da46e775241c98fc7cd6793a1fe622/diff:/var/lib/docker/overlay2/df76e10139851fca83b8bc66f5666458356f69ee74f3d2d7c459e136166f7c45/diff:/var/lib/docker/overlay2/1127a3ff516cd1c492b6e818d915376e8f5cebec80737504d66b045ee45ad246/diff:/var/lib/docker/overlay2/814f2c1113dd0148955fcf3e3c9c986b79c4fd643d68a96cf20d63dbcc70706e/diff:/var/lib/docker/overlay2/17246dedf04c85ca4e6089f253eebb838b850e2d3814f80d021609cffb605083/diff:/var/lib/docker/overlay2/04b3fdbe62e7e38ca04a036bd479527274fc079b537dc3c9ff0d5e4a2e395f69/diff:/var/lib/docker/overlay2/4455b0d578c77e4fb4937cec4a81d9d16e6133e8e30a648b70ab874390193515/diff:/var/lib/docker/overlay2/2b288dae56a99c3b14e4b4718e8a98139194ff691078c17a7ac5718246fee1ff/diff:/var/lib/docker/overlay2/02f0f436e16b2a62308178ea06942bde63bdd1eeeebe042f1ccebb22d1df0383/diff:/var/lib/docker/overlay2/d7cc0b86ad65c82c22ddb5fd3e2c1eda2afce922063f318d6b3c6ab32cea7329/diff:/var/lib/docker/overlay2/e6c582ac7cf484cbd8921c55a972340f56a77d53b7805bd05a35ff3b5e716aed/diff:/var/lib/docker/overlay2/311d883b3b7682168188fc9cac18e05652f8e851469be83553031b41f1a797a3/diff:/var/lib/docker/overlay2/f84313ceaddde672e385331035070b4e3920a00a31ba75e99fabb5218c50497f/diff:/var/lib/docker/overlay2/e9df96155b77a2ecafc614184ca43c74093bd1be42073cc9e87d8f4aa8b69386/diff:/var/lib/docker/overlay2/69c4b96ad88d0ff94a4625f8bc8ecaa6b6a2613451f6ba1123644898c5e9d468/diff:/var/lib/docker/overlay2/1813d336642cb0b949854e65439c2e59204d1658926c1bb9e62be5bbf7428a7d/diff:/var/lib/docker/overlay2/4896f1807c568167fa49ed18ab1069d05409f2c127c15ed1e362be4b8fc148cf/diff:/var/lib/docker/overlay2/c54c6bc1d9d1e63b4c5cf24135928a3d80d90be4694854b5f95a237cd6bd492f/diff:/var/lib/docker/overlay2/aca18141c95cdc8c70ecf45f26b297af9ae8e64e0ab0e481b01ce385a7d22076/diff",
            "MergedDir": "/var/lib/docker/overlay2/143832d8af1171428a6ee79ec7430e6fd1affd002b6edb9d6af6764d9ef01b6b/merged",
            "UpperDir": "/var/lib/docker/overlay2/143832d8af1171428a6ee79ec7430e6fd1affd002b6edb9d6af6764d9ef01b6b/diff",
            "WorkDir": "/var/lib/docker/overlay2/143832d8af1171428a6ee79ec7430e6fd1affd002b6edb9d6af6764d9ef01b6b/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:71425a276d39e655930ef28d6ce68c78a50d453b7819ade78dc04dfe6d587f68",
            "sha256:63e2aaf99b72166efe49367cb78c82a5db2b8ba423e1e008b229d2d9f1639cb4",
            "sha256:8afd5f746c432c8b34e9019f6393f45df2ef1cbb1b969e5696ad76f110a44b77",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:fbf72bafefea8260fbf77e3948de9f2fe402041a66264be0ecc038740e77b784",
            "sha256:0438a51a030a04a459c0700c498047709a2b0aaf5df6e3498ca523f0e195bda5",
            "sha256:e56929ffa7dcc04e26abbda1c297edd1fec586dbe83ae13175c8e9ebd07945ca",
            "sha256:4d86633586f47488f8693f5d0811d590c6a40afe71359147f38e68d3aef8553e",
            "sha256:9e40b8d2b0f14e419a9091b08c86bd7b4218a9c67cff109a0e3667cd757eba96",
            "sha256:04ef0ae029c0c8d7a081b702a4e6f08895606f2c0a319b3ceb9cea6fafe4de2f",
            "sha256:8e52354e8e65eddb645f7b52bf550fbd72d3ec41ee1d3757a381a5b70a2dc5c9",
            "sha256:38c3c8c631cc80f8160139868850163fb4e084e763cbbc32c1ae2b83b64b80ac"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-04-03T13:54:37.282383962+08:00"
    }
}

更多版本

docker.io/homeassistant/home-assistant:stable

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

docker.io/homeassistant/home-assistant:2024.8

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

docker.io/homeassistant/home-assistant:stable

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

docker.io/homeassistant/home-assistant:2024.10

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

docker.io/homeassistant/home-assistant:2024.11

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

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

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

docker.io/homeassistant/home-assistant:2024.12

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

docker.io/homeassistant/home-assistant:2024.12

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

docker.io/homeassistant/home-assistant:2024.12.5

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

docker.io/homeassistant/home-assistant:2025.1.0

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

docker.io/homeassistant/home-assistant:2025.1

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

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

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

docker.io/homeassistant/home-assistant:2025.2

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

docker.io/homeassistant/home-assistant:2025.2.5

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

docker.io/homeassistant/home-assistant:2025.3

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

docker.io/homeassistant/home-assistant:latest

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

docker.io/homeassistant/home-assistant:2025.3.3

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

docker.io/homeassistant/home-assistant:2025.1.0

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

docker.io/homeassistant/home-assistant:2025.6.3

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

docker.io/homeassistant/home-assistant:2025.7

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

docker.io/homeassistant/home-assistant:2025.7.2

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

docker.io/homeassistant/home-assistant:2025.7

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

docker.io/homeassistant/home-assistant:dev

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

docker.io/homeassistant/home-assistant:2025.8

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

docker.io/homeassistant/home-assistant:2025.8.1

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

docker.io/homeassistant/home-assistant:2025.8.2

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

docker.io/homeassistant/home-assistant:2025.9.0

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

docker.io/homeassistant/home-assistant:2025.9.4

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

docker.io/homeassistant/home-assistant:2025.8.2

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

docker.io/homeassistant/home-assistant:2025.10

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

docker.io/homeassistant/home-assistant:2025.10

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

docker.io/homeassistant/home-assistant:2025.10.3

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

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

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

docker.io/homeassistant/home-assistant:2025.11.1

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

docker.io/homeassistant/home-assistant:2025.11

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

docker.io/homeassistant/home-assistant:2025.12.1

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

docker.io/homeassistant/home-assistant:2025.12.4

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

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

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

docker.io/homeassistant/home-assistant:2026.2

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

docker.io/homeassistant/home-assistant:2026.2.3

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

docker.io/homeassistant/home-assistant:2026.3

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

docker.io/homeassistant/home-assistant:2026.3.4

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

docker.io/homeassistant/home-assistant:2026.4

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