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

docker.io/linuxserver/homeassistant:2026.2.1 - 国内下载镜像源 浏览次数:12 安全受验证的发布者-linuxserver

这个镜像是LinuxServer团队提供的Home Assistant容器化版本,Home Assistant是一款开源的智能家居自动化平台,可集中管理和控制各类智能设备(如灯光、温控器、摄像头等),支持通过自定义自动化规则实现设备间的联动,还能与众多第三方服务和协议集成,帮助用户构建个性化的智能家居生态系统。

源镜像 docker.io/linuxserver/homeassistant:2026.2.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/homeassistant:2026.2.1
镜像ID sha256:8e9a80fd19ee3ffbf884884ae6e134f117774a09456a76cb30fdb52024aa37ae
镜像TAG 2026.2.1
大小 2.16GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /init
工作目录 /
OS/平台 linux/amd64
浏览量 12 次
贡献者
镜像创建 2026-02-06T23:10:47.355809801Z
同步时间 2026-02-09 09:44
开放端口
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:- 2026.2.1-ls184 Build-date:- 2026-02-06T23:07:36+00:00: build_version saarg, roxedus: maintainer linuxserver.io: org.opencontainers.image.authors 2026-02-06T23:07:36+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 75de9f66c5c9a7375e3a6640d5b99b98f5454661: org.opencontainers.image.ref.name 75de9f66c5c9a7375e3a6640d5b99b98f5454661: 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 2026.2.1-ls184: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-02-07 07:10:47  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/config]
                        
# 2026-02-07 07:10:47  0.00B 声明容器运行时监听的端口
EXPOSE [8123/tcp]
                        
# 2026-02-07 07:10:47  46.89KB 复制新文件或目录到容器中
COPY root/ / # buildkit
                        
# 2026-02-07 07:10:46  0.00B 设置环境变量 HOME
ENV HOME=/config
                        
# 2026-02-07 07:10:46  2.13GB 执行命令并创建新的镜像层
RUN |3 BUILD_DATE=2026-02-06T23:07:36+00:00 VERSION=2026.2.1-ls184 HASS_RELEASE=2026.2.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 &&   echo "HASS_RELEASE retrieved as ${HASS_RELEASE}" &&   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/.github/workflows/builder.yml     | grep 'BASE_IMAGE_VERSION: '     | sed 's|.*: "||' | sed 's|".*||') &&   echo "HASS_BASE retrieved as ${HASS_BASE}" &&   HA_PY_MAJOR=$(curl -fsL https://raw.githubusercontent.com/home-assistant/docker/${HASS_BASE}/build.yaml     | grep 'amd64: '     | cut -d: -f3     | sed 's|-alpine.*||') &&   echo "HA_PY_MAJOR retrieved as ${HA_PY_MAJOR}" &&   HASS_BASE_RELEASE=$(curl -fSsL 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||'     | sed 's|-.*||') &&   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|.*install uv==||') &&   HA_GO2RTC_VERSION=$(curl -fsL "https://raw.githubusercontent.com/home-assistant/core/refs/tags/${HASS_RELEASE}/homeassistant/components/go2rtc/const.py" | grep 'RECOMMENDED_VERSION' | sed 's|.*RECOMMENDED_VERSION = "||' | sed 's|".*||') &&   curl -o     /bin/go2rtc -fL     "https://github.com/AlexxIT/go2rtc/releases/download/v${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 &&   uv pip install --no-build       -r requirements_all.txt       isal       pycups &&   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
                        
# 2026-02-07 07:08:56  151.00B 复制新文件或目录到容器中
COPY root/etc/pip.conf /etc/ # buildkit
                        
# 2026-02-07 07:08:56  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
                        
# 2026-02-07 07:08:56  0.00B 添加元数据标签
LABEL maintainer=saarg, roxedus
                        
# 2026-02-07 07:08:56  0.00B 添加元数据标签
LABEL build_version=Linuxserver.io version:- 2026.2.1-ls184 Build-date:- 2026-02-06T23:07:36+00:00
                        
# 2026-02-07 07:08:56  0.00B 定义构建参数
ARG HASS_RELEASE=2026.2.1
                        
# 2026-02-07 07:08:56  0.00B 定义构建参数
ARG VERSION=2026.2.1-ls184
                        
# 2026-02-07 07:08:56  0.00B 定义构建参数
ARG BUILD_DATE=2026-02-06T23:07:36+00:00
                        
# 2026-02-07 07:08:56  0.00B 设置环境变量 LSIO_FIRST_PARTY
ENV LSIO_FIRST_PARTY=true
                        
# 2026-01-31 21:55:20  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/init"]
                        
# 2026-01-31 21:55:20  9.42KB 复制新文件或目录到容器中
COPY root/ / # buildkit
                        
# 2026-01-31 21:55:20  14.04MB 执行命令并创建新的镜像层
RUN |6 BUILD_DATE=2026-01-31T13:54:05+00:00 VERSION=60124ecf-ls19 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
                        
# 2026-01-31 21:55:18  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
                        
# 2026-01-31 21:55:18  478.00B 复制文件或目录到容器中
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/with-contenv.v1 /usr/bin/with-contenv # buildkit
                        
# 2026-01-31 21:55:18  945.00B 复制文件或目录到容器中
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/lsiown.v1 /usr/bin/lsiown # buildkit
                        
# 2026-01-31 21:55:18  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
                        
# 2026-01-31 21:55:18  31.19KB 复制文件或目录到容器中
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
                        
# 2026-01-31 21:55:18  0.00B 添加元数据标签
LABEL maintainer=TheLamer
                        
# 2026-01-31 21:55:18  0.00B 添加元数据标签
LABEL build_version=Linuxserver.io version:- 60124ecf-ls19 Build-date:- 2026-01-31T13:54:05+00:00
                        
# 2026-01-31 21:55:18  0.00B 定义构建参数
ARG WITHCONTENV_VERSION=v1
                        
# 2026-01-31 21:55:18  0.00B 定义构建参数
ARG LSIOWN_VERSION=v1
                        
# 2026-01-31 21:55:18  0.00B 定义构建参数
ARG PKG_INST_VERSION=v1
                        
# 2026-01-31 21:55:18  0.00B 定义构建参数
ARG MODS_VERSION=v3
                        
# 2026-01-31 21:55:18  0.00B 定义构建参数
ARG VERSION=60124ecf-ls19
                        
# 2026-01-31 21:55:18  0.00B 定义构建参数
ARG BUILD_DATE=2026-01-31T13:54:05+00:00
                        
# 2026-01-31 21:55:18  13.62MB 复制新文件或目录到容器中
COPY /root-out/ / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:8e9a80fd19ee3ffbf884884ae6e134f117774a09456a76cb30fdb52024aa37ae",
    "RepoTags": [
        "linuxserver/homeassistant:2026.2.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/homeassistant:2026.2.1"
    ],
    "RepoDigests": [
        "linuxserver/homeassistant@sha256:af210033a6943252be668a397c4bf657098639091b45a086715b644b7f1d5a3c",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/homeassistant@sha256:d7ae5487c9af20d220b6d92b2b8c4ddfbf029257c768bd8efb36b93275828075"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-02-06T23:10:47.355809801Z",
    "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:- 2026.2.1-ls184 Build-date:- 2026-02-06T23:07:36+00:00",
            "maintainer": "saarg, roxedus",
            "org.opencontainers.image.authors": "linuxserver.io",
            "org.opencontainers.image.created": "2026-02-06T23:07:36+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": "75de9f66c5c9a7375e3a6640d5b99b98f5454661",
            "org.opencontainers.image.revision": "75de9f66c5c9a7375e3a6640d5b99b98f5454661",
            "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": "2026.2.1-ls184"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 2158612752,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/24b63dd6d8192cff0dcfaf222dfc62909c2476ecc04029f0b8d7ae3266d09b0c/diff:/var/lib/docker/overlay2/82c68de371debc8a060ac95403fa3c3833987cfe765c1a5d3beed063f06723e2/diff:/var/lib/docker/overlay2/9d0de9881827ff0655db1b4e895fe0122f281294eb16d58f3ce5836167ed0a65/diff:/var/lib/docker/overlay2/254a70ca1e7fbadf2780fe3855917fef3a3fd76a6e016b3f6307ed672afc6810/diff:/var/lib/docker/overlay2/9e17789041428ea79a756919872b59ffac67b32ae169f134e8517e9d7007834a/diff:/var/lib/docker/overlay2/ec74a5fbe2a04b22ac5a06d067120b5d93d01abb19c2e7658435d885eca33011/diff:/var/lib/docker/overlay2/6ab883dd2234aba942da26ed443cbe7083919e1ec05008af96d41f53e8dcac7c/diff:/var/lib/docker/overlay2/82fedd812782e96902cd463694230c385c2ab0469be0f7cbf8b71112d6738396/diff:/var/lib/docker/overlay2/9351d12d0d1542769eca7c795b10293ed92dc1e462c225d7646c20de50dc9634/diff",
            "MergedDir": "/var/lib/docker/overlay2/244e6fbb075e45869a146f43d6f7efa38a9b5e7be7240d021d57fce459799e60/merged",
            "UpperDir": "/var/lib/docker/overlay2/244e6fbb075e45869a146f43d6f7efa38a9b5e7be7240d021d57fce459799e60/diff",
            "WorkDir": "/var/lib/docker/overlay2/244e6fbb075e45869a146f43d6f7efa38a9b5e7be7240d021d57fce459799e60/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:ec33fb64b331b10d7d302ccc6e006a6d619730cda12bbeef735ed0db5372ae74",
            "sha256:4237b4abe0c583f84633de1da55c1e716dbf60660634932965955c149a90929c",
            "sha256:dfa10701bd10839be442385cd866ce7dc0ba32217bcfb4229f8f0b6bf7bdf795",
            "sha256:ebcec66bee9a71f8de4c605ca490b0f57960b96f94f5aa8bc806475a72dcbadd",
            "sha256:1ac0930ebb8dfd20c5ad8327dae39c380911a576d6ae61032cbfc4fc71f3d40b",
            "sha256:c512274c4467b8fb4be553353906803d4f312e8700c4a7efef3e4134375a95dc",
            "sha256:a7f9ad658a9f1aac7bef4f272923a81af2a898209a83edd40780832bd6049745",
            "sha256:249b681bb3a2c7f886785d6341976a090798578e69a52c3fe1487b90c3a1bb3b",
            "sha256:4f702b2070b5582fd2452a58954ab83ef8e09ad60e6ce30b993c8d607226af69",
            "sha256:f93d8509721ddf6b0c86d2a9f2bea344ec5fe1141743675334c7dfd22e5fb7ba"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-02-09T09:42:52.433858131+08:00"
    }
}

更多版本

docker.io/linuxserver/homeassistant:2025.10.1

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

docker.io/linuxserver/homeassistant:2025.11.3

linux/amd64 docker.io1.97GB2025-11-25 10:22
140

docker.io/linuxserver/homeassistant:2025.12.3

linux/amd64 docker.io2.04GB2025-12-19 10:33
179

docker.io/linuxserver/homeassistant:2026.2.1

linux/amd64 docker.io2.16GB2026-02-09 09:44
11