docker.io/homeassistant/home-assistant:2025.9.0 linux/amd64

docker.io/homeassistant/home-assistant:2025.9.0 - 国内下载镜像源 浏览次数:28
Home Assistant是一个开源的智能家居自动化平台,可以控制和整合各种智能设备,并提供实时监控和远程控制功能。该平台支持多种协议,如MQTT、Z-Wave、Bluetooth等,並且支持各种智能设备,如智能照明、智能锁、智能摄像头等。
源镜像 docker.io/homeassistant/home-assistant:2025.9.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2025.9.0
镜像ID sha256:7b5a9912feb47a83e9cb8126ba0fe369a1e7b6eb372165a289e430606a62f671
镜像TAG 2025.9.0
大小 2.04GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /init
工作目录 /config
OS/平台 linux/amd64
浏览量 28 次
贡献者 we*****5@foxmail.com
镜像创建 2025-09-03T18:07:09.718427255Z
同步时间 2025-09-04 14:23
更新时间 2025-09-05 23:45
环境变量
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.21: io.hass.base.image python: io.hass.base.name 2025.09.0: io.hass.base.version core: io.hass.type 2025.9.0: io.hass.version The Home Assistant Authors: org.opencontainers.image.authors 2025-09-03 18:05:26+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.9.0: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#homeassistant/home-assistant:2025.9.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2025.9.0#' 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.9.0 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2025.9.0  docker.io/homeassistant/home-assistant:2025.9.0'

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-09-04 02:07:09  0.00B 设置工作目录为/config
WORKDIR /config
                        
# 2025-09-04 02:07:09  57.42MB 执行命令并创建新的镜像层
RUN |2 QEMU_CPU= BUILD_ARCH=amd64 /bin/ash -o pipefail -c uv pip install         -e ./homeassistant     && python3 -m compileall         homeassistant/homeassistant # buildkit
                        
# 2025-09-04 02:06:45  160.00MB 复制新文件或目录到容器中
COPY . homeassistant/ # buildkit
                        
# 2025-09-04 02:06:39  1.35GB 执行命令并创建新的镜像层
RUN |2 QEMU_CPU= BUILD_ARCH=amd64 /bin/ash -o pipefail -c if ls homeassistant/home_assistant_*.whl 1> /dev/null 2>&1; then         uv pip install homeassistant/home_assistant_*.whl;     fi     && uv pip install         --no-build         -r homeassistant/requirements_all.txt # buildkit
                        
# 2025-09-04 02:05:51  62.90KB 复制新文件或目录到容器中
COPY requirements_all.txt home_assistant_frontend-* home_assistant_intents-* homeassistant/ # buildkit
                        
# 2025-09-04 02:05:50  98.70MB 执行命令并创建新的镜像层
RUN |2 QEMU_CPU= BUILD_ARCH=amd64 /bin/ash -o pipefail -c uv pip install         --no-build         -r homeassistant/requirements.txt # buildkit
                        
# 2025-09-04 02:05:42  6.57KB 复制新文件或目录到容器中
COPY homeassistant/package_constraints.txt homeassistant/homeassistant/ # buildkit
                        
# 2025-09-04 02:05:42  1.11KB 复制新文件或目录到容器中
COPY requirements.txt homeassistant/ # buildkit
                        
# 2025-09-04 02:05:42  0.00B 设置工作目录为/usr/src
WORKDIR /usr/src
                        
# 2025-09-04 02:05:42  47.85MB 执行命令并创建新的镜像层
RUN |2 QEMU_CPU= BUILD_ARCH=amd64 /bin/ash -o pipefail -c pip3 install uv==0.8.9 # buildkit
                        
# 2025-09-04 02:05:40  5.94MB 执行命令并创建新的镜像层
RUN |2 QEMU_CPU= BUILD_ARCH=amd64 /bin/ash -o pipefail -c case "${BUILD_ARCH}" in         "aarch64") go2rtc_suffix='arm64' ;;         "armhf") go2rtc_suffix='armv6' ;;         "armv7") go2rtc_suffix='arm' ;;         *) go2rtc_suffix=${BUILD_ARCH} ;;     esac     && curl -L https://github.com/AlexxIT/go2rtc/releases/download/v1.9.9/go2rtc_linux_${go2rtc_suffix} --output /bin/go2rtc     && chmod +x /bin/go2rtc     && go2rtc --version # buildkit
                        
# 2025-09-04 02:05:40  0.00B 定义构建参数
ARG BUILD_ARCH=amd64
                        
# 2025-09-04 02:05:40  2.76KB 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2025-09-04 02:05:40  0.00B 定义构建参数
ARG QEMU_CPU
                        
# 2025-09-04 02:05:40  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-09-02 23:52:12  44.40KB 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2025-09-02 23:52:12  1.58MB 执行命令并创建新的镜像层
RUN |6 BUILD_ARCH=amd64 QEMU_CPU= SSOCR_VERSION=2.23.1 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /bin/ash -o pipefail -c apk add --no-cache         confuse         libftdi1     && apk add --no-cache --virtual .build-dependencies         argp-standalone         build-base         cmake         confuse-dev         doxygen         libftdi1-dev     && git clone https://github.com/telldus/telldus     && cd telldus     && git reset --hard "${TELLDUS_COMMIT}"     && git apply ../telldus-fix-gcc-11-issues.patch     && git apply ../telldus-fix-alpine-3-17-issues.patch     && cd telldus-core     && cmake . -DBUILD_LIBTELLDUS-CORE=ON         -DBUILD_TDADMIN=OFF -DBUILD_TDTOOL=OFF -DGENERATE_MAN=OFF         -DFORCE_COMPILE_FROM_TRUNK=ON     && make -j"$(nproc)"     && make install     && apk del .build-dependencies     && rm -rf         /usr/src/telldus         /usr/src/telldus-fix-gcc-11-issues.patch         /usr/src/telldus-fix-alpine-3-17-issues.patch # buildkit
                        
# 2025-09-02 23:51:58  3.95KB 复制新文件或目录到容器中
COPY patches/telldus-fix-alpine-3-17-issues.patch /usr/src/ # buildkit
                        
# 2025-09-02 23:51:58  2.41KB 复制新文件或目录到容器中
COPY patches/telldus-fix-gcc-11-issues.patch /usr/src/ # buildkit
                        
# 2025-09-02 23:51:58  8.25MB 执行命令并创建新的镜像层
RUN |6 BUILD_ARCH=amd64 QEMU_CPU= SSOCR_VERSION=2.23.1 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /bin/ash -o pipefail -c apk add --no-cache         popt     && apk add --no-cache --virtual .build-dependencies        automake        autoconf        libtool        popt-dev        build-base     && git clone https://github.com/naggety/picotts.git pico     && cd pico/pico     && git reset --hard "${PICOTTS_HASH}"     && ./autogen.sh     && ./configure          --disable-static     && make     && make install     && apk del .build-dependencies     && rm -rf /usr/src/pico # buildkit
                        
# 2025-09-02 23:51:33  2.49MB 执行命令并创建新的镜像层
RUN |6 BUILD_ARCH=amd64 QEMU_CPU= SSOCR_VERSION=2.23.1 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /bin/ash -o pipefail -c apk add --no-cache         eudev-libs         p8-platform     && apk add --no-cache --virtual .build-dependencies         build-base         cmake         eudev-dev         swig         p8-platform-dev         linux-headers     && git clone --depth 1 -b "libcec-${LIBCEC_VERSION}" https://github.com/Pulse-Eight/libcec     && cd libcec     && git apply ../libcec-fix-null-return.patch     && git apply ../libcec-python313.patch     && mkdir build     && cd build     && cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr/local         -DPYTHON_LIBRARY="/usr/local/lib/libpython3.13.so"         -DPYTHON_INCLUDE_DIR="/usr/local/include/python3.13"         -DHAVE_LINUX_API=1         ..     && make -j"$(nproc)"     && make install     && echo "cec" > "/usr/local/lib/python3.13/site-packages/cec.pth"     && apk del .build-dependencies     && rm -rf         /usr/src/libcec         /usr/src/libcec-fix-null-return.patch         /usr/src/libcec-python313.patch # buildkit
                        
# 2025-09-02 23:51:17  636.00B 复制新文件或目录到容器中
COPY patches/libcec-python313.patch /usr/src/ # buildkit
                        
# 2025-09-02 23:51:17  396.00B 复制新文件或目录到容器中
COPY patches/libcec-fix-null-return.patch /usr/src/ # buildkit
                        
# 2025-09-02 23:51:17  2.17MB 执行命令并创建新的镜像层
RUN |6 BUILD_ARCH=amd64 QEMU_CPU= SSOCR_VERSION=2.23.1 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /bin/ash -o pipefail -c apk add --no-cache         imlib2     && apk add --no-cache --virtual .build-dependencies         build-base         imlib2-dev     && git clone --depth 1 -b "v${SSOCR_VERSION}" https://github.com/auerswal/ssocr     && cd ssocr     && make -j"$(nproc)"     && make install     && apk del .build-dependencies     && rm -rf /usr/src/ssocr # buildkit
                        
# 2025-09-02 23:51:12  0.00B 设置工作目录为/usr/src/
WORKDIR /usr/src/
                        
# 2025-09-02 23:51:12  22.75MB 执行命令并创建新的镜像层
RUN |6 BUILD_ARCH=amd64 QEMU_CPU= SSOCR_VERSION=2.23.1 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /bin/ash -o pipefail -c pip3 install --only-binary=:all:         -r /usr/src/requirements.txt     && rm -f /usr/src/requirements.txt # buildkit
                        
# 2025-09-02 23:51:08  73.00B 复制新文件或目录到容器中
COPY requirements.txt /usr/src/ # buildkit
                        
# 2025-09-02 23:51:08  156.21MB 执行命令并创建新的镜像层
RUN |6 BUILD_ARCH=amd64 QEMU_CPU= SSOCR_VERSION=2.23.1 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3 /bin/ash -o pipefail -c apk add --no-cache         bluez         bluez-deprecated         bluez-libs         curl         eudev-libs         ffmpeg         iperf3         git         grep         hwdata-usb         libgpiod         libturbojpeg         libpulse         libzbar         mariadb-connector-c         net-tools         nmap         openssh-client         pianobar         pulseaudio-alsa         socat # buildkit
                        
# 2025-09-02 23:51:08  0.00B 定义构建参数
ARG BUILD_ARCH=amd64 QEMU_CPU SSOCR_VERSION=2.23.1 LIBCEC_VERSION=6.0.2 PICOTTS_HASH=e3ba46009ee868911fa0b53db672a55f9cc13b1c TELLDUS_COMMIT=2598bbed16ffd701f2a07c99582f057a3decbaf3
                        
# 2025-09-02 19:04:21  10.30MB 执行命令并创建新的镜像层
RUN |5 PYTHON_VERSION=3.13.7 PIP_VERSION=25.2 CERT_IDENTITY=thomas@python.org CERT_OIDC_ISSUER=https://accounts.google.com QEMU_CPU= /bin/ash -o pipefail -c set -ex;         apk add --no-cache --virtual .fetch-deps openssl;         curl -L -o get-pip.py 'https://bootstrap.pypa.io/get-pip.py';         apk del .fetch-deps;         python get-pip.py         --disable-pip-version-check         --no-cache-dir         pip==${PIP_VERSION}     ;     pip --version;         find /usr/local -depth         \(             -type d -a \( -name test -o -name tests \)         \) -exec rm -rf '{}' +;     rm -f get-pip.py # buildkit
                        
# 2025-09-02 19:04:17  32.00B 执行命令并创建新的镜像层
RUN |5 PYTHON_VERSION=3.13.7 PIP_VERSION=25.2 CERT_IDENTITY=thomas@python.org CERT_OIDC_ISSUER=https://accounts.google.com QEMU_CPU= /bin/ash -o pipefail -c cd /usr/local/bin     && ln -s idle3 idle     && ln -s pydoc3 pydoc     && ln -s python3 python     && ln -s python3-config python-config # buildkit
                        
# 2025-09-02 19:04:17  66.33MB 执行命令并创建新的镜像层
RUN |5 PYTHON_VERSION=3.13.7 PIP_VERSION=25.2 CERT_IDENTITY=thomas@python.org CERT_OIDC_ISSUER=https://accounts.google.com QEMU_CPU= /bin/ash -o pipefail -c set -ex     && export PYTHON_VERSION=${PYTHON_VERSION}     && apk add --no-cache --virtual .fetch-deps         openssl         tar         xz     && apk add --no-cache --virtual .cosign cosign         --repository="https://dl-cdn.alpinelinux.org/alpine/v3.21/community"         && curl -L -o python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz"     && curl -L -o python.tar.xz.sigstore "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.sigstore"     && cosign verify-blob         --new-bundle-format         --certificate-identity "${CERT_IDENTITY}"         --certificate-oidc-issuer "${CERT_OIDC_ISSUER}"         --bundle python.tar.xz.sigstore         python.tar.xz     && mkdir -p /usr/src/python     && tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz     && rm python.tar.xz         && apk add --no-cache --virtual .build-deps          patch         bzip2-dev         coreutils         dpkg-dev dpkg         expat-dev         findutils         build-base         gdbm-dev         libc-dev         libffi-dev         libnsl-dev         openssl         openssl-dev         libtirpc-dev         linux-headers         make         mpdecimal-dev         ncurses-dev         pax-utils         readline-dev         sqlite-dev         tcl-dev         tk         tk-dev         xz-dev         zlib-dev         bluez-dev     && apk del .fetch-deps .cosign         && for i in /usr/src/*.patch; do         patch -d /usr/src/python -p 1 < "${i}"; done     && cd /usr/src/python     && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"     && ./configure         --build="$gnuArch"         --enable-loadable-sqlite-extensions         --enable-optimizations         --enable-option-checking=fatal         --enable-shared         --with-lto         --with-system-libmpdec         --with-system-expat         --without-ensurepip         --without-static-libpython     && make -j "$(nproc)"         LDFLAGS="-Wl,--strip-all"         CFLAGS="-fno-semantic-interposition -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free"         EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000"     && make install     	&& find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' 		| tr ',' '\n' 		| sort -u 		| awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' 		| xargs -rt apk add --no-cache --virtual .python-rundeps 	&& apk del .build-deps 	    && find /usr/local -depth         \(             -type d -a \( -name test -o -name tests \)         \) -exec rm -rf '{}' +     && rm -rf /usr/src/python     && rm -f /usr/src/*.patch # buildkit
                        
# 2025-09-02 18:45:33  8.29KB 复制新文件或目录到容器中
COPY *.patch /usr/src/ # buildkit
                        
# 2025-09-02 18:45:33  0.00B 
SHELL [/bin/ash -o pipefail -c]
                        
# 2025-09-02 18:45:33  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-09-02 18:45:33  0.00B 定义构建参数
ARG PYTHON_VERSION=3.13.7 PIP_VERSION=25.2 CERT_IDENTITY=thomas@python.org CERT_OIDC_ISSUER=https://accounts.google.com QEMU_CPU
                        
# 2025-09-02 18:32:15  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/init"]
                        
# 2025-09-02 18:32:15  0.00B 设置工作目录为/
WORKDIR /
                        
# 2025-09-02 18:32:15  152.00B 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2025-09-02 18:32:15  36.36MB 执行命令并创建新的镜像层
RUN |6 BASHIO_VERSION=0.17.0 TEMPIO_VERSION=2024.11.2 S6_OVERLAY_VERSION=3.1.6.2 JEMALLOC_VERSION=5.3.0 QEMU_CPU= BUILD_ARCH=amd64 /bin/ash -o pipefail -c set -x     && apk add --no-cache         bash         bind-tools         ca-certificates         curl         jq         libstdc++         tzdata         xz         && apk add --no-cache --virtual .build-deps         build-base         autoconf         git         && if [ "${BUILD_ARCH}" = "armv7" ]; then             export S6_ARCH="arm";         elif [ "${BUILD_ARCH}" = "i386" ]; then             export S6_ARCH="i686";         elif [ "${BUILD_ARCH}" = "amd64" ]; then             export S6_ARCH="x86_64";         else             export S6_ARCH="${BUILD_ARCH}";         fi         && curl -L -f -s "https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-${S6_ARCH}.tar.xz"         | tar Jxvf - -C /     && curl -L -f -s "https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-noarch.tar.xz"         | tar Jxvf - -C /     && curl -L -f -s "https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-symlinks-arch.tar.xz"         | tar Jxvf - -C /     && curl -L -f -s "https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-symlinks-noarch.tar.xz"         | tar Jxvf - -C /     && mkdir -p /etc/fix-attrs.d     && mkdir -p /etc/services.d         && git clone "https://github.com/jemalloc/jemalloc" /usr/src/jemalloc     && cd /usr/src/jemalloc     && git checkout ${JEMALLOC_VERSION}     && ./autogen.sh         --with-lg-page=16     && make -j "$(nproc)"     && make install_lib_shared install_bin         && mkdir -p /usr/src/bashio     && curl -L -f -s "https://github.com/hassio-addons/bashio/archive/v${BASHIO_VERSION}.tar.gz"         | tar -xzf - --strip 1 -C /usr/src/bashio     && mv /usr/src/bashio/lib /usr/lib/bashio     && ln -s /usr/lib/bashio/bashio /usr/bin/bashio         && curl -L -f -s -o /usr/bin/tempio         "https://github.com/home-assistant/tempio/releases/download/${TEMPIO_VERSION}/tempio_${BUILD_ARCH}"     && chmod a+x /usr/bin/tempio         && apk del .build-deps     && rm -rf /usr/src/* # buildkit
                        
# 2025-09-02 18:31:07  0.00B 定义构建参数
ARG BUILD_ARCH=amd64
                        
# 2025-09-02 18:31:07  0.00B 设置工作目录为/usr/src
WORKDIR /usr/src
                        
# 2025-09-02 18:31:07  0.00B 定义构建参数
ARG BASHIO_VERSION=0.17.0 TEMPIO_VERSION=2024.11.2 S6_OVERLAY_VERSION=3.1.6.2 JEMALLOC_VERSION=5.3.0 QEMU_CPU
                        
# 2025-09-02 18:31:07  0.00B 
SHELL [/bin/ash -o pipefail -c]
                        
# 2025-09-02 18:31:07  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-07-15 19:30:48  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2025-07-15 19:30:48  7.82MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.21.4-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:7b5a9912feb47a83e9cb8126ba0fe369a1e7b6eb372165a289e430606a62f671",
    "RepoTags": [
        "homeassistant/home-assistant:2025.9.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant:2025.9.0"
    ],
    "RepoDigests": [
        "homeassistant/home-assistant@sha256:d8cfbb68653d5907cd6a2708bf3f5b3ca9c7a193d7051464214ed42fa335fc58",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/home-assistant@sha256:2e80bbcbac641190104fcd65be913de959f228eb7c8b58ced1b4a3b18bdc5df3"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-09-03T18:07:09.718427255Z",
    "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.21",
            "io.hass.base.name": "python",
            "io.hass.base.version": "2025.09.0",
            "io.hass.type": "core",
            "io.hass.version": "2025.9.0",
            "org.opencontainers.image.authors": "The Home Assistant Authors",
            "org.opencontainers.image.created": "2025-09-03 18:05:26+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.9.0"
        },
        "Shell": [
            "/bin/ash",
            "-o",
            "pipefail",
            "-c"
        ]
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 2036520875,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/a622202c3c973f81402731b44837751c75860cb0347bc107a7a8bacf985518af/diff:/var/lib/docker/overlay2/df3f230a8c7f02c86dfb93e440dad7879723968c512705df3bfa92fb3bed0899/diff:/var/lib/docker/overlay2/affdf603874112bfe1f1c2401c41ce20655ed38d9fc25dd1088cfa20ea1b198b/diff:/var/lib/docker/overlay2/a58dc66e06f8bdcf9a1d1acd089c889746c736fc04480e04db2495a928d277f2/diff:/var/lib/docker/overlay2/18f281671081d70ede8613dacf5a4f82c170f4e70c4a132c33e2b367db921fbb/diff:/var/lib/docker/overlay2/875286a1577cc644390642bae52190f55efde1b6d2b4839a3f713cbd8c2ac284/diff:/var/lib/docker/overlay2/ad2d4c21f76d0535a7ce5ec53d59808726235f0f0ae1a38953f80215f4849a71/diff:/var/lib/docker/overlay2/247313af74d5d5cba34479fe8882de7efab86a7824878b2a87ded4679609b2c1/diff:/var/lib/docker/overlay2/3ff7302662e45453bcf9c538323f60a2f9fd9c85d7928a6051c3242a8279d64b/diff:/var/lib/docker/overlay2/388dec23229b2e20793d393ed1e88aa197b7d799a0ae811bbed770ee98d19866/diff:/var/lib/docker/overlay2/d537c258681068f665a523efe5c9957eafb2069c5af0a531f12f4ad9bf4ab172/diff:/var/lib/docker/overlay2/e1a6e8da692f2a1adc1276c5b8c6a347ee6c2a51bc9af81bf2657bc0bcef13e1/diff:/var/lib/docker/overlay2/fdcc2fcf2d3d521c6333eebb94a2ba0e261bd15df74fac2ee7afdbe93d3e0950/diff:/var/lib/docker/overlay2/f63ab4f0d1329afd29fa6138a4b82d075d43a8ed52184527e222588f3b2e5c58/diff:/var/lib/docker/overlay2/7cf7c06ee5fe6b8c3b2bc1d4d404432576348ab94ddc208aa576d59b73b7db74/diff:/var/lib/docker/overlay2/afc4249ed443fce7b938cb9dfe40976203b216a90aba817c90b4bcf51c25ac54/diff:/var/lib/docker/overlay2/4eaa1845ea00d60bdaab9ceea163c8dce0988309f409218ed0ef925c8451637b/diff:/var/lib/docker/overlay2/f4717d2ffa0dc3a3804467c4a5daa537cf2d14cf262d9fea9650030ebd960e3d/diff:/var/lib/docker/overlay2/3d4c4a38be4e8350c684d37e31611645cc70c8eafa037399c6feb1863ba17e1d/diff:/var/lib/docker/overlay2/9927bb85bbf3ea78bb02863cc77b9708e4159efee8ec9eca48251d744905c4d7/diff:/var/lib/docker/overlay2/210561d903e3540d54ff7f78875e757e50478ec38e74de754688e23bc02dedcf/diff:/var/lib/docker/overlay2/c11ce410e324f095549b7ba23f356953d32486346319e9f1fb5306a8f8fef66e/diff:/var/lib/docker/overlay2/66856886aae55823966b0dfbba050ad255bca6d725eac964a438ef40f4537a54/diff:/var/lib/docker/overlay2/3dc071c2debd8bc06f0f419dd549198c04b880c5bbe68a44aa68e5a03ce02a91/diff:/var/lib/docker/overlay2/3c7de27b6156ea79cef31f79418900c42449ef247c2fd6e911c3be53db2083f1/diff:/var/lib/docker/overlay2/18543b6e1c82842352596c56fe5c61b62cc80e0426f8f4cc18c1093ca1e8d4ae/diff:/var/lib/docker/overlay2/7d1bb1d24adc19ac82c3be3df1b2d339c62ac8dcfb70a57897adbf8be8d952c8/diff:/var/lib/docker/overlay2/593c11f15c748cb1644cef34b1bd2ad36dc041ea4bb171a3e62fddc845404fda/diff:/var/lib/docker/overlay2/885ce37dcf994026212424646acc3f28fd1caa2a539cb876895e52da8a6d91ff/diff:/var/lib/docker/overlay2/3b365db3b5995a1acc531ca695942da6548ef9ba147fb1295f63fdcd993be00d/diff:/var/lib/docker/overlay2/80a6cbb82d9049cc92ce82c09111973240f944071d07bfaf0479a6a93a21113f/diff:/var/lib/docker/overlay2/f27eaa635426ded178015976f1ee49eff6bfdb7ad08b642524a0e5cf8f1c2364/diff",
            "MergedDir": "/var/lib/docker/overlay2/275afc1d60e62bfafb5847641584e11a12c8d126d6f3c318760a5aaa88dba782/merged",
            "UpperDir": "/var/lib/docker/overlay2/275afc1d60e62bfafb5847641584e11a12c8d126d6f3c318760a5aaa88dba782/diff",
            "WorkDir": "/var/lib/docker/overlay2/275afc1d60e62bfafb5847641584e11a12c8d126d6f3c318760a5aaa88dba782/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:7003d23cc2176ec98ba2f8b3b4b9b5f144ef370e39bfcf6275a92b5064bc9261",
            "sha256:4a9e6af55c376fedf23812137eb26e1572a4127a8c2e506f925ccee1f868a241",
            "sha256:285865a8ee6b6de557e6a5affdbc1f029b64a6fabd25e2366639057313ed7013",
            "sha256:3d7682450a8057ec0d40e3d577abc9d49b616705071f83beb874e681859bad9f",
            "sha256:5bf0d6dfb798ecda00648e276410f487d2590715072db3e29d32715b656a0b9a",
            "sha256:5f9dec9e279fbca9dd6169033c35f5e4968cc27098761ad2dfd300e4b8984b62",
            "sha256:81aec77ece8c34bbd13831c49e2feae7d09cf1fe2350d9ff4a415a2a7a7e7aad",
            "sha256:f150b892497bb1cf5228d3f49a05a5ee907d8aa681e8769602e95f52b05e18e1",
            "sha256:073808fed45ec7c40818a278058940d64e72adcb0c1a903cfac14fa253a94a84",
            "sha256:1449d4a2b8688b054370b0dd255f7292973c3551857e46aa73c1e583eb55e10d",
            "sha256:f5b3349ac972863c4b5b90b440d71c16c37c813b2e047dfa7b77584cac7046cd",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:4305ed6309adc4372e2af0f9a8759eb968ecd98e38f72743d20591280562d4f8",
            "sha256:a9f881073b50320a45aaff2ef43a4752e66af70bb0aecc05179e36d6dfe36306",
            "sha256:4ae8ebad2995d86193de25f5ff18fa9f5fae91fe28da1d40d4fa3b11678f2af2",
            "sha256:86f9f5ef6b9c039e7577916b9c25fdecce10823efe0e4489d1d6acc8b16556fe",
            "sha256:0b681d062363260b2ec8ee9d694f71b48b0506de2534363b31ecc5d95cbfdec3",
            "sha256:725a84c7477bb974ce6490ba57e3408e412a322b6038c9d94f56407f5f692ced",
            "sha256:e4d13235cb520d8734e9f4a64df248ba6d97720cc526f585edafb14dbd05fddc",
            "sha256:6ffd737176fa6c1e50d10df820c760e5975db729c543b543b7d92608dc7cbcde",
            "sha256:ee68cbb6db05e754e5315aa056e4b44670a0958a17636879c6e47c7e8e6e94e8",
            "sha256:1efbf6d0fe5ca59454175a5c43d1ec19fd0f1322f61d901fec75d53e3b59c6c0",
            "sha256:1209876dcf604dd66c3b69668fa3d09207fc152d03d3799175bfcc52b8bc79d0",
            "sha256:4a63dcc07b76c62518d74dbc3a60886f7be7c7279c54cae82548dee677294b4f",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:8aa34b5b879cb21d949ad5f2399fb9b96bc6967981512978faace9e5aa14bc56",
            "sha256:e83ea2220a3045f5f2035d911fc70026ea7c148608f1a84b7baad90ca6096688",
            "sha256:62d128fd013fcf5a5a7498d30a8c5d2c6ac0afc3c54604cbf43ae658e894822f",
            "sha256:f50db576790fd49910cb9cf2e7b4d486fdf6e4f6267778f81d72ced353cb4777",
            "sha256:8e26ca9b4ab0a98ccd9e000646d44c28ee34ccaa052fc4ef48487badd974f8e3",
            "sha256:362e61bd9ef0b6e2bc983ed9e7ed0931c9455cea4978e0528077244275aaff77",
            "sha256:49c90585977e5ea7324f0246c331507e6dcd1ccef7edcc3cd79a8d86c007218c",
            "sha256:0a8879d23bdb99f4f4c6b4b7969524e3815b34a7436a23d5e71d34faf1088d38"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-09-04T14:21:41.20882993+08:00"
    }
}

更多版本

docker.io/homeassistant/home-assistant:stable

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

docker.io/homeassistant/home-assistant:2024.8

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

docker.io/homeassistant/home-assistant:stable

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

docker.io/homeassistant/home-assistant:2024.10

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

docker.io/homeassistant/home-assistant:2024.11

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

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

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

docker.io/homeassistant/home-assistant:2024.12

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

docker.io/homeassistant/home-assistant:2024.12

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

docker.io/homeassistant/home-assistant:2024.12.5

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

docker.io/homeassistant/home-assistant:2025.1.0

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

docker.io/homeassistant/home-assistant:2025.1

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

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

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

docker.io/homeassistant/home-assistant:2025.2

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

docker.io/homeassistant/home-assistant:2025.2.5

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

docker.io/homeassistant/home-assistant:2025.3

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

docker.io/homeassistant/home-assistant:latest

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

docker.io/homeassistant/home-assistant:2025.3.3

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

docker.io/homeassistant/home-assistant:2025.1.0

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

docker.io/homeassistant/home-assistant:2025.6.3

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

docker.io/homeassistant/home-assistant:2025.7

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

docker.io/homeassistant/home-assistant:2025.7.2

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

docker.io/homeassistant/home-assistant:2025.7

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

docker.io/homeassistant/home-assistant:dev

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

docker.io/homeassistant/home-assistant:2025.8

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

docker.io/homeassistant/home-assistant:2025.8.1

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

docker.io/homeassistant/home-assistant:2025.8.2

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

docker.io/homeassistant/home-assistant:2025.9.0

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