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

ghcr.io/home-assistant/home-assistant:2024.3.3 - 国内下载镜像源 浏览次数:270 安全受验证的发布者-Home Assistant 温馨提示: 这是一个 linux/386 系统架构镜像
🏠️‍💡️ 该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:2024.3.3
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/home-assistant/home-assistant:2024.3.3-linux386
镜像ID sha256:7adaa038d13713ed852d29eff9c1036ae3989769b640ecc45a01b9d6ee230543
镜像TAG 2024.3.3-linux386
大小 1.82GB
镜像源 ghcr.io
CMD
启动入口 /init
工作目录 /config
OS/平台 linux/386
浏览量 270 次
贡献者
镜像创建 2024-03-22T18:14:14.504138865Z
同步时间 2024-10-24 10:26
更新时间 2025-12-11 19:53
环境变量
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 S6_SERVICES_GRACETIME=240000
镜像标签
i386: io.hass.arch i386: io.hass.base.arch ghcr.io/home-assistant/i386-base:3.19: io.hass.base.image python: io.hass.base.name 2024.02.0: io.hass.base.version core: io.hass.type 2024.3.3: io.hass.version The Home Assistant Authors: org.opencontainers.image.authors 2024-03-22 17:53:50+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 License 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 2024.3.3: org.opencontainers.image.version
镜像安全扫描 查看Trivy扫描报告

系统OS: alpine 3.19.1 扫描引擎: Trivy 扫描时间: 2024-10-24 10:26

低危漏洞:12 中危漏洞:76 高危漏洞:77 严重漏洞:7

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2024-03-23 02:14:14  0.00B 设置工作目录为/config
WORKDIR /config
                        
# 2024-03-23 02:14:14  2.76KB 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2024-03-23 02:14:14  46.04MB 执行命令并创建新的镜像层
RUN |1 QEMU_CPU= /bin/ash -o pipefail -c pip3 install         --only-binary=:all:         -e ./homeassistant     && python3 -m compileall         homeassistant/homeassistant # buildkit
                        
# 2024-03-23 02:13:40  179.00MB 复制新文件或目录到容器中
COPY . homeassistant/ # buildkit
                        
# 2024-03-23 02:13:35  1.25GB 执行命令并创建新的镜像层
RUN |1 QEMU_CPU= /bin/ash -o pipefail -c if ls homeassistant/home_assistant_frontend*.whl 1> /dev/null 2>&1; then         pip3 install homeassistant/home_assistant_frontend-*.whl;     fi     && if ls homeassistant/home_assistant_intents*.whl 1> /dev/null 2>&1; then         pip3 install homeassistant/home_assistant_intents-*.whl;     fi     && if [ "${BUILD_ARCH}" = "i386" ]; then         LD_PRELOAD="/usr/local/lib/libjemalloc.so.2"         MALLOC_CONF="background_thread:true,metadata_thp:auto,dirty_decay_ms:20000,muzzy_decay_ms:20000"         linux32 pip3 install             --only-binary=:all:             -r homeassistant/requirements_all.txt;     else         LD_PRELOAD="/usr/local/lib/libjemalloc.so.2"         MALLOC_CONF="background_thread:true,metadata_thp:auto,dirty_decay_ms:20000,muzzy_decay_ms:20000"         pip3 install             --only-binary=:all:             -r homeassistant/requirements_all.txt;     fi # buildkit
                        
# 2024-03-23 01:54:44  57.67KB 复制新文件或目录到容器中
COPY requirements_all.txt home_assistant_frontend-* home_assistant_intents-* homeassistant/ # buildkit
                        
# 2024-03-23 01:54:44  60.46MB 执行命令并创建新的镜像层
RUN |1 QEMU_CPU= /bin/ash -o pipefail -c pip3 install         --only-binary=:all:         -r homeassistant/requirements.txt # buildkit
                        
# 2024-03-23 01:54:02  5.43KB 复制新文件或目录到容器中
COPY homeassistant/package_constraints.txt homeassistant/homeassistant/ # buildkit
                        
# 2024-03-23 01:54:02  771.00B 复制新文件或目录到容器中
COPY requirements.txt homeassistant/ # buildkit
                        
# 2024-03-23 01:53:58  0.00B 设置工作目录为/usr/src
WORKDIR /usr/src
                        
# 2024-03-23 01:53:58  0.00B 定义构建参数
ARG QEMU_CPU
                        
# 2024-03-23 01:53:58  0.00B 设置环境变量 S6_SERVICES_GRACETIME
ENV S6_SERVICES_GRACETIME=240000
                        
# 2024-02-13 02:44:36  44.40KB 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2024-02-13 02:44:36  1.55MB 执行命令并创建新的镜像层
RUN |6 BUILD_ARCH=i386 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
                        
# 2024-02-13 02:44:24  3.95KB 复制新文件或目录到容器中
COPY patches/telldus-fix-alpine-3-17-issues.patch /usr/src/ # buildkit
                        
# 2024-02-13 02:44:24  2.41KB 复制新文件或目录到容器中
COPY patches/telldus-fix-gcc-11-issues.patch /usr/src/ # buildkit
                        
# 2024-02-13 02:44:24  8.20MB 执行命令并创建新的镜像层
RUN |6 BUILD_ARCH=i386 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
                        
# 2024-02-13 02:44:00  2.31MB 执行命令并创建新的镜像层
RUN |6 BUILD_ARCH=i386 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     && mkdir build     && cd build     && cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr/local         -DPYTHON_LIBRARY="/usr/local/lib/libpython3.12.so"         -DPYTHON_INCLUDE_DIR="/usr/local/include/python3.12"         -DHAVE_LINUX_API=1         ..     && make -j"$(nproc)"     && make install     && echo "cec" > "/usr/local/lib/python3.12/site-packages/cec.pth"     && apk del .build-dependencies     && rm -rf         /usr/src/libcec         /usr/src/libcec-fix-null-return.patch # buildkit
                        
# 2024-02-13 02:43:45  396.00B 复制新文件或目录到容器中
COPY patches/libcec-fix-null-return.patch /usr/src/ # buildkit
                        
# 2024-02-13 02:43:45  2.81MB 执行命令并创建新的镜像层
RUN |6 BUILD_ARCH=i386 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
                        
# 2024-02-13 02:43:41  0.00B 设置工作目录为/usr/src/
WORKDIR /usr/src/
                        
# 2024-02-13 02:43:41  14.21MB 执行命令并创建新的镜像层
RUN |6 BUILD_ARCH=i386 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
                        
# 2024-02-13 02:43:37  72.00B 复制新文件或目录到容器中
COPY requirements.txt /usr/src/ # buildkit
                        
# 2024-02-13 02:43:37  122.09MB 执行命令并创建新的镜像层
RUN |6 BUILD_ARCH=i386 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
                        
# 2024-02-13 02:43:37  0.00B 定义构建参数
ARG BUILD_ARCH QEMU_CPU SSOCR_VERSION LIBCEC_VERSION PICOTTS_HASH TELLDUS_COMMIT
                        
# 2024-02-10 20:13:07  20.35MB 执行命令并创建新的镜像层
RUN |4 PYTHON_VERSION=3.12.2 PIP_VERSION=24 GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305 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
                        
# 2024-02-10 20:13:00  32.00B 执行命令并创建新的镜像层
RUN |4 PYTHON_VERSION=3.12.2 PIP_VERSION=24 GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305 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
                        
# 2024-02-10 20:13:00  67.24MB 执行命令并创建新的镜像层
RUN |4 PYTHON_VERSION=3.12.2 PIP_VERSION=24 GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305 QEMU_CPU= /bin/ash -o pipefail -c set -ex     && export PYTHON_VERSION=${PYTHON_VERSION}     && apk add --no-cache --virtual .fetch-deps         gnupg         openssl         tar         xz         && 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.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc"     && export GNUPGHOME="$(mktemp -d)"     && echo "disable-ipv6" >> "$GNUPGHOME/dirmngr.conf"     && gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "${GPG_KEY}"     && gpg --batch --verify python.tar.xz.asc python.tar.xz     && { command -v gpgconf > /dev/null && gpgconf --kill all || :; }     && rm -rf "$GNUPGHOME" python.tar.xz.asc     && 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         && 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
                        
# 2024-02-10 19:53:51  15.72KB 复制新文件或目录到容器中
COPY *.patch /usr/src/ # buildkit
                        
# 2024-02-10 19:53:51  0.00B 
SHELL [/bin/ash -o pipefail -c]
                        
# 2024-02-10 19:53:51  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2024-02-10 19:53:51  0.00B 定义构建参数
ARG PYTHON_VERSION PIP_VERSION GPG_KEY QEMU_CPU
                        
# 2024-02-10 19:41:44  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/init"]
                        
# 2024-02-10 19:41:44  0.00B 设置工作目录为/
WORKDIR /
                        
# 2024-02-10 19:41:44  152.00B 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2024-02-10 19:41:44  34.30MB 执行命令并创建新的镜像层
RUN |6 BASHIO_VERSION=0.16.2 TEMPIO_VERSION=2021.09.0 S6_OVERLAY_VERSION=3.1.6.2 JEMALLOC_VERSION=5.3.0 QEMU_CPU= BUILD_ARCH=i386 /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
                        
# 2024-02-10 19:40:34  0.00B 定义构建参数
ARG BUILD_ARCH
                        
# 2024-02-10 19:40:34  0.00B 设置工作目录为/usr/src
WORKDIR /usr/src
                        
# 2024-02-10 19:40:34  0.00B 定义构建参数
ARG BASHIO_VERSION TEMPIO_VERSION S6_OVERLAY_VERSION JEMALLOC_VERSION QEMU_CPU
                        
# 2024-02-10 19:40:34  0.00B 
SHELL [/bin/ash -o pipefail -c]
                        
# 2024-02-10 19:40:34  0.00B 设置环境变量 LANG S6_BEHAVIOUR_IF_STAGE2_FAILS S6_CMD_WAIT_FOR_SERVICES_MAXTIME S6_CMD_WAIT_FOR_SERVICES S6_SERVICES_READYTIME
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
                        
# 2024-01-27 08:38:19  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/sh"]
                        
# 2024-01-27 08:38:19  6.27MB 
/bin/sh -c #(nop) ADD file:50130ffc87b68d2889c28269d2783e37c42087ce4793108222ad53ed22443a90 in / 
                        
                    

镜像信息

{
    "Id": "sha256:7adaa038d13713ed852d29eff9c1036ae3989769b640ecc45a01b9d6ee230543",
    "RepoTags": [
        "ghcr.io/home-assistant/home-assistant:2024.3.3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/home-assistant/home-assistant:2024.3.3-linux386"
    ],
    "RepoDigests": [
        "ghcr.io/home-assistant/home-assistant@sha256:48773146b3b7f7d4811426a33044a322e8e4fcda97b9ed9a6b37d7e5b649af0b",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/home-assistant/home-assistant@sha256:0e2a8375ee56d04f2ce6215a788bd0416fbfb4288d3ed66bcc506067a9aee8ad"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-03-22T18:14:14.504138865Z",
    "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",
            "S6_SERVICES_GRACETIME=240000"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/config",
        "Entrypoint": [
            "/init"
        ],
        "OnBuild": null,
        "Labels": {
            "io.hass.arch": "i386",
            "io.hass.base.arch": "i386",
            "io.hass.base.image": "ghcr.io/home-assistant/i386-base:3.19",
            "io.hass.base.name": "python",
            "io.hass.base.version": "2024.02.0",
            "io.hass.type": "core",
            "io.hass.version": "2024.3.3",
            "org.opencontainers.image.authors": "The Home Assistant Authors",
            "org.opencontainers.image.created": "2024-03-22 17:53:50+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 License 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": "2024.3.3"
        },
        "Shell": [
            "/bin/ash",
            "-o",
            "pipefail",
            "-c"
        ]
    },
    "Architecture": "386",
    "Os": "linux",
    "Size": 1818630703,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/6e7b3bb2257081731160ed497985e69d260be70c819a8e839fe6550a244b12a9/diff:/var/lib/docker/overlay2/13b1e5abe92a0d7152418f1a03f98ecaa4967db8f1aaaca3a66571ca8cbfca0c/diff:/var/lib/docker/overlay2/3592d81c18ce4e56f1f0f307bfcf52cd47a432d4e884b076a5514a2e194531b0/diff:/var/lib/docker/overlay2/bc61457ba4cebf95bc19cb91205bf997df82be01d14b44680faeebf2641049b8/diff:/var/lib/docker/overlay2/22cd6ec8bcba127a669f7c0c349fc2efb6b80f8379b9a429a23393bf4567660f/diff:/var/lib/docker/overlay2/66d481ea0042a85e3da1fcad6e875ac5c7900425890cd79a12acf68ff55f55ca/diff:/var/lib/docker/overlay2/cad2225a33f82c235116b1334774ab9e979cdf2f2d27c9a4d1a8b9011edfd032/diff:/var/lib/docker/overlay2/e88730611e715360469c9ddd5724931cd05f1918dde20aa635cc6dfa8e245792/diff:/var/lib/docker/overlay2/834e321f0859aef4459ba8b85bc2b6d6009e208c079c14d3f0cb5e2f8d34e89a/diff:/var/lib/docker/overlay2/c015879c09acff70a652c576519dad979f7b73a85a35451212f52b0854581e18/diff:/var/lib/docker/overlay2/71d8f3c7ca6eee0d33f327832f1f1eab96719a45e7b27ae51a7d1b14d8f76b1c/diff:/var/lib/docker/overlay2/ca0e2737c2218d2f2357c255554503cb15d78c0c2b37167e0290892f0be9621c/diff:/var/lib/docker/overlay2/01075b5ed9dc81a0dc7fa17bd5b61656fcf51d2f941ef2d45252f5db778c87cb/diff:/var/lib/docker/overlay2/153605c1f756b3b831b9efe595a43be0833de107d0a837189b1f4605ca271dc1/diff:/var/lib/docker/overlay2/b53cddc2d908c55bcc1fd5ea8e97b936f037dca23d5cafdb06de38c12c3b866a/diff:/var/lib/docker/overlay2/a0e975312d523df85d4a5b4885706958edace7df55340e2f9ba2d2c8feb6b875/diff:/var/lib/docker/overlay2/18750f115b2d7e8a66980925946edbeeda72f9f370d4aa63b3a85f80e8238c22/diff:/var/lib/docker/overlay2/d1bbc5eef096dafbdad6098eb424826940ae753553fa4ba75c2474c142d6a22e/diff:/var/lib/docker/overlay2/feeaa913757bd26c613980d9539e8012ce25a1cee7190180ced5e1025fdd0901/diff:/var/lib/docker/overlay2/176bd8d768a16601b7a381a46a0b9cc5dcb2c47708b52abc3e50c49074df57a5/diff:/var/lib/docker/overlay2/52ab2c0adcb047729155e65a3cf64f6d65645b758ccf0add110cfef70793c82c/diff:/var/lib/docker/overlay2/ccd55bcb5005b8c75bed59b2fa7f39f66541975c83a6efe90bdbcdb2200ce5e3/diff:/var/lib/docker/overlay2/3357464aa90ccdc723e043f2720fb14432e7c651de5e29b1b2b1a5c41a6ccb8b/diff:/var/lib/docker/overlay2/51c97f81b4814990b60f2354bd519dd484e0a382470a5885af6d61afe8ba4f8f/diff:/var/lib/docker/overlay2/bc0983f4265074e19125402905a2bebea1ca9c3df6e6c74610c601f0a69ce294/diff:/var/lib/docker/overlay2/807ae6bffd5ea411f822b1c15e751e7fb885c552d5515324da4062ebfc2149f6/diff:/var/lib/docker/overlay2/9571e3bf0000ab3f4dbed17b48122c3515931e84a51b6ed82e47dd1019822170/diff:/var/lib/docker/overlay2/e865e073ad1567536fec2fd96ee3ce9c72f297c651ffc872c464885f183eacac/diff:/var/lib/docker/overlay2/21e93a4d14780ac3c093c9d42176167aae850d76b93153c1876df5fb2cf49554/diff",
            "MergedDir": "/var/lib/docker/overlay2/ac231e1dadd524c3d6176006b2b7ebe19e3e767cbbc45f606754fc4240b1554a/merged",
            "UpperDir": "/var/lib/docker/overlay2/ac231e1dadd524c3d6176006b2b7ebe19e3e767cbbc45f606754fc4240b1554a/diff",
            "WorkDir": "/var/lib/docker/overlay2/ac231e1dadd524c3d6176006b2b7ebe19e3e767cbbc45f606754fc4240b1554a/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:72c06eca0d42d013af591706f7a2daee01131555396b59dfc9ef59d60cb9cabf",
            "sha256:b65aa5d5b5d591d31c294e17a959b81ecc192883cbf60c426bfe1999ea18f7b0",
            "sha256:f2538449c12b1345b0ebdf5cfb74871fe9922fd242f3010f7bbd693c6c6f0489",
            "sha256:6fcdbda336444228c6ad65e6a967edbf133f0d4f08480399464a8d977890d240",
            "sha256:2daa6f147441f6c6823b26a0fea611c83944af7f4d6a67446d748c6553b36b9e",
            "sha256:159f6fb4cb851ab8664fa4a9be7c305604934452d56379c9b5b4e984ff4c9660",
            "sha256:97a9e59196e5ee01215303924752230a979e4b6077d673c993aa868a831e3d27",
            "sha256:7dff9c20441b080f9ac5077de26fb5b25e21249361c1e5e35ba9047cab0bb7d1",
            "sha256:dc94917952391edc3e1fbd2d5d6775c6dfd612b43420726a71d9ad229a7637a5",
            "sha256:7e9718b446f594dff5ae346eb7a2187a41986bbbeedc3ed09320da6b2150edef",
            "sha256:fc5d3da482eafe726d9e9bf3a29b3729ceac23813ffc884fa91b822dd84268ad",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:4351b2f4884e7f3085ef85b5d3922003efa40a19cde2bf4763ca716b0c4f5c6c",
            "sha256:6bf4b0263d714469d92a4befb621a983b038d8f1bdf61fabe32099339b172e8a",
            "sha256:2bc7858c7a25061819ccd9995c62dfe2d4e0eac73d7a51a1c427390a39685acf",
            "sha256:fbba1b86a82b09ff6a5c9fda49b9fc18bd56b9cfa7a97dac53247745a62a3487",
            "sha256:fc6ca3c7e11a5359617d2648b985bd52b6afdb9995147739b3474c41ace90de9",
            "sha256:bccff1d9f2ba512ba5e731fdc192386e5e44a421a31b19f360e7ac8e638903a1",
            "sha256:0f929467ab7d5664a868aa6e3d79da7c51a4ea1fe6b826fe59d9994ae0d48474",
            "sha256:5c27d4a323a07fdc2e51fb41a1047815c9b0235dec39d0d5c53c26919b248bfe",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:25e1f1fd3adb04ebbdfe14ed664d099097c9b5f8835d5532b482a95779e03d8b",
            "sha256:9268646a7f6baa85dcfea1b463128997f5464f12afff88347194a9a2b2c786df",
            "sha256:552693b7cd753fc0aa852cca53755b5208d307f3ed3017f486e5ed8654d7b655",
            "sha256:b3557543edcf2d31cb0d04bc829ccd0623cab709cde09dfe5e3721dbb1a9499f",
            "sha256:0e389906b2951a8e1f968bbad9cc6ba34dc6d90045ef24f8f583d4a3d21f735c",
            "sha256:449ea4d7877842a84756a32db38896620006d737ea3e2931a5cb98ce4afeb16d",
            "sha256:779d3be96335f20329ab3a7e9ec250422dcdf9929af11377591051e81bea5c0c",
            "sha256:6403be728d3a8d77d0203331fb12cccf2ecf0940a81682da95a73417eb347889",
            "sha256:296ca6fd3031b8f7a683f1ff89910b3787cfbbed4790457719165a899fee3a5b"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-10-24T10:24:34.873151356+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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