ghcr.io/home-assistant/aarch64-hassio-supervisor:latest linux/arm64

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

温馨提示:此镜像为latest tag镜像,本站无法保证此版本为最新镜像

温馨提示: 这是一个 linux/arm64 系统架构镜像

Home Assistant AArch64 HASSIO Supervisor

/home-assistant/aarch64-hassio-supervisor 是一个基于 Docker 的镜像,用于运行 Home Assistant AArch64 HASSIO Supervisor,这是一个为 ARM64 架构设计的 Home Assistant supervisors 镜像。
源镜像 ghcr.io/home-assistant/aarch64-hassio-supervisor:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/home-assistant/aarch64-hassio-supervisor:latest-linuxarm64
镜像ID sha256:ca8a6346c48bc876025f0fbccfbbaf81db67ada0e706a3d10ee80393dc349012
镜像TAG latest-linuxarm64
大小 409.60MB
镜像源 ghcr.io
CMD
启动入口 /init
工作目录 /
OS/平台 linux/arm64
浏览量 37 次
贡献者 aw******g@163.com
镜像创建 2025-05-29T17:22:16.378819794Z
同步时间 2025-05-30 20:03
更新时间 2025-06-17 04:03
环境变量
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
镜像标签
aarch64: io.hass.arch aarch64: io.hass.base.arch ghcr.io/home-assistant/aarch64-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:55+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/aarch64-hassio-supervisor:latest-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/home-assistant/aarch64-hassio-supervisor:latest-linuxarm64  ghcr.io/home-assistant/aarch64-hassio-supervisor:latest

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-05-30 01:22:16  12.70KB 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2025-05-30 01:22:16  0.00B 设置工作目录为/
WORKDIR /
                        
# 2025-05-30 01:22:16  2.45MB 执行命令并创建新的镜像层
RUN |3 COSIGN_VERSION=2.4.0 BUILD_ARCH=aarch64 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:51  51.05MB 复制新文件或目录到容器中
COPY . supervisor # buildkit
                        
# 2025-05-30 01:21:50  91.36MB 执行命令并创建新的镜像层
RUN |3 COSIGN_VERSION=2.4.0 BUILD_ARCH=aarch64 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:21:12  528.00B 复制新文件或目录到容器中
COPY requirements.txt . # buildkit
                        
# 2025-05-30 01:21:12  131.36MB 执行命令并创建新的镜像层
RUN |3 COSIGN_VERSION=2.4.0 BUILD_ARCH=aarch64 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:58  0.00B 设置工作目录为/usr/src
WORKDIR /usr/src
                        
# 2025-05-30 01:20:58  0.00B 定义构建参数
ARG COSIGN_VERSION=2.4.0 BUILD_ARCH=aarch64 QEMU_CPU
                        
# 2025-05-30 01:20:58  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-06 01:43:32  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-06 01:43:00  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-06 01:43:00  69.11MB 执行命令并创建新的镜像层
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:46  5.48KB 复制新文件或目录到容器中
COPY *.patch /usr/src/ # buildkit
                        
# 2025-05-05 21:53:46  0.00B 
SHELL [/bin/ash -o pipefail -c]
                        
# 2025-05-05 21:53:46  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:46  0.00B 定义构建参数
ARG PYTHON_VERSION PIP_VERSION GPG_KEY QEMU_CPU
                        
# 2025-05-05 21:52:57  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/init"]
                        
# 2025-05-05 21:52:57  0.00B 设置工作目录为/
WORKDIR /
                        
# 2025-05-05 21:52:57  152.00B 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2025-05-05 21:52:57  44.84MB 执行命令并创建新的镜像层
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=aarch64 /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:43  0.00B 定义构建参数
ARG BUILD_ARCH
                        
# 2025-05-05 21:39:43  0.00B 设置工作目录为/usr/src
WORKDIR /usr/src
                        
# 2025-05-05 21:39:43  0.00B 定义构建参数
ARG BASHIO_VERSION TEMPIO_VERSION S6_OVERLAY_VERSION JEMALLOC_VERSION QEMU_CPU
                        
# 2025-05-05 21:39:43  0.00B 
SHELL [/bin/ash -o pipefail -c]
                        
# 2025-05-05 21:39:43  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  8.17MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.21.3-aarch64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:ca8a6346c48bc876025f0fbccfbbaf81db67ada0e706a3d10ee80393dc349012",
    "RepoTags": [
        "ghcr.io/home-assistant/aarch64-hassio-supervisor:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/home-assistant/aarch64-hassio-supervisor:latest-linuxarm64"
    ],
    "RepoDigests": [
        "ghcr.io/home-assistant/aarch64-hassio-supervisor@sha256:54fc3704422dc8fbeac128ee3ccc7f8e6229b37d36ebac4fa8e6dc90e9fe74bd",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/home-assistant/aarch64-hassio-supervisor@sha256:54fc3704422dc8fbeac128ee3ccc7f8e6229b37d36ebac4fa8e6dc90e9fe74bd"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-05-29T17:22:16.378819794Z",
    "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": "aarch64",
            "io.hass.base.arch": "aarch64",
            "io.hass.base.image": "ghcr.io/home-assistant/aarch64-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:55+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": "arm64",
    "Os": "linux",
    "Size": 409595124,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/195dfd3b8fcb9eea8fd47c4a2bd771f19ee0b5f030c975edfc4e61d420e87160/diff:/var/lib/docker/overlay2/da9006cc6bfba874bd14f87846d627c2849371ebf043d2e913eb0a04b751e658/diff:/var/lib/docker/overlay2/6a075cf8a9c3cc4581e9ab9ca61175f8d01bb6793f461a3ae84b1a71a9267907/diff:/var/lib/docker/overlay2/e78b4d9aaef15c0ae42e34601a8bfe17cc4ab26e092820143ede79eeb54f8487/diff:/var/lib/docker/overlay2/f2c7eb348402f0fc46cf0d06b59ea63a12e022374e36ca264825a3dce4b0dc93/diff:/var/lib/docker/overlay2/4f55c594616652146ab44fc2d266f4a313fe6f0e31923f33fd79de087c2eb00a/diff:/var/lib/docker/overlay2/c1cb8ef8a734af927f46b50312b33c24642bfcfb032ba8eb90d25d81830e0a8d/diff:/var/lib/docker/overlay2/390ae9247117b82c742d23c3384f548efa044c6bf355f66251def522af359491/diff:/var/lib/docker/overlay2/4f15fe804fa1bf119c327eda370855e352e5461ebba1d3215c8e977833147275/diff:/var/lib/docker/overlay2/685f45f0c7b62407cab33c82b1cb3105d206a5d2fa492cf0273f391a56f8d2e4/diff:/var/lib/docker/overlay2/ac9b805bb58b3d9cee6acd0264b14a85aed26549ebb1d47801ed214c9dc3eeff/diff:/var/lib/docker/overlay2/39a64b47c6547605ea7f1d6b8a78b9d8544a6349123b675b99c01dafd6fab263/diff:/var/lib/docker/overlay2/842012a326f754b0e0e2263ae12773c66d3134318a4cf18a4271ef3a8b79008a/diff:/var/lib/docker/overlay2/e8d414ff70805e61cb1357dad87acecb6f2bf9e3ebb8fef09677bd495f4c3e9e/diff",
            "MergedDir": "/var/lib/docker/overlay2/01e1aafd31f72040957aaebf49c94d2816985ff102eff080bdf3f9654fb862cc/merged",
            "UpperDir": "/var/lib/docker/overlay2/01e1aafd31f72040957aaebf49c94d2816985ff102eff080bdf3f9654fb862cc/diff",
            "WorkDir": "/var/lib/docker/overlay2/01e1aafd31f72040957aaebf49c94d2816985ff102eff080bdf3f9654fb862cc/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:a16e98724c05975ee8c40d8fe389c3481373d34ab20a1cf52ea2accc43f71f4c",
            "sha256:1c81043dd159272fb6b609796094b4f6301e4258ef9dcfb62f23444255f1ab2f",
            "sha256:bdae3ea093e7b8cbe23dc4a112b066692576425153f3956963d4938e5029b7f3",
            "sha256:298b3bece43252d1f3f6e1330fec90b93d09f0f4e6497ea28570b07a1093f4b0",
            "sha256:8317ddc26567ea6b59ce31212d229ad232ad3a589e6e1502240c746bc45ddf79",
            "sha256:29bac5d2e2bc3ceb5c4ffd36b755a648698b7fadec4bd3543485c7c72eb3c723",
            "sha256:1162068e88bc711c80e3725821405412cdc8bd5ca1cce4da77a3558a4da2d108",
            "sha256:1e9a410cf086b1b03c516cc0f2ad55ee43e0a2d982aa7fed644ee12e5c067eb1",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:09cd74f74c63f91781e210f004a2fca4ba69f1a05f373e8073422c73a40638a6",
            "sha256:a81bb518a32ce46a1b2686f0c95a5d183687c5f031981d144fd9120f2a356e9c",
            "sha256:89fc91862297e80a90bec0d5785611336b657695781f94bb4cb9f135123ceb3a",
            "sha256:921aa0194397a7b2511532c89870eb89f724ae51d2c54ff36421c43785d07aad",
            "sha256:dc5d7fa44083d536b2ff9901cbbbec8f8a568e18fbfdf23d7378712f9b44a6b6",
            "sha256:a371cd55a1859905e8c5545ac25711242f13897262a708c72bfa3bceb4a11f8e"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-05-30T20:03:39.959688526+08:00"
    }
}

更多版本

ghcr.io/home-assistant/aarch64-hassio-supervisor:2023.11.2

linux/arm64 ghcr.io404.02MB2024-08-15 12:16
379

ghcr.io/home-assistant/aarch64-hassio-supervisor:latest

linux/arm64 ghcr.io409.60MB2025-05-30 20:03
36