ghcr.io/home-assistant/home-assistant:2026.2.1 linux/amd64

ghcr.io/home-assistant/home-assistant:2026.2.1 - 国内下载镜像源 浏览次数:10 安全受验证的发布者-Home Assistant
🏠️‍💡️ 该docker容器镜像是 Home Assistant 的官方镜像,用于运行智能家居自动化平台。Home Assistant 是一个开源的、基于 Python 的智能家居自动化系统,可以控制和整合各种智能设备,例如照明、空调、音频设备等。 镜像描述:/Home Assistant - Official Docker Image for Home Automation .

Home Assistant 是一个开源的智能家居自动化平台,用于控制和整合各种智能设备。该镜像提供了 Home Assistant 的官方运行环境,可以轻松地在多个平台上部署和使用。

Note: The above response is in Chinese, and the HTML tag does not contain any style information.
源镜像 ghcr.io/home-assistant/home-assistant:2026.2.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/home-assistant/home-assistant:2026.2.1
镜像ID sha256:716a098642924a8c4ec0a5a8be4cf7f93c3cc65437fb29b16de6e9b96923e0af
镜像TAG 2026.2.1
大小 2.29GB
镜像源 ghcr.io
CMD
启动入口 /init
工作目录 /config
OS/平台 linux/amd64
浏览量 10 次
贡献者
镜像创建 2026-02-06T21:49:45.303777292Z
同步时间 2026-02-09 11:19
环境变量
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.1: io.hass.base.version core: io.hass.type 2026.2.1: io.hass.version The Home Assistant Authors: org.opencontainers.image.authors 2026-02-06 21:48:20+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.2.1: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/home-assistant/home-assistant:2026.2.1
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/home-assistant/home-assistant:2026.2.1  ghcr.io/home-assistant/home-assistant:2026.2.1

Shell快速替换命令

sed -i 's#ghcr.io/home-assistant/home-assistant:2026.2.1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/home-assistant/home-assistant:2026.2.1#' deployment.yaml

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-02-07 05:49:45  0.00B 设置工作目录为/config
WORKDIR /config
                        
# 2026-02-07 05:49:45  61.10MB 执行命令并创建新的镜像层
RUN /bin/ash -o pipefail -c uv pip install         -e ./homeassistant     && python3 -m compileall         homeassistant/homeassistant # buildkit
                        
# 2026-02-07 05:49:21  179.22MB 复制新文件或目录到容器中
COPY . homeassistant/ # buildkit
                        
# 2026-02-07 05:49:15  1.44GB 执行命令并创建新的镜像层
RUN /bin/ash -o pipefail -c if ls homeassistant/home_assistant_*.whl 1> /dev/null 2>&1; then         uv pip install homeassistant/home_assistant_*.whl;     fi     && uv pip install         --no-build         -r homeassistant/requirements_all.txt # buildkit
                        
# 2026-02-07 05:48:43  64.79KB 复制新文件或目录到容器中
COPY requirements_all.txt home_assistant_frontend-* home_assistant_intents-* homeassistant/ # buildkit
                        
# 2026-02-07 05:48:42  216.50MB 执行命令并创建新的镜像层
RUN /bin/ash -o pipefail -c uv pip install         --no-build         -r homeassistant/requirements.txt # buildkit
                        
# 2026-02-07 05:48:37  6.79KB 复制新文件或目录到容器中
COPY homeassistant/package_constraints.txt homeassistant/homeassistant/ # buildkit
                        
# 2026-02-07 05:48:37  1.25KB 复制新文件或目录到容器中
COPY requirements.txt homeassistant/ # buildkit
                        
# 2026-02-07 05:48:37  0.00B 设置工作目录为/usr/src
WORKDIR /usr/src
                        
# 2026-02-07 05:48:37  56.86MB 执行命令并创建新的镜像层
RUN /bin/ash -o pipefail -c go2rtc --version     && pip3 install uv==0.9.26 # buildkit
                        
# 2026-02-07 05:48:35  19.24MB 复制新文件或目录到容器中
COPY /usr/local/bin/go2rtc /bin/go2rtc # buildkit
                        
# 2026-02-07 05:48:35  2.76KB 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2026-02-07 05:48:35  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-02-07 05:48:35  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-12-11 02:44:55  44.40KB 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2025-12-11 02:44:55  1.11MB 复制新文件或目录到容器中
COPY /opt/telldus/ /usr/local/ # buildkit
                        
# 2025-12-11 02:44:55  7.97MB 复制新文件或目录到容器中
COPY /opt/picotts/usr/local/ /usr/local/ # buildkit
                        
# 2025-12-11 02:44:55  4.00B 执行命令并创建新的镜像层
RUN |2 BUILD_ARCH=amd64 BUILD_FROM=ghcr.io/home-assistant/amd64-base-python:3.13-alpine3.22-2025.12.1 /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-12-11 02:44:55  2.21MB 复制新文件或目录到容器中
COPY /opt/libcec/ /usr/local/ # buildkit
                        
# 2025-12-11 02:44:28  144.36KB 复制新文件或目录到容器中
COPY /opt/ssocr/ /usr/local/ # buildkit
                        
# 2025-12-11 02:44:22  0.00B 设置工作目录为/usr/src/
WORKDIR /usr/src/
                        
# 2025-12-11 02:44:22  21.12MB 执行命令并创建新的镜像层
RUN |2 BUILD_ARCH=amd64 BUILD_FROM=ghcr.io/home-assistant/amd64-base-python:3.13-alpine3.22-2025.12.1 /bin/ash -o pipefail -c pip3 install --only-binary=:all:         -r /tmp/requirements.txt # buildkit
                        
# 2025-12-11 02:44:18  160.98MB 执行命令并创建新的镜像层
RUN |2 BUILD_ARCH=amd64 BUILD_FROM=ghcr.io/home-assistant/amd64-base-python:3.13-alpine3.22-2025.12.1 /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-12-11 02:44:18  0.00B 定义构建参数
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base-python:3.13-alpine3.22-2025.12.1
                        
# 2025-12-11 02:44:18  0.00B 定义构建参数
ARG BUILD_ARCH=amd64
                        
# 2025-12-11 01:06:11  10.24MB 执行命令并创建新的镜像层
RUN |4 PYTHON_VERSION=3.13.11 CERT_IDENTITY=thomas@python.org CERT_OIDC_ISSUER=https://accounts.google.com 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 01:06:07  0.00B 定义构建参数
ARG PIP_VERSION=25.3
                        
# 2025-12-11 01:06:07  66.43MB 执行命令并创建新的镜像层
RUN |3 PYTHON_VERSION=3.13.11 CERT_IDENTITY=thomas@python.org CERT_OIDC_ISSUER=https://accounts.google.com /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-12-11 01:06:07  0.00B 
SHELL [/bin/ash -o pipefail -c]
                        
# 2025-12-11 01:06:07  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-12-11 01:06:07  0.00B 定义构建参数
ARG PYTHON_VERSION=3.13.11 CERT_IDENTITY=thomas@python.org CERT_OIDC_ISSUER=https://accounts.google.com
                        
# 2025-12-11 00:46:25  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/init"]
                        
# 2025-12-11 00:46:25  0.00B 设置工作目录为/
WORKDIR /
                        
# 2025-12-11 00:46:25  152.00B 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2025-12-11 00:46:25  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 00:45:15  0.00B 定义构建参数
ARG BUILD_ARCH=amd64
                        
# 2025-12-11 00:45:15  0.00B 设置工作目录为/usr/src
WORKDIR /usr/src
                        
# 2025-12-11 00:45:15  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 00:45:15  0.00B 
SHELL [/bin/ash -o pipefail -c]
                        
# 2025-12-11 00:45:15  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:716a098642924a8c4ec0a5a8be4cf7f93c3cc65437fb29b16de6e9b96923e0af",
    "RepoTags": [
        "ghcr.io/home-assistant/home-assistant:2026.2.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/home-assistant/home-assistant:2026.2.1"
    ],
    "RepoDigests": [
        "ghcr.io/home-assistant/home-assistant@sha256:17441c45ba14560b4ef727ee06aac4d605cf0dc0625fc4f2e043cb2551d72749",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/home-assistant/home-assistant@sha256:42f03e117f853f60d661abdd24eaf2eb874202c3ba915970eda5c7d94d5b3849"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-02-06T21:49:45.303777292Z",
    "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.1",
            "io.hass.type": "core",
            "io.hass.version": "2026.2.1",
            "org.opencontainers.image.authors": "The Home Assistant Authors",
            "org.opencontainers.image.created": "2026-02-06 21:48:20+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.2.1"
        },
        "Shell": [
            "/bin/ash",
            "-o",
            "pipefail",
            "-c"
        ]
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 2292308053,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/9c9f1e7a644239457e4674544507408fe8b4345495c3dc6d35520a2c56000948/diff:/var/lib/docker/overlay2/114104785daf02a82bf76ba0442c37ec21980c42863e9bd3f9610f45e11d25fd/diff:/var/lib/docker/overlay2/fe95cf62aefc1b0cb139387f255543fd00405e2a137e406a633d0a6711eae9b6/diff:/var/lib/docker/overlay2/bfc3f7bb139d464dc75ee984cbb41f6a2683d1f08d5b0426b6caffb33e032b66/diff:/var/lib/docker/overlay2/73860d2ffb18fba5a0d6616d0d024f16be7a28b070ec71e9ede2ac5d2777d013/diff:/var/lib/docker/overlay2/2242a5818a8f518afde618429fe846121fd7ee1c46e799de6700480d2cd17a6a/diff:/var/lib/docker/overlay2/4489b95a7a2cb019b4315c52ec6316c6724511d037c0c0ea5de78474f1207911/diff:/var/lib/docker/overlay2/8acb8e87571f573f5459ffad10882a415250713510fbff496139806e88964e37/diff:/var/lib/docker/overlay2/273eb694e23cd6c9acf5d94f011f6b8835e5ef715fe66d2e9d1b7e4ea5eb5b3f/diff:/var/lib/docker/overlay2/00691dbec87e4d62c4ff16b9d1dd34d54d955b2cf476d608ba0e106bfcb49d54/diff:/var/lib/docker/overlay2/2ecba0f3f84f3bb59ed30bc3d92d332435bc8562be0a27eb12acd8bf34e85e51/diff:/var/lib/docker/overlay2/953ea85e8a06409d1b04c570779700d1fa53b025dc661b9e2d88ac41854586f3/diff:/var/lib/docker/overlay2/75f2948b956147afd92148bd91f233dad774e6ea437ef4c2faf5e510f3c28e9f/diff:/var/lib/docker/overlay2/66895eead118fec441a145acf92545db1eb4c09afa3890ee4facb824ca2806e8/diff:/var/lib/docker/overlay2/a9c0d5d3f8e8fcfc827c7fa7c827943292180b92f6f121c2723788bf01a44afb/diff:/var/lib/docker/overlay2/446e50c952bf528e240d855d939d26b3d94eda4da2ba17d2a8d8ebd1b102694c/diff:/var/lib/docker/overlay2/0cfad42e4b69c496d09cd2f1bfe47f402523868bdc0025b56ab7d0e271c93477/diff:/var/lib/docker/overlay2/c86e97c3f8cdb96fcd67e99969e612e050aa969f34dd645839970f8a5b5ad0a1/diff:/var/lib/docker/overlay2/30573e10e76723c60d0872d5e620fdfcba41704100d6906a4930fd729cf9b763/diff:/var/lib/docker/overlay2/75debb657d612e0190e3d34e9f65acd67a70d2165d4dd6fa12774656e413cdd0/diff:/var/lib/docker/overlay2/c81d39423b99a3acfe5450fa4a1058826df85e49d5da55689408441dd79314dd/diff:/var/lib/docker/overlay2/e1bcb3876172b47989674ec4cf291ce866d08a5a9d88a7278c3bf4b8c10fc9d3/diff:/var/lib/docker/overlay2/d48c5edc039cc9cc014cd2b63912a9781796089546ffd09406e3d4d28f6fdd84/diff:/var/lib/docker/overlay2/47b76310dfc8eecda1f69b9d1251813d58def69105bae410b179fb83e1c00f35/diff:/var/lib/docker/overlay2/84bcfb60521d18e604e990a9980ca17e43affc4c923899a71929a10b994c4d6b/diff:/var/lib/docker/overlay2/232737bbf83dafd234bf3f36013a849f574075a902f27926eed9e01eacd37e00/diff",
            "MergedDir": "/var/lib/docker/overlay2/d67a4b55ce0318a8e62ba942def03ff8ffd280783a102e62caed83be5dadc1c2/merged",
            "UpperDir": "/var/lib/docker/overlay2/d67a4b55ce0318a8e62ba942def03ff8ffd280783a102e62caed83be5dadc1c2/diff",
            "WorkDir": "/var/lib/docker/overlay2/d67a4b55ce0318a8e62ba942def03ff8ffd280783a102e62caed83be5dadc1c2/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:256f393e029fa2063d8c93720da36a74a032bed3355a2bc3e313ad12f8bde9d1",
            "sha256:67160e316c936d70436239720d207b6ee6d21bcced3e97f941f77d656fa89b38",
            "sha256:31cf9e8727e8c507b2a0eac2787f292853635a852b4ffadf9b57442030e5c742",
            "sha256:4e563803430bfc8d264c862034105af76ae0bfe1d89c7dfb7eb4a776b2977b03",
            "sha256:95900ceb0266b213f272a6d1401f005546bc6c89ee5e570cfddcceba9de20233",
            "sha256:b8466640c7e40b61249022a90bb7e26dd001e32839f16c6613f0f3556533b846",
            "sha256:955c76eab5830a37bb3b219a43c306296428d4a65b7379a69bc26039b38c962b",
            "sha256:c1a4dd672f62292b8d08020e9ed13e492d27b4f18ab431024284976994fa5363",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:7f62976406d93495fe4be04e42c92d47a4531d6e9d9881bed6e37fede1d1a9b3",
            "sha256:57db92ab7622bb574746daeb426201fb5b89535f36b3dc52585129848038a768",
            "sha256:989395847dd0ec55349327e9291fb126daf1944781c8ad5e461e5ff5e17dcda5",
            "sha256:b87235178c50e09c7cccff35f44a9c4cab7c01b91a853c13dbd7ad5b8d2281d9",
            "sha256:8e45a57e915e6f11e7847149c1d6349b0a051dd092391b1d12d7b6c827ffb0eb",
            "sha256:b04a094d3d086335b05ecea168baabd72d707de50cc9848859d674f026c39795",
            "sha256:024f27c690f36e956e5438ff43b24716c0d1416b3df4ac2e3738936d25061e6e",
            "sha256:fc09940083563096e5fb0b8704a5804defb1b0dd8ae115db8081b94380ced87c",
            "sha256:21b31dfe175a04d5cbdcc39e6191eb54ca65e66228e1ed7441d3c176c296f320",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:b9dbac0c11f4e8321edff778711fd72a593b7da2ea014f06a8e7fb44fb8249c9",
            "sha256:7eb4b45ea0451459972da16f42d97c0a4246329f4c2d85e3b6b4148c4db315fb",
            "sha256:d589b460b47ebb376e896291637f135c1a383f030c94598c28ad3e4cfc5978d5",
            "sha256:510cf4a5db87d4e9ff23960400b8338048b8bbb15a15e15b1e8830c760fbe6e8",
            "sha256:4c7f7df1948419c19e34629bfc1f88307a06d23188921fc3cdaa5dadc83d97aa",
            "sha256:336bcef631868ea857386fde8145ff7343509f9bdddf65fa68a98cade08ab160",
            "sha256:a30bca7976edcdbb16390536300d2ece4a7f4e334c74bf3eb396c29c055e1e2f",
            "sha256:ef67ea45d9136d342a6b9d9e95cf45e01d5d7ba1d7187ed04bf8210695a87296"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-02-09T11:18:07.367801484+08:00"
    }
}

更多版本

ghcr.io/home-assistant/home-assistant:stable

linux/amd64 ghcr.io1.59GB2024-06-24 23:50
6979

ghcr.io/home-assistant/home-assistant:2024.7.0

linux/amd64 ghcr.io1.60GB2024-07-05 15:56
494

ghcr.io/home-assistant/home-assistant:2024.7.0

linux/arm ghcr.io1.39GB2024-07-05 16:01
1038

ghcr.io/home-assistant/home-assistant:2024.7.0

linux/arm64 ghcr.io1.58GB2024-07-15 10:27
1183

ghcr.io/home-assistant/home-assistant:2024.8.0.dev202407260220

linux/amd64 ghcr.io1.72GB2024-07-26 14:42
552

ghcr.io/home-assistant/home-assistant:stable

linux/arm64 ghcr.io1.67GB2024-09-19 01:50
883

ghcr.io/home-assistant/home-assistant:latest

linux/arm64 ghcr.io1.67GB2024-09-19 01:51
1494

ghcr.io/home-assistant/home-assistant:2024.3.3

linux/386 ghcr.io1.82GB2024-10-24 10:26
345

ghcr.io/home-assistant/home-assistant:2024.10.3

linux/amd64 ghcr.io1.79GB2024-10-25 14:40
508

ghcr.io/home-assistant/home-assistant:2024.12.4

linux/arm64 ghcr.io1.74GB2025-02-10 13:57
372

ghcr.io/home-assistant/home-assistant:2026.1.3

linux/amd64 ghcr.io2.27GB2026-01-27 16:31
112

ghcr.io/home-assistant/home-assistant:2026.2.1

linux/amd64 ghcr.io2.29GB2026-02-09 11:19
9