docker.io/linuxserver/homeassistant:2025.10.1 linux/amd64

docker.io/linuxserver/homeassistant:2025.10.1 - 国内下载镜像源 浏览次数:12 安全受验证的发布者-linuxserver
源镜像 docker.io/linuxserver/homeassistant:2025.10.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/homeassistant:2025.10.1
镜像ID sha256:74718b08f3bd9cb3d3347abdb8d5c2f351143f866e13eac09c9f2c093a8c56b9
镜像TAG 2025.10.1
大小 1.94GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /init
工作目录 /
OS/平台 linux/amd64
浏览量 12 次
贡献者
镜像创建 2025-10-08T02:07:12.337564914Z
同步时间 2025-10-09 01:24
更新时间 2025-10-09 13:41
开放端口
8123/tcp
目录挂载
/config
环境变量
PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/config TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods VIRTUAL_ENV=/lsiopy LSIO_FIRST_PARTY=true S6_SERVICES_GRACETIME=240000 UV_SYSTEM_PYTHON=true UV_NO_CACHE=true UV_EXTRA_INDEX_URL=https://wheels.home-assistant.io/musllinux-index/ ATTACHED_DEVICES_PERMS=/dev/ttyACM* /dev/ttyUSB* -type c
镜像标签
Linuxserver.io version:- 2025.10.1-ls148 Build-date:- 2025-10-08T02:03:39+00:00: build_version saarg, roxedus: maintainer linuxserver.io: org.opencontainers.image.authors 2025-10-08T02:03:39+00:00: org.opencontainers.image.created [Home Assistant Core](https://www.home-assistant.io/) - Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server: org.opencontainers.image.description https://docs.linuxserver.io/images/docker-homeassistant: org.opencontainers.image.documentation GPL-3.0-only: org.opencontainers.image.licenses 12cc5f98f37befcd9367661f24b094cfe52afed1: org.opencontainers.image.ref.name 12cc5f98f37befcd9367661f24b094cfe52afed1: org.opencontainers.image.revision https://github.com/linuxserver/docker-homeassistant: org.opencontainers.image.source Homeassistant: org.opencontainers.image.title https://github.com/linuxserver/docker-homeassistant/packages: org.opencontainers.image.url linuxserver.io: org.opencontainers.image.vendor 2025.10.1-ls148: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/homeassistant:2025.10.1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/homeassistant:2025.10.1  docker.io/linuxserver/homeassistant:2025.10.1

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/homeassistant:2025.10.1
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/homeassistant:2025.10.1  docker.io/linuxserver/homeassistant:2025.10.1

Shell快速替换命令

sed -i 's#linuxserver/homeassistant:2025.10.1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/homeassistant:2025.10.1#' deployment.yaml

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-10-08 10:07:12  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/config]
                        
# 2025-10-08 10:07:12  0.00B 声明容器运行时监听的端口
EXPOSE &{[{{268 0} {268 0}}] 0xc00036d300}
                        
# 2025-10-08 10:07:12  46.89KB 复制新文件或目录到容器中
COPY root/ / # buildkit
                        
# 2025-10-08 10:07:11  0.00B 设置环境变量 HOME
ENV HOME=/config
                        
# 2025-10-08 10:07:11  1.92GB 执行命令并创建新的镜像层
RUN |3 BUILD_DATE=2025-10-08T02:03:39+00:00 VERSION=2025.10.1-ls148 HASS_RELEASE=2025.10.1 /bin/sh -c echo "**** install build packages ****" &&   apk add --no-cache --virtual=build-dependencies     autoconf     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 &&   echo "**** install runtime packages ****" &&   apk add --no-cache     bind-tools     bluez     bluez-deprecated     bluez-libs     cups-libs     curl     eudev-libs     ffmpeg     git     hwdata-usb     imlib2     iperf3     iputils     libcap     libftdi1     libgpiod     libturbojpeg     libpulse     libstdc++     libxslt     libzbar     mariadb-connector-c     net-tools     nmap     openssh-client     openssl     pianobar     postgresql-libs     pulseaudio-alsa     socat     tiff     xz &&   echo "**** Retrieve versions ****" &&   mkdir -p     /tmp/core &&   if [ -z ${HASS_RELEASE+x} ]; then     HASS_RELEASE=$(curl -sX GET https://api.github.com/repos/home-assistant/core/releases/latest       | jq -r .tag_name);   fi &&   curl -o     /tmp/core.tar.gz -L     "https://github.com/home-assistant/core/archive/${HASS_RELEASE}.tar.gz" &&   tar xf     /tmp/core.tar.gz -C     /tmp/core --strip-components=1 &&   HASS_BASE=$(cat /tmp/core/build.yaml     | grep 'amd64: '     | cut -d: -f3) &&   HA_PY_MAJOR=$(curl -fsL https://raw.githubusercontent.com/home-assistant/docker/${HASS_BASE}/build.yaml     | grep 'amd64: '     | cut -d: -f3     | sed 's|-alpine.*||') &&   HASS_BASE_RELEASE=$(curl -sL https://api.github.com/repos/home-assistant/docker/releases) &&   HASS_BASE_TIME=$(date -d $(echo $HASS_BASE_RELEASE |     jq -r ".[] | select(.tag_name | match(\"${HASS_BASE}\")) .published_at") +%s) &&   for i in 0 1 2 3 4 5 6; do     HA_DOCKER_BASE_TIME=$(date -d $(curl -s "https://api.github.com/repos/home-assistant/docker-base/releases" |       jq -r ".[${i}].published_at") +%s);     if [ "${HASS_BASE_TIME}" -ge "${HA_DOCKER_BASE_TIME}" ]; then       HA_DOCKER_BASE=$(curl -s "https://api.github.com/repos/home-assistant/docker-base/releases" | jq -r ".[${i}].tag_name");       echo "**** HA_DOCKER_BASE detected as version ${HA_DOCKER_BASE} ****";       break;     fi;   done &&   git clone --branch "${HA_DOCKER_BASE}"     --depth 1 https://github.com/home-assistant/docker-base.git     /tmp/ha-docker-base &&   HA_PY_VERSION=$(cat /tmp/ha-docker-base/python/${HA_PY_MAJOR}/build.yaml     | grep 'PYTHON_VERSION: '     | sed 's|.*PYTHON_VERSION: ||'     | sed 's|"||g') &&   HA_JEMALLOC_VER=$(cat /tmp/ha-docker-base/alpine/build.yaml     | grep 'JEMALLOC_VERSION: '     | sed 's|.*JEMALLOC_VERSION: ||'     | sed 's|"||g') &&   HA_ALPINE_VER=$(curl -fsL https://raw.githubusercontent.com/home-assistant/docker/${HASS_BASE}/build.yaml     | grep 'amd64: '     | cut -d: -f3     | sed 's|.*-alpine||') &&   IMAGE_ALPINE_VER=$(cat /etc/os-release | grep PRETTY_NAME | sed 's|.*Linux v||' | sed 's|"||') &&   if [[ "${HA_ALPINE_VER}" != "${IMAGE_ALPINE_VER}" ]]; then     echo -e "**** Incorrect OS version detected, canceling build ****\n**** Upstream expected OS: ${HA_ALPINE_VER} ****\n**** Detected OS: ${IMAGE_ALPINE_VER}****";     exit 1;   fi &&   HA_PIP_VERSION=$(cat /tmp/ha-docker-base/python/${HA_PY_MAJOR}/build.yaml     | grep 'PIP_VERSION: '     | sed 's|.*PIP_VERSION: ||'     | sed 's|"||g') &&   HA_UV_VERSION=$(curl -fsL "https://raw.githubusercontent.com/home-assistant/core/refs/tags/${HASS_RELEASE}/Dockerfile" | grep 'install uv==' | sed 's|RUN pip3 install uv==||') &&   HA_GO2RTC_VERSION=$(curl -fsL "https://raw.githubusercontent.com/home-assistant/core/refs/tags/${HASS_RELEASE}/Dockerfile" | grep 'AlexxIT/go2rtc/releases/download' | sed -r 's|^.*AlexxIT/go2rtc/releases/download/(.*)/go2rtc_linux.*$|\1|') &&   curl -o     /bin/go2rtc -fL     "https://github.com/AlexxIT/go2rtc/releases/download/${HA_GO2RTC_VERSION}/go2rtc_linux_amd64" &&   chmod +x /bin/go2rtc &&   echo "**** Quick test go2rtc binary: ****" &&   /bin/go2rtc --version &&   echo "**** install jemalloc ****" &&   git clone --branch ${HA_JEMALLOC_VER}     --depth 1 "https://github.com/jemalloc/jemalloc"     /tmp/jemalloc &&   cd /tmp/jemalloc &&   ./autogen.sh     --with-lg-page=16 &&   make -j "$(nproc)" &&   make install_lib_shared install_bin &&   echo "**** install python ****" &&   PY_HA_ALPINE_VER=$(echo "${HA_ALPINE_VER}" | sed 's|\.||') &&   PY_RELEASE_TAG=$(curl -s https://api.github.com/repos/linuxserver/docker-python/releases     | jq -r "first(.[] | select(.tag_name | startswith(\"alpine${PY_HA_ALPINE_VER}-${HA_PY_VERSION}\"))) | .tag_name") &&   if [ -n "${PY_RELEASE_TAG}" ]; then     echo "**** Installing python from the linuxserver python repo release ${PY_RELEASE_TAG} ****" &&     curl -o       /tmp/python.tar.gz -L       "https://github.com/linuxserver/docker-python/releases/download/${PY_RELEASE_TAG}/python-amd64.tar.gz" &&     tar xf       /tmp/python.tar.gz -C       /usr/local &&     apk add --no-cache $(cat /usr/local/python-deps.txt);   else     echo "**** Python version ${HA_PY_VERSION} not found in the linuxserver repo, compiling from source ****" &&     mkdir -p /tmp/python &&     curl -o       /tmp/python.tar.xz -L       "https://www.python.org/ftp/python/${HA_PY_VERSION}/Python-${HA_PY_VERSION}.tar.xz" &&     tar xf       /tmp/python.tar.xz -C       /tmp/python --strip-components=1 &&     for patch in /tmp/ha-docker-base/python/${HA_PY_MAJOR}/*.patch; do       patch -d /tmp/python -p 1 < "${patch}";     done &&     cd /tmp/python &&     ./configure       --build="x86_64-linux-musl"       --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 &&     find /usr/local -depth       \(         -type d -a \( -name test -o -name tests \)       \) -exec rm -rf '{}' + &&     cd /usr/local/bin &&     ln -s idle3 idle &&     ln -s pydoc3 pydoc &&     ln -s python3 python &&     ln -s python3-config python-config &&     curl -o       /tmp/get-pip.py -L       "https://bootstrap.pypa.io/get-pip.py" &&     /usr/local/bin/python3 /tmp/get-pip.py       --disable-pip-version-check       --no-cache-dir       pip==${HA_PIP_VERSION} &&     find /usr/local -depth       \(         -type d -a \( -name test -o -name tests \)       \) -exec rm -rf '{}' + ;   fi &&   echo "**** install homeassistant ****" &&   cd /tmp/core &&   pip3 install uv==${HA_UV_VERSION} &&   uv pip install --no-build     -r https://raw.githubusercontent.com/home-assistant/docker/${HASS_BASE}/requirements.txt &&   uv pip install --no-build     -r requirements.txt &&   PYCUPS_VER=$(grep "pycups" requirements_all.txt | sed 's|.*==||') &&   uv pip install --no-build       -r requirements_all.txt       isal       pycups==${PYCUPS_VER} &&   uv pip install     homeassistant==${HASS_RELEASE} &&   for cleanfiles in *.pyc *.pyo; do     find /usr/local/lib/python3.*  -iname "${cleanfiles}" -exec rm -f '{}' + ;   done &&   chown -R root:7310  /usr/local &&   chmod -R g+w /usr/local &&   groupadd lsio &&   groupmod -g 7310 lsio &&   mv "/usr/local/lib/python${HA_PY_MAJOR}" "/usr/local/lib/python${HA_PY_MAJOR}.bak" &&   printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version &&   echo "**** cleanup ****" &&   apk del --purge     build-dependencies &&   rm -rf     /tmp/*     /root/.cache     /root/.cargo # buildkit
                        
# 2025-10-08 10:05:24  151.00B 复制新文件或目录到容器中
COPY root/etc/pip.conf /etc/ # buildkit
                        
# 2025-10-08 10:05:24  0.00B 设置环境变量 S6_SERVICES_GRACETIME UV_SYSTEM_PYTHON UV_NO_CACHE UV_EXTRA_INDEX_URL ATTACHED_DEVICES_PERMS
ENV S6_SERVICES_GRACETIME=240000 UV_SYSTEM_PYTHON=true UV_NO_CACHE=true UV_EXTRA_INDEX_URL=https://wheels.home-assistant.io/musllinux-index/ ATTACHED_DEVICES_PERMS=/dev/ttyACM* /dev/ttyUSB* -type c
                        
# 2025-10-08 10:05:24  0.00B 添加元数据标签
LABEL maintainer=saarg, roxedus
                        
# 2025-10-08 10:05:24  0.00B 添加元数据标签
LABEL build_version=Linuxserver.io version:- 2025.10.1-ls148 Build-date:- 2025-10-08T02:03:39+00:00
                        
# 2025-10-08 10:05:24  0.00B 定义构建参数
ARG HASS_RELEASE=2025.10.1
                        
# 2025-10-08 10:05:24  0.00B 定义构建参数
ARG VERSION=2025.10.1-ls148
                        
# 2025-10-08 10:05:24  0.00B 定义构建参数
ARG BUILD_DATE=2025-10-08T02:03:39+00:00
                        
# 2025-10-08 10:05:24  0.00B 设置环境变量 LSIO_FIRST_PARTY
ENV LSIO_FIRST_PARTY=true
                        
# 2025-10-04 21:34:43  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/init"]
                        
# 2025-10-04 21:34:43  9.41KB 复制新文件或目录到容器中
COPY root/ / # buildkit
                        
# 2025-10-04 21:34:43  14.04MB 执行命令并创建新的镜像层
RUN |6 BUILD_DATE=2025-10-04T13:33:09+00:00 VERSION=0e27f78e-ls12 MODS_VERSION=v3 PKG_INST_VERSION=v1 LSIOWN_VERSION=v1 WITHCONTENV_VERSION=v1 /bin/sh -c echo "**** install runtime packages ****" &&   apk add --no-cache     alpine-release     bash     ca-certificates     catatonit     coreutils     curl     findutils     jq     netcat-openbsd     procps-ng     shadow     tzdata &&   echo "**** create abc user and make our folders ****" &&   groupmod -g 1000 users &&   useradd -u 911 -U -d /config -s /bin/false abc &&   usermod -G users abc &&   mkdir -p     /app     /config     /defaults     /lsiopy &&   echo "**** cleanup ****" &&   rm -rf     /tmp/* # buildkit
                        
# 2025-10-04 21:34:41  0.00B 设置环境变量 PS1 HOME TERM S6_CMD_WAIT_FOR_SERVICES_MAXTIME S6_VERBOSITY S6_STAGE2_HOOK VIRTUAL_ENV PATH
ENV PS1=$(whoami)@$(hostname):$(pwd)\$  HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods VIRTUAL_ENV=/lsiopy PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-10-04 21:34:41  478.00B 复制文件或目录到容器中
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/with-contenv.v1 /usr/bin/with-contenv # buildkit
                        
# 2025-10-04 21:34:41  945.00B 复制文件或目录到容器中
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/lsiown.v1 /usr/bin/lsiown # buildkit
                        
# 2025-10-04 21:34:41  4.18KB 复制文件或目录到容器中
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/package-install.v1 /etc/s6-overlay/s6-rc.d/init-mods-package-install/run # buildkit
                        
# 2025-10-04 21:34:41  31.19KB 复制文件或目录到容器中
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
                        
# 2025-10-04 21:34:41  0.00B 添加元数据标签
LABEL maintainer=TheLamer
                        
# 2025-10-04 21:34:41  0.00B 添加元数据标签
LABEL build_version=Linuxserver.io version:- 0e27f78e-ls12 Build-date:- 2025-10-04T13:33:09+00:00
                        
# 2025-10-04 21:34:41  0.00B 定义构建参数
ARG WITHCONTENV_VERSION=v1
                        
# 2025-10-04 21:34:41  0.00B 定义构建参数
ARG LSIOWN_VERSION=v1
                        
# 2025-10-04 21:34:41  0.00B 定义构建参数
ARG PKG_INST_VERSION=v1
                        
# 2025-10-04 21:34:41  0.00B 定义构建参数
ARG MODS_VERSION=v3
                        
# 2025-10-04 21:34:41  0.00B 定义构建参数
ARG VERSION=0e27f78e-ls12
                        
# 2025-10-04 21:34:41  0.00B 定义构建参数
ARG BUILD_DATE=2025-10-04T13:33:09+00:00
                        
# 2025-10-04 21:34:40  13.62MB 复制新文件或目录到容器中
COPY /root-out/ / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:74718b08f3bd9cb3d3347abdb8d5c2f351143f866e13eac09c9f2c093a8c56b9",
    "RepoTags": [
        "linuxserver/homeassistant:2025.10.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/homeassistant:2025.10.1"
    ],
    "RepoDigests": [
        "linuxserver/homeassistant@sha256:79b3c51c9d5a9979375b2d4a07a66f6414c73b15838f2c58d9d82c44411ab70f",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/homeassistant@sha256:d5df91a7f5e5ca74841e4b9cad219f0598fa58da461cd430550907fce5b3b54c"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-10-08T02:07:12.337564914Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "8123/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "PS1=$(whoami)@$(hostname):$(pwd)\\$ ",
            "HOME=/config",
            "TERM=xterm",
            "S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0",
            "S6_VERBOSITY=1",
            "S6_STAGE2_HOOK=/docker-mods",
            "VIRTUAL_ENV=/lsiopy",
            "LSIO_FIRST_PARTY=true",
            "S6_SERVICES_GRACETIME=240000",
            "UV_SYSTEM_PYTHON=true",
            "UV_NO_CACHE=true",
            "UV_EXTRA_INDEX_URL=https://wheels.home-assistant.io/musllinux-index/",
            "ATTACHED_DEVICES_PERMS=/dev/ttyACM* /dev/ttyUSB* -type c"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": {
            "/config": {}
        },
        "WorkingDir": "/",
        "Entrypoint": [
            "/init"
        ],
        "OnBuild": null,
        "Labels": {
            "build_version": "Linuxserver.io version:- 2025.10.1-ls148 Build-date:- 2025-10-08T02:03:39+00:00",
            "maintainer": "saarg, roxedus",
            "org.opencontainers.image.authors": "linuxserver.io",
            "org.opencontainers.image.created": "2025-10-08T02:03:39+00:00",
            "org.opencontainers.image.description": "[Home Assistant Core](https://www.home-assistant.io/) - Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server",
            "org.opencontainers.image.documentation": "https://docs.linuxserver.io/images/docker-homeassistant",
            "org.opencontainers.image.licenses": "GPL-3.0-only",
            "org.opencontainers.image.ref.name": "12cc5f98f37befcd9367661f24b094cfe52afed1",
            "org.opencontainers.image.revision": "12cc5f98f37befcd9367661f24b094cfe52afed1",
            "org.opencontainers.image.source": "https://github.com/linuxserver/docker-homeassistant",
            "org.opencontainers.image.title": "Homeassistant",
            "org.opencontainers.image.url": "https://github.com/linuxserver/docker-homeassistant/packages",
            "org.opencontainers.image.vendor": "linuxserver.io",
            "org.opencontainers.image.version": "2025.10.1-ls148"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1944948750,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/fc2cd0bc6c4b54bedbf96050917740cf52dc2216b4abb718fa4d0a4852cc3a5e/diff:/var/lib/docker/overlay2/0cfbae697a86bd0b348997e7d399e0868c266d4b785c94f1ef0b81928ddca483/diff:/var/lib/docker/overlay2/05607f4c1151ad6e23bc29b286c61efae0c64c746969e95c5660a1e132f2aafe/diff:/var/lib/docker/overlay2/14797ce04f7a82bc1ee7b26544603a9c11c4e9ed995e56e7f19aad9a9fb2336f/diff:/var/lib/docker/overlay2/843ac73d4f6e9896af9997ee5a3d5efccd4252cd4f11560ddb40aa8097e2327e/diff:/var/lib/docker/overlay2/948aa79c594d2a773a33463fe7e63787912dbb8205617397b167f37f2a522aa8/diff:/var/lib/docker/overlay2/48ed3a7d2fbc2dd13e87ec6da75b65267b5f8cf85a2fe5588ec1881d0a3205d8/diff:/var/lib/docker/overlay2/dfff404c5e7f8a3c53fbd0b877795a40b4155a5929d5fbdcff4cca5270f096fc/diff:/var/lib/docker/overlay2/da38aa1fab626d5000bdea6ee711c987832aba2443f6c289fc22cd4704b32c33/diff",
            "MergedDir": "/var/lib/docker/overlay2/49a113bee7c73bcb4aa2116fe0659a7501dea4de019d3b0b07b9221dc3842f51/merged",
            "UpperDir": "/var/lib/docker/overlay2/49a113bee7c73bcb4aa2116fe0659a7501dea4de019d3b0b07b9221dc3842f51/diff",
            "WorkDir": "/var/lib/docker/overlay2/49a113bee7c73bcb4aa2116fe0659a7501dea4de019d3b0b07b9221dc3842f51/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:d86e12ee77bee57ca0b303479a0646e326993ff8f617ff07f43eba9dd5560b0a",
            "sha256:4237b4abe0c583f84633de1da55c1e716dbf60660634932965955c149a90929c",
            "sha256:5b5f6fde3302a1164c3f017f958265c61d5d6bb5c07af07c0fe9e6fc314fb23c",
            "sha256:dfa8187be24d4514ebda4c59b2682e09387b8fbdf5bb3472f6a8df91c38f442a",
            "sha256:e9b1ed984045da5f8f01e2e209976fe3d00a96b3bd441449370284de27d2ec55",
            "sha256:122b9385eb3d874a4f5c5a38b3cbf0ceded28443c77276ee7b92c022807b6f30",
            "sha256:d67bb4535f2f2faf4f0d4413825d3fc5ab2075b8a5e6d61153632a818e92a994",
            "sha256:1ddaad4354c12be3ccb5c66d7d8ca2223ae2a5ab61e8ab6ba8612d430e79c52d",
            "sha256:3f74cee8a4bd218f1aa5c68c3076c8d8ec1da94da8fbbf5dfd3f1d3efda06cb9",
            "sha256:471b5a50e4fe746785ad60247c97abbe26b2bca633166c00c1fe493f33894d43"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-10-09T01:22:37.359490515+08:00"
    }
}

更多版本

docker.io/linuxserver/homeassistant:2025.10.1

linux/amd64 docker.io1.94GB2025-10-09 01:24
11