docker.io/homeassistant/home-assistant:2025.12.4 linux/arm64

docker.io/homeassistant/home-assistant:2025.12.4 - 国内下载镜像源 浏览次数:25 温馨提示: 这是一个 linux/arm64 系统架构镜像
Home Assistant是一个开源的智能家居自动化平台,可以控制和整合各种智能设备,并提供实时监控和远程控制功能。该平台支持多种协议,如MQTT、Z-Wave、Bluetooth等,並且支持各种智能设备,如智能照明、智能锁、智能摄像头等。
源镜像 docker.io/homeassistant/home-assistant:2025.12.4
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2025.12.4-linuxarm64
镜像ID sha256:d28c3e604a5164c41020e0d3d124369c28ad41ac28f35a3a335b2558541d1bfd
镜像TAG 2025.12.4-linuxarm64
大小 2.14GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /init
工作目录 /config
OS/平台 linux/arm64
浏览量 25 次
贡献者 lu********5@outlook.com
镜像创建 2025-12-19T18:01:12.59295698Z
同步时间 2025-12-27 15:10
更新时间 2025-12-28 05:18
环境变量
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
镜像标签
aarch64: io.hass.arch aarch64: io.hass.base.arch ghcr.io/home-assistant/aarch64-base:3.22: io.hass.base.image python: io.hass.base.name 2025.11.3: io.hass.base.version core: io.hass.type 2025.12.4: io.hass.version The Home Assistant Authors: org.opencontainers.image.authors 2025-12-19 17:59:30+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.12.4: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-12-20 02:01:12  0.00B 设置工作目录为/config
WORKDIR /config
                        
# 2025-12-20 02:01:12  59.71MB 执行命令并创建新的镜像层
RUN /bin/ash -o pipefail -c uv pip install         -e ./homeassistant     && python3 -m compileall         homeassistant/homeassistant # buildkit
                        
# 2025-12-20 02:00:48  171.30MB 复制新文件或目录到容器中
COPY . homeassistant/ # buildkit
                        
# 2025-12-20 02:00:43  1.30GB 执行命令并创建新的镜像层
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
                        
# 2025-12-20 02:00:00  63.85KB 复制新文件或目录到容器中
COPY requirements_all.txt home_assistant_frontend-* home_assistant_intents-* homeassistant/ # buildkit
                        
# 2025-12-20 01:59:59  234.92MB 执行命令并创建新的镜像层
RUN /bin/ash -o pipefail -c uv pip install         --no-build         -r homeassistant/requirements.txt # buildkit
                        
# 2025-12-20 01:59:49  6.47KB 复制新文件或目录到容器中
COPY homeassistant/package_constraints.txt homeassistant/homeassistant/ # buildkit
                        
# 2025-12-20 01:59:49  1.11KB 复制新文件或目录到容器中
COPY requirements.txt homeassistant/ # buildkit
                        
# 2025-12-20 01:59:49  0.00B 设置工作目录为/usr/src
WORKDIR /usr/src
                        
# 2025-12-20 01:59:49  44.92MB 执行命令并创建新的镜像层
RUN /bin/ash -o pipefail -c go2rtc --version     && pip3 install uv==0.9.6 # buildkit
                        
# 2025-12-20 01:59:47  16.19MB 复制新文件或目录到容器中
COPY /usr/local/bin/go2rtc /bin/go2rtc # buildkit
                        
# 2025-12-20 01:59:47  2.77KB 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2025-12-20 01:59:47  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-12-20 01:59:47  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/
                        
# 2025-11-26 19:32:08  44.40KB 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2025-11-26 19:32:08  1.18MB 复制新文件或目录到容器中
COPY /opt/telldus/ /usr/local/ # buildkit
                        
# 2025-11-26 19:32:08  8.02MB 复制新文件或目录到容器中
COPY /opt/picotts/usr/local/ /usr/local/ # buildkit
                        
# 2025-11-26 19:31:52  4.00B 执行命令并创建新的镜像层
RUN |3 BUILD_ARCH=aarch64 QEMU_CPU= BUILD_FROM=ghcr.io/home-assistant/aarch64-base-python:3.13-alpine3.22-2025.11.3 /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-11-26 19:31:52  2.41MB 复制新文件或目录到容器中
COPY /opt/libcec/ /usr/local/ # buildkit
                        
# 2025-11-26 19:31:42  185.15KB 复制新文件或目录到容器中
COPY /opt/ssocr/ /usr/local/ # buildkit
                        
# 2025-11-26 19:31:23  0.00B 设置工作目录为/usr/src/
WORKDIR /usr/src/
                        
# 2025-11-26 19:31:23  22.08MB 执行命令并创建新的镜像层
RUN |3 BUILD_ARCH=aarch64 QEMU_CPU= BUILD_FROM=ghcr.io/home-assistant/aarch64-base-python:3.13-alpine3.22-2025.11.3 /bin/ash -o pipefail -c pip3 install --only-binary=:all:         -r /tmp/requirements.txt # buildkit
                        
# 2025-11-26 19:31:17  145.37MB 执行命令并创建新的镜像层
RUN |3 BUILD_ARCH=aarch64 QEMU_CPU= BUILD_FROM=ghcr.io/home-assistant/aarch64-base-python:3.13-alpine3.22-2025.11.3 /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-11-26 19:31:17  0.00B 定义构建参数
ARG BUILD_FROM=ghcr.io/home-assistant/aarch64-base-python:3.13-alpine3.22-2025.11.3
                        
# 2025-11-26 19:31:17  0.00B 定义构建参数
ARG QEMU_CPU
                        
# 2025-11-26 19:31:17  0.00B 定义构建参数
ARG BUILD_ARCH=aarch64
                        
# 2025-11-26 02:02:28  10.24MB 执行命令并创建新的镜像层
RUN |5 PYTHON_VERSION=3.13.9 CERT_IDENTITY=thomas@python.org CERT_OIDC_ISSUER=https://accounts.google.com QEMU_CPU= 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-11-26 02:02:23  0.00B 定义构建参数
ARG PIP_VERSION=25.3
                        
# 2025-11-26 02:02:23  69.26MB 执行命令并创建新的镜像层
RUN |4 PYTHON_VERSION=3.13.9 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 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=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     && cd /usr/local/bin     && ln -s idle3 idle     && ln -s pydoc3 pydoc     && ln -s python3 python     && ln -s python3-config python-config # buildkit
                        
# 2025-11-26 02:02:23  0.00B 
SHELL [/bin/ash -o pipefail -c]
                        
# 2025-11-26 02:02:23  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-11-26 02:02:23  0.00B 定义构建参数
ARG PYTHON_VERSION=3.13.9 CERT_IDENTITY=thomas@python.org CERT_OIDC_ISSUER=https://accounts.google.com QEMU_CPU
                        
# 2025-11-26 01:42:32  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/init"]
                        
# 2025-11-26 01:42:32  0.00B 设置工作目录为/
WORKDIR /
                        
# 2025-11-26 01:42:32  152.00B 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2025-11-26 01:42:32  45.31MB 执行命令并创建新的镜像层
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=aarch64 /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-11-26 01:41:47  0.00B 定义构建参数
ARG BUILD_ARCH=aarch64
                        
# 2025-11-26 01:41:47  0.00B 设置工作目录为/usr/src
WORKDIR /usr/src
                        
# 2025-11-26 01:41:47  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-11-26 01:41:47  0.00B 
SHELL [/bin/ash -o pipefail -c]
                        
# 2025-11-26 01:41:47  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.51MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.22.2-aarch64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:d28c3e604a5164c41020e0d3d124369c28ad41ac28f35a3a335b2558541d1bfd",
    "RepoTags": [
        "homeassistant/home-assistant:2025.12.4",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2025.12.4-linuxarm64"
    ],
    "RepoDigests": [
        "homeassistant/home-assistant@sha256:75ef6851d2e48d366764cdb6b569b7ad8be77dcc8e0d1b9aa508ac90e42d4c58",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant@sha256:076f7017ea52d94c861630968191ed3c520e1c1e10d84a678b9a9ed7921aa326"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-12-19T18:01:12.59295698Z",
    "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": "aarch64",
            "io.hass.base.arch": "aarch64",
            "io.hass.base.image": "ghcr.io/home-assistant/aarch64-base:3.22",
            "io.hass.base.name": "python",
            "io.hass.base.version": "2025.11.3",
            "io.hass.type": "core",
            "io.hass.version": "2025.12.4",
            "org.opencontainers.image.authors": "The Home Assistant Authors",
            "org.opencontainers.image.created": "2025-12-19 17:59:30+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.12.4"
        },
        "Shell": [
            "/bin/ash",
            "-o",
            "pipefail",
            "-c"
        ]
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 2136522973,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/faf5f784a6fee35ee4c3995570ded94cb2bc68d78df7497e4d54f248fefccb67/diff:/var/lib/docker/overlay2/991ff1c5a00f9e48abacd123bcfa0e90dc06502f85538cb6c13c4f2442c65ebf/diff:/var/lib/docker/overlay2/879392d51bd6a975a141aff68af1d57dd7172bb6c9c63b4c01e50f8ad595e2af/diff:/var/lib/docker/overlay2/5671b51b66f3f9f5694e593334e140686d3dd97da7b1d1fc278fbfb215e54980/diff:/var/lib/docker/overlay2/7b69a93bbf20b353ec53ab06b818a2e993f6d50ed7239cfb32e761cc4f5bb292/diff:/var/lib/docker/overlay2/a957f142c3cef9557b535426163956f347009a69f3328bee30908d9447e336ff/diff:/var/lib/docker/overlay2/959364b654520742201471a458671e0af6851df519616edfbd911d0972c5c7f8/diff:/var/lib/docker/overlay2/17fc731b340d62201b289b5b9050f924d68f11687925af41bda167a379b8fd26/diff:/var/lib/docker/overlay2/448e53c770087a5698093f0604a5e58f39aa5e98f168a6d0a059189ab7365721/diff:/var/lib/docker/overlay2/955aae7d7b680d357b08744bd8dcb08de1f1ec492531d66b7251e527580ae2e2/diff:/var/lib/docker/overlay2/98bd4bc463551b74575d56469ed46577843ba33f13706bb4df054a8e661c155e/diff:/var/lib/docker/overlay2/c95faff68e93a3086c86c4c67b9a148beb4e704d8b077a5c51be90b1ef2cd613/diff:/var/lib/docker/overlay2/7bddce644fe2f9628f9ac20729a9dc2eba9ad578697c6ae9907d15a2a66b0997/diff:/var/lib/docker/overlay2/15bf866cddec8322a78d989b4cf9dce1b546b10decfdd367446f1fd9d6e48598/diff:/var/lib/docker/overlay2/fb60000a8415c76ef748c81f3f89e8028821ff6e3270be9004b63018a1ed2dc3/diff:/var/lib/docker/overlay2/2121e0f7cfa5ce03f1efa43a63ff0630305827f0558bbdc91e71a5eb96bd8157/diff:/var/lib/docker/overlay2/3326ab6efc8aa4b2af2859d645d78911b9cf896839f71e5c8b95276dcae285c9/diff:/var/lib/docker/overlay2/331146fd3a4d772aa3be62abb350117fea198f70c81cefb6f96fdf91a10c70e0/diff:/var/lib/docker/overlay2/3791dd44e9d85c41f78bbc41665e9c0dea6b6956d1a92ca953d0c93cef975c1c/diff:/var/lib/docker/overlay2/f5c9ea03a95b05b849db8304b6eee18f6cfcf9f9615c98350a22698e3a6b3304/diff:/var/lib/docker/overlay2/8bac9c70fb09ff91e4c0c8f9b3b3eac9872a3930e12691b41943dc7701be61de/diff:/var/lib/docker/overlay2/32899d7bfa42e0cd84485ca5202466c8742e313e29c8a3121b8c80dd53e7d6c5/diff:/var/lib/docker/overlay2/d834ab50585ef1be24adddfb1ec1493f91e50fb75a17c027bb3c100912547850/diff:/var/lib/docker/overlay2/4bdb1ef87dcaec8a40b38785c32e470cd7669dda23863c350f0dd3fbc1fb90e9/diff:/var/lib/docker/overlay2/7beca24f39b6e6700ad50bf53f4f41431b0f127c5b8063d95d410a6eea2e1f4f/diff:/var/lib/docker/overlay2/e610a6468045f2f953521fdc69cfffdb5ebace249451875ef2c9fd3931700684/diff",
            "MergedDir": "/var/lib/docker/overlay2/e025bebc2265b2a220f474e557646910c2f37d18d938dbef26c793f2429fa924/merged",
            "UpperDir": "/var/lib/docker/overlay2/e025bebc2265b2a220f474e557646910c2f37d18d938dbef26c793f2429fa924/diff",
            "WorkDir": "/var/lib/docker/overlay2/e025bebc2265b2a220f474e557646910c2f37d18d938dbef26c793f2429fa924/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:0e64f2360a448b389c83fcbc3705e1364ccf43f004bb55233c689e7ce59a1ae9",
            "sha256:66f36a87f992672c092f466ff530dd62a8d115f4fa4532a9e8ee48d8b37d99df",
            "sha256:bf84280aa4800d45dac706333c07530effc563be78a3b82245e80149271e60ab",
            "sha256:5e52300c30e99256283744e5500da058a7de8a1257c5541c22ae75d3803869b2",
            "sha256:972ecd8d31aea83d9aeda8e789fad9db957fc932efd749d78920e9c9f97d258d",
            "sha256:9d889174b04f010eb5faf6a5fdf3f3210156507c93fe0bf6c0d483105c9f2ed1",
            "sha256:224515b19b214fb7916c96022fc1af547c0a50c10b7c0362afb50c647c27ef04",
            "sha256:9b33b3c094b9c682543626a10e0a718a47706e34003a6905c5899e09de4f059e",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:44864f63be04937ba8352e6fde7960ded68b6b3e066180751772180217cc9c5b",
            "sha256:ba4b7dbb393324dfc8efc9d4cea7b1b29c2b681cedc373e4d76e3fa8ac044fc8",
            "sha256:8f8f8943985939920c49b02789d9e4c4cb8fd36476fc93a59a70d9c90366f6f8",
            "sha256:059a3f0fa1b3546b5347e33c7c32c985371ab1ab3055cf53937813086f508309",
            "sha256:1760f6ff76916e9cd0aa4afe9f25a3f4c6e5d9eccee7f63f3eea9d29b18d179d",
            "sha256:76b3ddfd9959f9283a2a6815dfdc0dea8af371cb9247e1a0e1ee7c2d493db52c",
            "sha256:b47bb6763ddc7d4599bdf184bf6a82809420c004b104b7a2656e54922bbbf7d5",
            "sha256:eacd3a27639b353acc1b9367af36e6ea50a93b9c2cecf403d1cb2bbad3e47e06",
            "sha256:34a0d6bb26c8a506d20c50c8983fcfb8ec903a269b50777a568b40eccf71ee46",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:d4c385a7888a00addc88b712bce86c3255a6e53b50778f172bf19db3f55d751e",
            "sha256:81aa331b704078b957f69283c662ca3abd4a4f98dd6d3b2bd6e03e3849a3c21f",
            "sha256:6460a511b8df3fe372138459185cf0a7f1e471f8e4d2462a4c890bf934dcf125",
            "sha256:c3095188f03d108e16723e7056f4b80a1c7bc81f0037f9bc725b9050f0695238",
            "sha256:78f43e56a83bd4ee5bda4be2615786953770e793d875300d21389598ce1d980e",
            "sha256:7aa40796cd81f1918acb18575b0d39f135ebd300e28bbbde6f5e6da349b71e28",
            "sha256:f4115216a39f0e08564250d7a67c43e8d83c0688d2034ca99c365821757cd8c8",
            "sha256:1055822a3d1c60028c21b8455416bff1bff2d13355ffdc2534e7bdf7009c4400"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-12-27T15:09:26.364868065+08:00"
    }
}

更多版本

docker.io/homeassistant/home-assistant:stable

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

docker.io/homeassistant/home-assistant:2024.8

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

docker.io/homeassistant/home-assistant:stable

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

docker.io/homeassistant/home-assistant:2024.10

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

docker.io/homeassistant/home-assistant:2024.11

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

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

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

docker.io/homeassistant/home-assistant:2024.12

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

docker.io/homeassistant/home-assistant:2024.12

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

docker.io/homeassistant/home-assistant:2024.12.5

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

docker.io/homeassistant/home-assistant:2025.1.0

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

docker.io/homeassistant/home-assistant:2025.1

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

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

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

docker.io/homeassistant/home-assistant:2025.2

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

docker.io/homeassistant/home-assistant:2025.2.5

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

docker.io/homeassistant/home-assistant:2025.3

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

docker.io/homeassistant/home-assistant:latest

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

docker.io/homeassistant/home-assistant:2025.3.3

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

docker.io/homeassistant/home-assistant:2025.1.0

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

docker.io/homeassistant/home-assistant:2025.6.3

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

docker.io/homeassistant/home-assistant:2025.7

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

docker.io/homeassistant/home-assistant:2025.7.2

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

docker.io/homeassistant/home-assistant:2025.7

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

docker.io/homeassistant/home-assistant:dev

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

docker.io/homeassistant/home-assistant:2025.8

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

docker.io/homeassistant/home-assistant:2025.8.1

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

docker.io/homeassistant/home-assistant:2025.8.2

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

docker.io/homeassistant/home-assistant:2025.9.0

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

docker.io/homeassistant/home-assistant:2025.9.4

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

docker.io/homeassistant/home-assistant:2025.8.2

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

docker.io/homeassistant/home-assistant:2025.10

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

docker.io/homeassistant/home-assistant:2025.10

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

docker.io/homeassistant/home-assistant:2025.10.3

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

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

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

docker.io/homeassistant/home-assistant:2025.11.1

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

docker.io/homeassistant/home-assistant:2025.11

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

docker.io/homeassistant/home-assistant:2025.12.1

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

docker.io/homeassistant/home-assistant:2025.12.4

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