ghcr.io/home-assistant/amd64-hassio-supervisor:2025.03.0 linux/amd64

ghcr.io/home-assistant/amd64-hassio-supervisor:2025.03.0 - 国内下载镜像源 浏览次数:83 安全受验证的发布者-Home Assistant
```html

这是一个Home Assistant的Supervisior镜像,适用于amd64架构的系统。它由Home Assistant官方构建并托管在GitHub Container Registry (ghcr.io)上。

```
源镜像 ghcr.io/home-assistant/amd64-hassio-supervisor:2025.03.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/home-assistant/amd64-hassio-supervisor:2025.03.0
镜像ID sha256:629f29257d028379257c9fb81e32869426b8ebeba97b654ffecdb4cf2cde4f40
镜像TAG 2025.03.0
大小 437.30MB
镜像源 ghcr.io
CMD
启动入口 /init
工作目录 /
OS/平台 linux/amd64
浏览量 83 次
贡献者
镜像创建 2025-03-01T16:47:46.480731821Z
同步时间 2025-03-06 13:56
更新时间 2025-04-05 04:14
环境变量
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=10000 SUPERVISOR_API=http://localhost CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1 UV_SYSTEM_PYTHON=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.02.0: io.hass.base.version supervisor: io.hass.type 2025.03.0: io.hass.version The Home Assistant Authors: org.opencontainers.image.authors 2025-03-01 16:47:30+00:00: org.opencontainers.image.created Container-based system for managing Home Assistant Core installation: 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/supervisor: org.opencontainers.image.source Home Assistant Supervisor: org.opencontainers.image.title https://www.home-assistant.io/: org.opencontainers.image.url 2025.03.0: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/home-assistant/amd64-hassio-supervisor:2025.03.0
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/home-assistant/amd64-hassio-supervisor:2025.03.0  ghcr.io/home-assistant/amd64-hassio-supervisor:2025.03.0

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-03-02 00:47:46  12.70KB 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2025-03-02 00:47:46  0.00B 设置工作目录为/
WORKDIR /
                        
# 2025-03-02 00:47:46  2.39MB 执行命令并创建新的镜像层
RUN |3 COSIGN_VERSION=2.4.0 BUILD_ARCH=amd64 QEMU_CPU= /bin/ash -o pipefail -c uv pip install --no-cache -e ./supervisor     && python3 -m compileall ./supervisor/supervisor # buildkit
                        
# 2025-03-02 00:47:42  72.08MB 复制新文件或目录到容器中
COPY . supervisor # buildkit
                        
# 2025-03-02 00:47:41  97.75MB 执行命令并创建新的镜像层
RUN |3 COSIGN_VERSION=2.4.0 BUILD_ARCH=amd64 QEMU_CPU= /bin/ash -o pipefail -c if [ "${BUILD_ARCH}" = "i386" ]; then         setarch="linux32";     else         setarch="";     fi     && ${setarch} uv pip install --compile-bytecode --no-cache --no-build -r requirements.txt     && rm -f requirements.txt # buildkit
                        
# 2025-03-02 00:47:36  513.00B 复制新文件或目录到容器中
COPY requirements.txt . # buildkit
                        
# 2025-03-02 00:47:36  136.72MB 执行命令并创建新的镜像层
RUN |3 COSIGN_VERSION=2.4.0 BUILD_ARCH=amd64 QEMU_CPU= /bin/ash -o pipefail -c set -x     && apk add --no-cache         findutils         eudev         eudev-libs         git         libffi         libpulse         musl         openssl         yaml         && curl -Lso /usr/bin/cosign "https://github.com/home-assistant/cosign/releases/download/${COSIGN_VERSION}/cosign_${BUILD_ARCH}"     && chmod a+x /usr/bin/cosign     && pip3 install uv==0.6.1 # buildkit
                        
# 2025-03-02 00:47:32  0.00B 设置工作目录为/usr/src
WORKDIR /usr/src
                        
# 2025-03-02 00:47:32  0.00B 定义构建参数
ARG COSIGN_VERSION BUILD_ARCH QEMU_CPU
                        
# 2025-03-02 00:47:32  0.00B 设置环境变量 S6_SERVICES_GRACETIME SUPERVISOR_API CRYPTOGRAPHY_OPENSSL_NO_LEGACY UV_SYSTEM_PYTHON
ENV S6_SERVICES_GRACETIME=10000 SUPERVISOR_API=http://localhost CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1 UV_SYSTEM_PYTHON=true
                        
# 2025-02-14 18:01:37  11.23MB 执行命令并创建新的镜像层
RUN |4 PYTHON_VERSION=3.13.2 PIP_VERSION=25.0.1 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
                        
# 2025-02-14 18:01:32  32.00B 执行命令并创建新的镜像层
RUN |4 PYTHON_VERSION=3.13.2 PIP_VERSION=25.0.1 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
                        
# 2025-02-14 18:01:32  72.25MB 执行命令并创建新的镜像层
RUN |4 PYTHON_VERSION=3.13.2 PIP_VERSION=25.0.1 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
                        
# 2025-02-14 17:41:35  7.03KB 复制新文件或目录到容器中
COPY *.patch /usr/src/ # buildkit
                        
# 2025-02-14 17:41:35  0.00B 
SHELL [/bin/ash -o pipefail -c]
                        
# 2025-02-14 17:41:35  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-02-14 17:41:35  0.00B 定义构建参数
ARG PYTHON_VERSION PIP_VERSION GPG_KEY QEMU_CPU
                        
# 2025-02-14 17:30:52  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/init"]
                        
# 2025-02-14 17:30:52  0.00B 设置工作目录为/
WORKDIR /
                        
# 2025-02-14 17:30:52  152.00B 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2025-02-14 17:30:52  37.02MB 执行命令并创建新的镜像层
RUN |6 BASHIO_VERSION=0.16.2 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-02-14 17:29:38  0.00B 定义构建参数
ARG BUILD_ARCH
                        
# 2025-02-14 17:29:38  0.00B 设置工作目录为/usr/src
WORKDIR /usr/src
                        
# 2025-02-14 17:29:38  0.00B 定义构建参数
ARG BASHIO_VERSION TEMPIO_VERSION S6_OVERLAY_VERSION JEMALLOC_VERSION QEMU_CPU
                        
# 2025-02-14 17:29:38  0.00B 
SHELL [/bin/ash -o pipefail -c]
                        
# 2025-02-14 17:29:38  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-01-08 20:07:30  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2025-01-08 20:07:30  7.83MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.21.2-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:629f29257d028379257c9fb81e32869426b8ebeba97b654ffecdb4cf2cde4f40",
    "RepoTags": [
        "ghcr.io/home-assistant/amd64-hassio-supervisor:2025.03.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/home-assistant/amd64-hassio-supervisor:2025.03.0"
    ],
    "RepoDigests": [
        "ghcr.io/home-assistant/amd64-hassio-supervisor@sha256:4dd7242ee7340b9b7fe0cf25f94e23492f2a4c47ee32e67b64d75a080cda26ef",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/home-assistant/amd64-hassio-supervisor@sha256:4dd7242ee7340b9b7fe0cf25f94e23492f2a4c47ee32e67b64d75a080cda26ef"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-03-01T16:47:46.480731821Z",
    "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=10000",
            "SUPERVISOR_API=http://localhost",
            "CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1",
            "UV_SYSTEM_PYTHON=true"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "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.02.0",
            "io.hass.type": "supervisor",
            "io.hass.version": "2025.03.0",
            "org.opencontainers.image.authors": "The Home Assistant Authors",
            "org.opencontainers.image.created": "2025-03-01 16:47:30+00:00",
            "org.opencontainers.image.description": "Container-based system for managing Home Assistant Core installation",
            "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/supervisor",
            "org.opencontainers.image.title": "Home Assistant Supervisor",
            "org.opencontainers.image.url": "https://www.home-assistant.io/",
            "org.opencontainers.image.version": "2025.03.0"
        },
        "Shell": [
            "/bin/ash",
            "-o",
            "pipefail",
            "-c"
        ]
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 437296651,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/4f4b482ac5ab93206c9fd249c29a23f40775c13d30c0e95f04877cce1718ef2d/diff:/var/lib/docker/overlay2/1eb224c4e833205ad0429f1686f20bed2c5250a2314f5548335a3332ea5e7752/diff:/var/lib/docker/overlay2/11e1c0a6f8bfece52a638378fb995d1d048103669d252ddb8d6a53db6870a174/diff:/var/lib/docker/overlay2/1e56101b54fffc26e67b5f8d8dbf3de157a88d24c178fdeef7395acba891c9fc/diff:/var/lib/docker/overlay2/eb1c24b73cf45886fcc5ec8838d0c4d62f2bb7f628eec8f8ab9940c2f0a54112/diff:/var/lib/docker/overlay2/db70cb6eaf73a4406f2303f0e4c5ecda88db6a5a6783fb2d0a37cfe4f8075dd9/diff:/var/lib/docker/overlay2/7711b667877fe5f1e12d05e053d68012f34a7d78d39e4af03d8016363b2aaca3/diff:/var/lib/docker/overlay2/72c92f7bc5dc464dbe3f48e8c8f62cbf720eb359060cc48ffe8f989ea2d123a7/diff:/var/lib/docker/overlay2/acc0c914bc7b0b795e75bfce2aa76c43675de1ef511106a8184a92ac498485cb/diff:/var/lib/docker/overlay2/72a4af9ec59886617f9284ea298f80dd18b4ced5c9b311079c616c7896ded6b0/diff:/var/lib/docker/overlay2/f27fb9b8796d739ff462e0965f2210edd4d735089365236ea8989cc385a3bbc7/diff:/var/lib/docker/overlay2/501ed80ab71ef8f1ba8e290f3ae5ef662c6255c01890d37e26d39296e3b7db61/diff:/var/lib/docker/overlay2/523e506eeac5beefa27609c7a2fe423def8339560f3c475b4c28328888c97f73/diff:/var/lib/docker/overlay2/d20d579acee6b92a841ecc27f4d08dddd63e6a78b9aab3e87eac393e91dd0045/diff",
            "MergedDir": "/var/lib/docker/overlay2/ecaed6efc7025cde8bb1805016df56b02b2ace2d5eb46aff10267e961f703365/merged",
            "UpperDir": "/var/lib/docker/overlay2/ecaed6efc7025cde8bb1805016df56b02b2ace2d5eb46aff10267e961f703365/diff",
            "WorkDir": "/var/lib/docker/overlay2/ecaed6efc7025cde8bb1805016df56b02b2ace2d5eb46aff10267e961f703365/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:a0904247e36a7726c03c71ee48f3e64462021c88dafeb13f37fdaf613b27f11c",
            "sha256:e690364431eb41a3dc29cce381c82b98c2ffa0fb5858c2d34c0d7e713e9c258f",
            "sha256:30e30da29abca28e4bc5fb9fb4d5e10e71f49b7d4f5966ccdfaa41312ce40c46",
            "sha256:b8fb1356debaa1af94cdd2b617e60b85c3385836a321aeb2ed42d566e6e7db75",
            "sha256:fd7713634efd8f8fb805bfc252224be14f8f0aaaa3d2b327e1201b181df84bba",
            "sha256:1d93f479e1354f558bdfb0b0329ef8ceb4d16cf6ffaa80afd0d0e46655c7a23e",
            "sha256:c881e6026eccc7fa08f17601ae8b9878f3dee3f558f8b8c3e6055432d293ec8a",
            "sha256:d0ab9f152b23873948524ec544baba089e52bac37af139291aae718ccbf2a18f",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:8a3cd0b7f7aefdb438d4cbdfda683beb523bd2c102f90c38f1a54ed51c687b2d",
            "sha256:d0959f3bd4e1422fae83a8b6dac9a84d84b38b3db0c1b836965d74e8612d03fb",
            "sha256:04f83a61b8f0e0f96797d40bad3f17bed96708e73572079eea2cbb034dbf2d4c",
            "sha256:b64ef3d1a125f59189176fc4c3ef8590196d8dec575ab3b901681570db6e0674",
            "sha256:d20db68b19c69b4cdbf9e4ac5327111f3123711c47794dd1652fca78b8b91830",
            "sha256:6802e33e05b72906648a21e0c57e50e814a7f0083914be5e75daa7e5746e1dc8"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-03-06T13:55:55.81102955+08:00"
    }
}

更多版本

ghcr.io/home-assistant/amd64-hassio-supervisor:2025.03.0

linux/amd64 ghcr.io437.30MB2025-03-06 13:56
82