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

docker.io/homeassistant/home-assistant:2025.11.0b4 - 国内下载镜像源 浏览次数:10
Home Assistant是一个开源的智能家居自动化平台,可以控制和整合各种智能设备,并提供实时监控和远程控制功能。该平台支持多种协议,如MQTT、Z-Wave、Bluetooth等,並且支持各种智能设备,如智能照明、智能锁、智能摄像头等。
源镜像 docker.io/homeassistant/home-assistant:2025.11.0b4
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2025.11.0b4
镜像ID sha256:7575431bcd2ba5bb3072eae6b416c1b05c6160edd2148e05160de9893d29df68
镜像TAG 2025.11.0b4
大小 2.12GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /init
工作目录 /config
OS/平台 linux/amd64
浏览量 10 次
贡献者 my***h@qq.com
镜像创建 2025-11-04T19:45:10.534155135Z
同步时间 2025-11-05 17:33
更新时间 2025-11-05 22:09
环境变量
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.10.1: io.hass.base.version core: io.hass.type 2025.11.0b4: io.hass.version The Home Assistant Authors: org.opencontainers.image.authors 2025-11-04 19:43:53+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 2025.11.0b4: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#homeassistant/home-assistant:2025.11.0b4#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2025.11.0b4#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2025.11.0b4 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2025.11.0b4  docker.io/homeassistant/home-assistant:2025.11.0b4'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2025.11.0b4 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2025.11.0b4  docker.io/homeassistant/home-assistant:2025.11.0b4'

镜像构建历史


# 2025-11-05 03:45:10  0.00B 设置工作目录为/config
WORKDIR /config
                        
# 2025-11-05 03:45:10  58.98MB 执行命令并创建新的镜像层
RUN |2 QEMU_CPU= BUILD_ARCH=amd64 /bin/ash -o pipefail -c uv pip install         -e ./homeassistant     && python3 -m compileall         homeassistant/homeassistant # buildkit
                        
# 2025-11-05 03:44:46  165.46MB 复制新文件或目录到容器中
COPY . homeassistant/ # buildkit
                        
# 2025-11-05 03:44:41  1.41GB 执行命令并创建新的镜像层
RUN |2 QEMU_CPU= BUILD_ARCH=amd64 /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
                        
# 2025-11-05 03:44:08  64.17KB 复制新文件或目录到容器中
COPY requirements_all.txt home_assistant_frontend-* home_assistant_intents-* homeassistant/ # buildkit
                        
# 2025-11-05 03:44:07  107.09MB 执行命令并创建新的镜像层
RUN |2 QEMU_CPU= BUILD_ARCH=amd64 /bin/ash -o pipefail -c uv pip install         --no-build         -r homeassistant/requirements.txt # buildkit
                        
# 2025-11-05 03:44:03  6.53KB 复制新文件或目录到容器中
COPY homeassistant/package_constraints.txt homeassistant/homeassistant/ # buildkit
                        
# 2025-11-05 03:44:03  1.11KB 复制新文件或目录到容器中
COPY requirements.txt homeassistant/ # buildkit
                        
# 2025-11-05 03:44:03  0.00B 设置工作目录为/usr/src
WORKDIR /usr/src
                        
# 2025-11-05 03:44:03  53.84MB 执行命令并创建新的镜像层
RUN |2 QEMU_CPU= BUILD_ARCH=amd64 /bin/ash -o pipefail -c pip3 install uv==0.9.6 # buildkit
                        
# 2025-11-05 03:44:01  5.18MB 执行命令并创建新的镜像层
RUN |2 QEMU_CPU= BUILD_ARCH=amd64 /bin/ash -o pipefail -c case "${BUILD_ARCH}" in         "aarch64") go2rtc_suffix='arm64' ;;         "armhf") go2rtc_suffix='armv6' ;;         "armv7") go2rtc_suffix='arm' ;;         *) go2rtc_suffix=${BUILD_ARCH} ;;     esac     && curl -L https://github.com/AlexxIT/go2rtc/releases/download/v1.9.11/go2rtc_linux_${go2rtc_suffix} --output /bin/go2rtc     && chmod +x /bin/go2rtc     && go2rtc --version # buildkit
                        
# 2025-11-05 03:44:00  0.00B 定义构建参数
ARG BUILD_ARCH=amd64
                        
# 2025-11-05 03:44:00  2.75KB 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2025-11-05 03:44:00  0.00B 定义构建参数
ARG QEMU_CPU
                        
# 2025-11-05 03:44:00  0.00B 设置环境变量 S6_SERVICES_GRACETIME UV_SYSTEM_PYTHON UV_NO_CACHE
ENV S6_SERVICES_GRACETIME=240000 UV_SYSTEM_PYTHON=true UV_NO_CACHE=true
                        
# 2025-10-16 18:56:57  44.40KB 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2025-10-16 18:56:57  1.11MB 复制新文件或目录到容器中
COPY /opt/telldus/ /usr/local/ # buildkit
                        
# 2025-10-16 18:56:57  7.97MB 复制新文件或目录到容器中
COPY /opt/picotts/ /usr/local/ # buildkit
                        
# 2025-10-16 18:56:50  4.00B 执行命令并创建新的镜像层
RUN |3 BUILD_ARCH=amd64 QEMU_CPU= BUILD_FROM=ghcr.io/home-assistant/amd64-base-python:3.13-alpine3.22 /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
                        
# 2025-10-16 18:56:50  2.21MB 复制新文件或目录到容器中
COPY /opt/libcec/ /usr/local/ # buildkit
                        
# 2025-10-16 18:56:40  142.57KB 复制新文件或目录到容器中
COPY /opt/ssocr/ /usr/local/ # buildkit
                        
# 2025-10-16 18:56:23  0.00B 设置工作目录为/usr/src/
WORKDIR /usr/src/
                        
# 2025-10-16 18:56:22  23.34MB 执行命令并创建新的镜像层
RUN |3 BUILD_ARCH=amd64 QEMU_CPU= BUILD_FROM=ghcr.io/home-assistant/amd64-base-python:3.13-alpine3.22 /bin/ash -o pipefail -c pip3 install --only-binary=:all:         -r /tmp/requirements.txt # buildkit
                        
# 2025-10-16 18:56:19  160.92MB 执行命令并创建新的镜像层
RUN |3 BUILD_ARCH=amd64 QEMU_CPU= BUILD_FROM=ghcr.io/home-assistant/amd64-base-python:3.13-alpine3.22 /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
                        
# 2025-10-16 18:56:19  0.00B 定义构建参数
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base-python:3.13-alpine3.22
                        
# 2025-10-16 18:56:19  0.00B 定义构建参数
ARG QEMU_CPU
                        
# 2025-10-16 18:56:19  0.00B 定义构建参数
ARG BUILD_ARCH=amd64
                        
# 2025-10-16 02:44:26  10.30MB 执行命令并创建新的镜像层
RUN |5 PYTHON_VERSION=3.13.9 PIP_VERSION=25.2 CERT_IDENTITY=thomas@python.org CERT_OIDC_ISSUER=https://accounts.google.com QEMU_CPU= /bin/ash -o pipefail -c set -ex;         apk add --no-cache --virtual .fetch-deps openssl;         curl -L -o get-pip.py 'https://bootstrap.pypa.io/get-pip.py';         apk del .fetch-deps;         python get-pip.py         --disable-pip-version-check         --no-cache-dir         pip==${PIP_VERSION}     ;     pip --version;         find /usr/local -depth         \(             -type d -a \( -name test -o -name tests \)         \) -exec rm -rf '{}' +;     rm -f get-pip.py # buildkit
                        
# 2025-10-16 02:44:22  32.00B 执行命令并创建新的镜像层
RUN |5 PYTHON_VERSION=3.13.9 PIP_VERSION=25.2 CERT_IDENTITY=thomas@python.org CERT_OIDC_ISSUER=https://accounts.google.com QEMU_CPU= /bin/ash -o pipefail -c cd /usr/local/bin     && ln -s idle3 idle     && ln -s pydoc3 pydoc     && ln -s python3 python     && ln -s python3-config python-config # buildkit
                        
# 2025-10-16 02:44:22  66.36MB 执行命令并创建新的镜像层
RUN |5 PYTHON_VERSION=3.13.9 PIP_VERSION=25.2 CERT_IDENTITY=thomas@python.org CERT_OIDC_ISSUER=https://accounts.google.com QEMU_CPU= /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         && 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/*.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=0x100000"     && 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     && rm -f /usr/src/*.patch # buildkit
                        
# 2025-10-16 02:25:36  8.29KB 复制新文件或目录到容器中
COPY *.patch /usr/src/ # buildkit
                        
# 2025-10-16 02:25:36  0.00B 
SHELL [/bin/ash -o pipefail -c]
                        
# 2025-10-16 02:25:36  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-10-16 02:25:36  0.00B 定义构建参数
ARG PYTHON_VERSION=3.13.9 PIP_VERSION=25.2 CERT_IDENTITY=thomas@python.org CERT_OIDC_ISSUER=https://accounts.google.com QEMU_CPU
                        
# 2025-10-16 02:12:42  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/init"]
                        
# 2025-10-16 02:12:42  0.00B 设置工作目录为/
WORKDIR /
                        
# 2025-10-16 02:12:42  152.00B 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2025-10-16 02:12:42  36.67MB 执行命令并创建新的镜像层
RUN |6 BASHIO_VERSION=0.17.5 TEMPIO_VERSION=2024.11.2 S6_OVERLAY_VERSION=3.1.6.2 JEMALLOC_VERSION=5.3.0 QEMU_CPU= 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}" = "armv7" ]; then             export S6_ARCH="arm";         elif [ "${BUILD_ARCH}" = "i386" ]; then             export S6_ARCH="i686";         elif [ "${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-10-16 02:11:32  0.00B 定义构建参数
ARG BUILD_ARCH=amd64
                        
# 2025-10-16 02:11:32  0.00B 设置工作目录为/usr/src
WORKDIR /usr/src
                        
# 2025-10-16 02:11:32  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 QEMU_CPU
                        
# 2025-10-16 02:11:32  0.00B 
SHELL [/bin/ash -o pipefail -c]
                        
# 2025-10-16 02:11:32  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:7575431bcd2ba5bb3072eae6b416c1b05c6160edd2148e05160de9893d29df68",
    "RepoTags": [
        "homeassistant/home-assistant:2025.11.0b4",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2025.11.0b4"
    ],
    "RepoDigests": [
        "homeassistant/home-assistant@sha256:35b000cf8a142285230fd00978549a881b65642e64cb9b4fd33778fe77440bdc",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant@sha256:12868f49d73da79cb21e02fe13581fedc00555c2d3560bb3baba4c4b61cd9df9"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-11-04T19:45:10.534155135Z",
    "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.10.1",
            "io.hass.type": "core",
            "io.hass.version": "2025.11.0b4",
            "org.opencontainers.image.authors": "The Home Assistant Authors",
            "org.opencontainers.image.created": "2025-11-04 19:43:53+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": "2025.11.0b4"
        },
        "Shell": [
            "/bin/ash",
            "-o",
            "pipefail",
            "-c"
        ]
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 2117967310,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/f6fc19a6db86a9f2e839e86e5e1831c4db1d5f6d33909afd0f6284d851309ff8/diff:/var/lib/docker/overlay2/5c2dd62f7a7af539538f62c91a2ade89ebce3ca6a6561c36058c2d6c118e9461/diff:/var/lib/docker/overlay2/7f9d9379ac9143d02efeffbb40958ce1008639126fb785d9f9809f92f83230a0/diff:/var/lib/docker/overlay2/27c7750c532927d6ddf5bede6435064b9938df41d79f4f70f83834296d545396/diff:/var/lib/docker/overlay2/c2ca05c5633d3776a2f5fe15645f683da21b9d9f840c1b75f32be23dd742fce1/diff:/var/lib/docker/overlay2/e59a8c7a5edac83de3e89a5168599da21dc575a4b8090ba0dc86e5091ef64c97/diff:/var/lib/docker/overlay2/133bb33b49b1701552906a212d3518588d4b8f16140c40c0dac352659b7e8b94/diff:/var/lib/docker/overlay2/26360dcedbf0791e50f02581251ed6876cfbd3a6bcee6cb5cb72be169176ed08/diff:/var/lib/docker/overlay2/315ad3b74f3c81293d453c66e8cad9a0ffee226798d628672631b23b57b7f10a/diff:/var/lib/docker/overlay2/18ecd094362c8930c08918aecc8966692427540e4194cf3d918b95eb3b2aae93/diff:/var/lib/docker/overlay2/942d130578b089e480909e4983be9350e32b4d749ae333b658acb8595ac06cdf/diff:/var/lib/docker/overlay2/c951c8cc1bd8e29a252f7edca27d60bb5224e7534a92cab28680fc28999ba90d/diff:/var/lib/docker/overlay2/70ba19dcf15d2213e512725e9bd9cc835f01f563fb16b088a67529863fb69e89/diff:/var/lib/docker/overlay2/39a905aaf0719e82617f4735fb4ad53298dcbc1d101475fa5b6d03ef0349b43e/diff:/var/lib/docker/overlay2/ec68edc114f4e37001bcfd178f743fa34954e847e13675dcabd2cf8b07325dd8/diff:/var/lib/docker/overlay2/d50741ee48d5d39e827ad26e7ac188b159c1db4acef0c44d17f5ad0b54cef248/diff:/var/lib/docker/overlay2/587a8ab4f294aafa885b7a44428e464979c41bda1387e76ad4365ed0a4e1de65/diff:/var/lib/docker/overlay2/cd56f233e30fab6c0f85f447e68e9ab6f2cb7b92dc67a201a624039a66e0523d/diff:/var/lib/docker/overlay2/b015673c75f61b6ab0bb57f8db771f1091c7df8601fa9cacda2af0aae5d187c3/diff:/var/lib/docker/overlay2/07f05d3c6bec8f10c03a2e5ec861a97bff70845bb43f9d17b206ec6f6d10a94e/diff:/var/lib/docker/overlay2/b0e8bbedc43abad5e184d50a84ef281928bd335134918a4b8d5d5381841adc94/diff:/var/lib/docker/overlay2/c799543ae59027ee86600cb132dcbd8ab5580a4642643914d6170817ad56dd6d/diff:/var/lib/docker/overlay2/a4a229eefb1dbbbf42a0970ba39020759f30450f2d0b953416097d318557e0b3/diff:/var/lib/docker/overlay2/dff8f7fba321ecc3a5b11f480578416f1913f12f2ac2ee5907fc670be127e483/diff:/var/lib/docker/overlay2/1a58be4698a94d7ed0084d8033600fc9fd60a53d909ae08ec9493fff3c417caa/diff:/var/lib/docker/overlay2/f56366e27f6760ee752af19fa04a1fca2f3c888667324141801096f80cbd53ba/diff:/var/lib/docker/overlay2/396f298f26523bfa1f3dedd1b492a8d3bea74502aaf2f81b9bfbf94f5a14f9f1/diff:/var/lib/docker/overlay2/9228d0dea91f2a86651259163a395152983e6f8dd01e3c64990f331280069735/diff",
            "MergedDir": "/var/lib/docker/overlay2/b07ffe3a6de44836ec96225fdb5547cbc3b7a60e5da4cd58d0d7c245c2c3565b/merged",
            "UpperDir": "/var/lib/docker/overlay2/b07ffe3a6de44836ec96225fdb5547cbc3b7a60e5da4cd58d0d7c245c2c3565b/diff",
            "WorkDir": "/var/lib/docker/overlay2/b07ffe3a6de44836ec96225fdb5547cbc3b7a60e5da4cd58d0d7c245c2c3565b/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:256f393e029fa2063d8c93720da36a74a032bed3355a2bc3e313ad12f8bde9d1",
            "sha256:aa95ab8de00daf923c9b502c9f2a5e2adfe3832fdf0a54adf1cca50cef435891",
            "sha256:68468ffe52a5e4947bb217ab831d66f6ee1db9cfd545d9522e0068f3b8efdd7f",
            "sha256:3bd51d422d9d589ff892c84919e9573867981cb5b159456a0d81ec8dd17d6830",
            "sha256:f3b20387da8b71a8b273c32a2662a7c4a343b7a9b50cc1b399886cb32a5abed2",
            "sha256:52f1f4c094e382c48bb09604bba0ba6db7ce432a4f6ea3f03e37c9477c666bf6",
            "sha256:192bf5192af3023f2baf0e96563c64b5b057807f07df3ca3fd649f77f3e7be8d",
            "sha256:db308ab1fb4603dc01215401cc05de26615cc5e18abfe98d76a7fcbdce4fbdc6",
            "sha256:5b416b61df39a8e3a82cba19ffa7bf4ae996decf8888d5c3b5bfa50c0d54dd8d",
            "sha256:d040e470e3d822ab210accf3bd352b58938b7e95088c5cb7331454b015592c6c",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:751ee9bc2502d266ef466ee0926f50116eb878fb6739ccb477b3c6a8807ef001",
            "sha256:9292fc352281787cbc09fbe372ed334afb06d21f7b52338473f1c1c0ccf3ab1b",
            "sha256:84c21e05a6e96bcfc6acab203668c7fa6e1596e4f8d7cd85af412fef8f0c56f3",
            "sha256:13b6d40511f9f32dc14017f99b93982f86b3158b0e013a3732600d7d44fd35e6",
            "sha256:b1e34d85d6677e708c13521cb5900d3dfb42d5736a32a938cae6de34743c0fdc",
            "sha256:0fd03f851d1cc33257b8216e794c345889fa5e7e15beecef7ae1158d48b095a3",
            "sha256:8a0bc6190d3294b00b1c52e995375333b5504f5206bd34a0473f1a20cc90fd67",
            "sha256:3d54101c62ee8f318d36e90f24782dc9b400762b42928fe9667ab4d44c4ebf7d",
            "sha256:a963877f74ad4693c29bcb3fd61144041e8dc891b0e1412703f629e5e7262230",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:f874c8fd8792a00ce91023deafeb5701635e46a6d4156a41245da55ec50091a0",
            "sha256:27761fa61febdc273caa0725b43bf898b29fde90ed31dba32c95482d2dbf7d5e",
            "sha256:42a304b749134276f404e6179fa1c8815ac26882a469abc5f4bbff48b232f873",
            "sha256:fc3811d078a8749117816718881a023897b1cbccb08facd5982984c6b514137b",
            "sha256:c994b9dee3e2b2823990b922345f29dd49997545d2e880273d080b9c257f3790",
            "sha256:e375b9ef40e303ef78ff86dc4a82b607fcf7ceed11787d695bd944ff06e5bb18",
            "sha256:85201ad18ce4d90c903b3f83c44688794af2be514eea29ce44a2a0d60e549e86",
            "sha256:26293c1cbb04b708b4b79d77a0218e2ae55184db127d13cf974125611dfb0c29"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-11-05T17:32:12.431792628+08:00"
    }
}

更多版本

docker.io/homeassistant/home-assistant:stable

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

docker.io/homeassistant/home-assistant:2024.8

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

docker.io/homeassistant/home-assistant:stable

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

docker.io/homeassistant/home-assistant:2024.10

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

docker.io/homeassistant/home-assistant:2024.11

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

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

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

docker.io/homeassistant/home-assistant:2024.12

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

docker.io/homeassistant/home-assistant:2024.12

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

docker.io/homeassistant/home-assistant:2024.12.5

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

docker.io/homeassistant/home-assistant:2025.1.0

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

docker.io/homeassistant/home-assistant:2025.1

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

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

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

docker.io/homeassistant/home-assistant:2025.2

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

docker.io/homeassistant/home-assistant:2025.2.5

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

docker.io/homeassistant/home-assistant:2025.3

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

docker.io/homeassistant/home-assistant:latest

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

docker.io/homeassistant/home-assistant:2025.3.3

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

docker.io/homeassistant/home-assistant:2025.1.0

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

docker.io/homeassistant/home-assistant:2025.6.3

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

docker.io/homeassistant/home-assistant:2025.7

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

docker.io/homeassistant/home-assistant:2025.7.2

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

docker.io/homeassistant/home-assistant:2025.7

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

docker.io/homeassistant/home-assistant:dev

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

docker.io/homeassistant/home-assistant:2025.8

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

docker.io/homeassistant/home-assistant:2025.8.1

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

docker.io/homeassistant/home-assistant:2025.8.2

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

docker.io/homeassistant/home-assistant:2025.9.0

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

docker.io/homeassistant/home-assistant:2025.9.4

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

docker.io/homeassistant/home-assistant:2025.8.2

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

docker.io/homeassistant/home-assistant:2025.10

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

docker.io/homeassistant/home-assistant:2025.10

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

docker.io/homeassistant/home-assistant:2025.10.3

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

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

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