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

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

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

源镜像 ghcr.io/home-assistant/amd64-hassio-supervisor:2025.05.5
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/home-assistant/amd64-hassio-supervisor:2025.05.5
镜像ID sha256:0b21563f6452e466f879f7df28557e8e64c68831e600f7d03eb3876816152100
镜像TAG 2025.05.5
大小 405.62MB
镜像源 ghcr.io
CMD
启动入口 /init
工作目录 /
OS/平台 linux/amd64
浏览量 7 次
贡献者
镜像创建 2025-05-29T17:21:28.095904108Z
同步时间 2025-06-19 15:44
更新时间 2025-06-20 00:51
环境变量
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.05.0: io.hass.base.version supervisor: io.hass.type 2025.05.5: io.hass.version The Home Assistant Authors: org.opencontainers.image.authors 2025-05-29 17:20:46+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.05.5: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

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.05.5 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/home-assistant/amd64-hassio-supervisor:2025.05.5  ghcr.io/home-assistant/amd64-hassio-supervisor:2025.05.5'

镜像构建历史


# 2025-05-30 01:21:28  12.70KB 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2025-05-30 01:21:28  0.00B 设置工作目录为/
WORKDIR /
                        
# 2025-05-30 01:21:28  2.45MB 执行命令并创建新的镜像层
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-05-30 01:21:17  51.05MB 复制新文件或目录到容器中
COPY . supervisor # buildkit
                        
# 2025-05-30 01:21:17  91.30MB 执行命令并创建新的镜像层
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-05-30 01:20:51  528.00B 复制新文件或目录到容器中
COPY requirements.txt . # buildkit
                        
# 2025-05-30 01:20:51  139.15MB 执行命令并创建新的镜像层
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.17 # buildkit
                        
# 2025-05-30 01:20:47  0.00B 设置工作目录为/usr/src
WORKDIR /usr/src
                        
# 2025-05-30 01:20:47  0.00B 定义构建参数
ARG COSIGN_VERSION=2.4.0 BUILD_ARCH=amd64 QEMU_CPU
                        
# 2025-05-30 01:20:47  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-05-05 22:13:03  11.23MB 执行命令并创建新的镜像层
RUN |4 PYTHON_VERSION=3.13.3 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-05-05 22:12:58  32.00B 执行命令并创建新的镜像层
RUN |4 PYTHON_VERSION=3.13.3 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-05-05 22:12:58  66.21MB 执行命令并创建新的镜像层
RUN |4 PYTHON_VERSION=3.13.3 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-05-05 21:53:43  5.48KB 复制新文件或目录到容器中
COPY *.patch /usr/src/ # buildkit
                        
# 2025-05-05 21:53:43  0.00B 
SHELL [/bin/ash -o pipefail -c]
                        
# 2025-05-05 21:53:43  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-05-05 21:53:43  0.00B 定义构建参数
ARG PYTHON_VERSION PIP_VERSION GPG_KEY QEMU_CPU
                        
# 2025-05-05 21:40:50  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/init"]
                        
# 2025-05-05 21:40:50  0.00B 设置工作目录为/
WORKDIR /
                        
# 2025-05-05 21:40:50  152.00B 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2025-05-05 21:40:50  36.38MB 执行命令并创建新的镜像层
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-05-05 21:39:38  0.00B 定义构建参数
ARG BUILD_ARCH
                        
# 2025-05-05 21:39:38  0.00B 设置工作目录为/usr/src
WORKDIR /usr/src
                        
# 2025-05-05 21:39:38  0.00B 定义构建参数
ARG BASHIO_VERSION TEMPIO_VERSION S6_OVERLAY_VERSION JEMALLOC_VERSION QEMU_CPU
                        
# 2025-05-05 21:39:38  0.00B 
SHELL [/bin/ash -o pipefail -c]
                        
# 2025-05-05 21:39: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-02-14 11:28:36  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2025-02-14 11:28:36  7.83MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:0b21563f6452e466f879f7df28557e8e64c68831e600f7d03eb3876816152100",
    "RepoTags": [
        "ghcr.io/home-assistant/amd64-hassio-supervisor:2025.05.5",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/home-assistant/amd64-hassio-supervisor:2025.05.5"
    ],
    "RepoDigests": [
        "ghcr.io/home-assistant/amd64-hassio-supervisor@sha256:1ef09849902891f05dc617a4eff6d24f4ce74b9258b45c2a8cb7fcccd9c13d63",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/home-assistant/amd64-hassio-supervisor@sha256:1ef09849902891f05dc617a4eff6d24f4ce74b9258b45c2a8cb7fcccd9c13d63"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-05-29T17:21:28.095904108Z",
    "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.05.0",
            "io.hass.type": "supervisor",
            "io.hass.version": "2025.05.5",
            "org.opencontainers.image.authors": "The Home Assistant Authors",
            "org.opencontainers.image.created": "2025-05-29 17:20:46+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.05.5"
        },
        "Shell": [
            "/bin/ash",
            "-o",
            "pipefail",
            "-c"
        ]
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 405623841,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/8188fce5ae603fadfda9bd275a04a003f51bc3f27fdca103c70ee57728d2eddc/diff:/var/lib/docker/overlay2/3ac77bfca36c741abdb13c63b80413a63f23a928eeaae00d43baacb883e2aa95/diff:/var/lib/docker/overlay2/49d63fdda77d7c03244b1abee55b105e550d7c603d6fec6c4ab72f6987ac6b7b/diff:/var/lib/docker/overlay2/100339e0edd9e035a6f549c2d19015de0af62baead9f70fe8a59f21d14877256/diff:/var/lib/docker/overlay2/c73471e72cf2e3b55ce10e1235d6d94e5a00291e03d4eb0357c2032103ade134/diff:/var/lib/docker/overlay2/47ffc572aeaa7e5adf19a2e66715af280dfd6093834f9f840e3fadf9cc6a62d6/diff:/var/lib/docker/overlay2/90f7351705827b49ada314404259331319d6550d2890ca1200321e45a9658ab6/diff:/var/lib/docker/overlay2/5d6ef94546e6d18cf5a1f7402c0c050198c92ac461174d1be1a98a98d22f9010/diff:/var/lib/docker/overlay2/02bb962cfc60a47fc927561facc83ed1e5a9965b5bc1c53b76d3a15af04a0993/diff:/var/lib/docker/overlay2/caf5aebed8bf387f305691e2d8bbfcb762b7ce980a460b07c10443a8c05c05fb/diff:/var/lib/docker/overlay2/d79a3eb4b3faf4110d27bce104f2c9508a78e60ac98e45307a9e3795a373869a/diff:/var/lib/docker/overlay2/73bf62f23f852cc7e22c9c6fd14687d6173042a9c405f34805083f51412aa88d/diff:/var/lib/docker/overlay2/9c99ceba5ec76dfefa8fe67eef656e619e26bb976f49be11551bc50e09b792f5/diff:/var/lib/docker/overlay2/4e8c80c1de56b91b667718f35bdead0b4c91a2fdafbfe97c3c57654b169634d9/diff",
            "MergedDir": "/var/lib/docker/overlay2/3d4f522a660f402f00af643929de030be902d5573198cfd9be451c940b1ec15a/merged",
            "UpperDir": "/var/lib/docker/overlay2/3d4f522a660f402f00af643929de030be902d5573198cfd9be451c940b1ec15a/diff",
            "WorkDir": "/var/lib/docker/overlay2/3d4f522a660f402f00af643929de030be902d5573198cfd9be451c940b1ec15a/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:08000c18d16dadf9553d747a58cf44023423a9ab010aab96cf263d2216b8b350",
            "sha256:db63fb323d74e07f6e3112cb30a2e0c5a8dfeabd655043334b56305456494414",
            "sha256:20ae741d00b9a0268e25cde80946bbe480ff2f1ff338a7ba5db8f9bbb30a0b94",
            "sha256:dbd37400b84455b873ef68d18a214bfbbf74a78e989a239c8bea0d740d8276e0",
            "sha256:f89f91d902f6357f272c11410ab1689aa0af3b1abfbafb7f84baa51bc7167f13",
            "sha256:ca367f5997ef3db2ed32ad7d024968df51f8a608382e973e708c21c503e57144",
            "sha256:bf7c1e67b8ffdb7b1c72ba23a6c713de229b55f84337a9a8c86918786b29096b",
            "sha256:5cc816030515479fce72564cfc736ccd7e0b52ef60a7b80e93899683bd1d01fa",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:a1773ddde0c350b2b337659cd9d4521ce862cdf5657481791715cf20719782e5",
            "sha256:4bd1adeb5ac0dc4d7096a2d64d2d1e6fc72cba3583cfc17ffe0c8b1eb400269f",
            "sha256:005537e5b63e35d7a2cf9de9bc3daff0591f307302508c1f3c6d2ec66611db68",
            "sha256:81f8c7ccf24d40ac1a4e3586fa8ccb1b8b626d594d035afbceaaf263c027b01d",
            "sha256:3579aef2b796f115d03f618695e2a4e1adcd28b379578f85a150af1211ed5618",
            "sha256:0c2a4e689bede1bf48fe837e8dda0540bdbbb5052d9cb30ce298666a08934d99"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-06-19T15:44:16.101385242+08:00"
    }
}

更多版本

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

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

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

linux/amd64 ghcr.io405.62MB2025-06-19 15:44
6