ghcr.io/home-assistant/armhf-hassio-supervisor:2024.07.0 linux/arm

ghcr.io/home-assistant/armhf-hassio-supervisor:2024.07.0 - 国内下载镜像源 浏览次数:76 安全受验证的发布者-Home Assistant 温馨提示: 这是一个 linux/arm 系统架构镜像

Armhf Hassio Supervisor

该镜像用于运行 Home Assistant Supervisor 在 ARMHF 架构上。它提供了一个 supervisor 服务,可以控制和管理多个 Home Assistant 容器实例。
源镜像 ghcr.io/home-assistant/armhf-hassio-supervisor:2024.07.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/home-assistant/armhf-hassio-supervisor:2024.07.0-linuxarm64
镜像ID sha256:e5e37ec860f0203f3a0e7cd3fdfb9a69763116f046a1e40ab4af6e85295cb3c5
镜像TAG 2024.07.0-linuxarm64
大小 346.09MB
镜像源 ghcr.io
CMD
启动入口 /init
工作目录 /
OS/平台 linux/arm
浏览量 76 次
贡献者
镜像创建 2024-07-25T19:52:00.436410458Z
同步时间 2024-07-26 15:15
更新时间 2024-10-23 04:49
环境变量
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
镜像标签
armhf: io.hass.arch armhf: io.hass.base.arch ghcr.io/home-assistant/armhf-base:3.20: io.hass.base.image python: io.hass.base.name 2024.06.1: io.hass.base.version supervisor: io.hass.type 2024.07.0: io.hass.version The Home Assistant Authors: org.opencontainers.image.authors 2024-07-25 19:51:11+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 2024.07.0: org.opencontainers.image.version

Docker拉取命令 无权限下载?点我修复

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像历史

大小 创建时间 层信息
12.69KB 2024-07-26 03:52:00 COPY rootfs / # buildkit
0.00B 2024-07-26 03:52:00 WORKDIR /
2.32MB 2024-07-26 03:52:00 RUN |2 COSIGN_VERSION=2.2.3 BUILD_ARCH=armhf /bin/ash -o pipefail -c pip3 install -e ./supervisor && python3 -m compileall ./supervisor/supervisor # buildkit
39.26MB 2024-07-26 03:51:32 COPY . supervisor # buildkit
54.66MB 2024-07-26 03:51:32 RUN |2 COSIGN_VERSION=2.2.3 BUILD_ARCH=armhf /bin/ash -o pipefail -c if [ "${BUILD_ARCH}" = "i386" ]; then linux32 uv pip install --no-build -r requirements.txt; else uv pip install --no-build -r requirements.txt; fi && rm -f requirements.txt # buildkit
545.00B 2024-07-26 03:51:26 COPY requirements.txt . # buildkit
126.30MB 2024-07-26 03:51:26 RUN |2 COSIGN_VERSION=2.2.3 BUILD_ARCH=armhf /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.2.21 # buildkit
0.00B 2024-07-26 03:51:12 WORKDIR /usr/src
0.00B 2024-07-26 03:51:12 ARG COSIGN_VERSION BUILD_ARCH
0.00B 2024-07-26 03:51:12 ENV S6_SERVICES_GRACETIME=10000 SUPERVISOR_API=http://localhost CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1 UV_SYSTEM_PYTHON=true
17.87MB 2024-06-22 23:33:44 RUN |4 PYTHON_VERSION=3.12.4 PIP_VERSION=24.1 GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305 QEMU_CPU=arm1176 /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
32.00B 2024-06-22 23:33:11 RUN |4 PYTHON_VERSION=3.12.4 PIP_VERSION=24.1 GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305 QEMU_CPU=arm1176 /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
65.29MB 2024-06-22 23:33:11 RUN |4 PYTHON_VERSION=3.12.4 PIP_VERSION=24.1 GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305 QEMU_CPU=arm1176 /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
15.72KB 2024-06-22 20:35:49 COPY *.patch /usr/src/ # buildkit
0.00B 2024-06-22 20:35:49 SHELL [/bin/ash -o pipefail -c]
0.00B 2024-06-22 20:35:49 ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0.00B 2024-06-22 20:35:49 ARG PYTHON_VERSION PIP_VERSION GPG_KEY QEMU_CPU
0.00B 2024-06-22 20:33:55 ENTRYPOINT ["/init"]
0.00B 2024-06-22 20:33:55 WORKDIR /
152.00B 2024-06-22 20:33:55 COPY rootfs / # buildkit
33.85MB 2024-06-22 20:33:55 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=arm1176 BUILD_ARCH=armhf /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
0.00B 2024-06-22 20:23:55 ARG BUILD_ARCH
0.00B 2024-06-22 20:23:55 WORKDIR /usr/src
0.00B 2024-06-22 20:23:55 ARG BASHIO_VERSION TEMPIO_VERSION S6_OVERLAY_VERSION JEMALLOC_VERSION QEMU_CPU
0.00B 2024-06-22 20:23:55 SHELL [/bin/ash -o pipefail -c]
0.00B 2024-06-22 20:23:55 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/
0.00B 2024-06-21 01:49:15 /bin/sh -c #(nop) CMD ["/bin/sh"]
6.52MB 2024-06-21 01:49:15 /bin/sh -c #(nop) ADD file:ef2635f09c1d2632408805d106fbc5d27fb307cb5f584bddc699b4b5ae577623 in /

镜像信息

{
    "Id": "sha256:e5e37ec860f0203f3a0e7cd3fdfb9a69763116f046a1e40ab4af6e85295cb3c5",
    "RepoTags": [
        "ghcr.io/home-assistant/armhf-hassio-supervisor:2024.07.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/home-assistant/armhf-hassio-supervisor:2024.07.0-linuxarm64"
    ],
    "RepoDigests": [
        "ghcr.io/home-assistant/armhf-hassio-supervisor@sha256:65f8091afa6373aca5f9bc992282ae3d8b86fc2b05b135cf5398013dd6740450",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/home-assistant/armhf-hassio-supervisor@sha256:65f8091afa6373aca5f9bc992282ae3d8b86fc2b05b135cf5398013dd6740450"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-07-25T19:52:00.436410458Z",
    "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": "armhf",
            "io.hass.base.arch": "armhf",
            "io.hass.base.image": "ghcr.io/home-assistant/armhf-base:3.20",
            "io.hass.base.name": "python",
            "io.hass.base.version": "2024.06.1",
            "io.hass.type": "supervisor",
            "io.hass.version": "2024.07.0",
            "org.opencontainers.image.authors": "The Home Assistant Authors",
            "org.opencontainers.image.created": "2024-07-25 19:51:11+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": "2024.07.0"
        },
        "Shell": [
            "/bin/ash",
            "-o",
            "pipefail",
            "-c"
        ]
    },
    "Architecture": "arm",
    "Variant": "v6",
    "Os": "linux",
    "Size": 346089362,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/730be79fc2387659bd77d62fe677e4b15e19ede91975dd1194699ba83e6f7854/diff:/var/lib/docker/overlay2/e90a9f4ec4e3a3cf04c5b3a01154d3e531ba277a23dfb58571b8721894471441/diff:/var/lib/docker/overlay2/4415bc4744a81b9baf9664aac49d69c2d9537193897a4ed4cd597c557cacec11/diff:/var/lib/docker/overlay2/ee323bafdfb03471787d13dea1341e78aa7dd5dd8f6088970454ed4122a2a3dc/diff:/var/lib/docker/overlay2/9841ae35ffeea7c8bb1fe852901eb5c58328af254dc7f0896d92068d06f1f652/diff:/var/lib/docker/overlay2/5101b23816894ff6a878e7f10141c6c4488dedf423cd4c99b19b34ee06511cc9/diff:/var/lib/docker/overlay2/9f7647cde41eef67a3e2b0d55c6a9dac6a67850a65c287f086e6818681d64b20/diff:/var/lib/docker/overlay2/f322484f7b0ffe4c3203db01a3f86eb87539201a5f5a0c05ed386114b2a0d36a/diff:/var/lib/docker/overlay2/c7ab84df411f4c19053bf7c342aa956fbcf415b9ea0bba0019faf3d3358f6493/diff:/var/lib/docker/overlay2/705f918b93543c76d72865a1e41d2a9a1525bbc15ebe3fdfe9764b07c982fa7d/diff:/var/lib/docker/overlay2/13f683f96e9d44689137e2597508c0205d9a726f218e91b0098b562320a9071e/diff:/var/lib/docker/overlay2/741cb4a00fb9d7bfb5f4ab67f94ee905170f57377da548b6dfc141dc44337f0c/diff:/var/lib/docker/overlay2/95a5913b55900b1db6c0e9fbd714eec3168817b38c25d335c757f4803aa6f0f9/diff:/var/lib/docker/overlay2/f61a9c70e329f85e5f928ec47c77ab6f2d046c81631b83016f1e740cf9b1c7c5/diff",
            "MergedDir": "/var/lib/docker/overlay2/09c6cc0190661ad4302a0027a362c78bca34fa75eb57b17555295cad0905f105/merged",
            "UpperDir": "/var/lib/docker/overlay2/09c6cc0190661ad4302a0027a362c78bca34fa75eb57b17555295cad0905f105/diff",
            "WorkDir": "/var/lib/docker/overlay2/09c6cc0190661ad4302a0027a362c78bca34fa75eb57b17555295cad0905f105/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:9624162978ba1ba97cdd01c1529412d332db9af068a9c8e9e3b71a289210488a",
            "sha256:68b2bdf14d0b2bfaa84031eb58478a55bf37172e559a2e7d568b0a817a9236e6",
            "sha256:ecf455b22e24a03955b75781e8201c581ee79f6b29fed309c85c4d5e3d288cb8",
            "sha256:032c57942705af0e30ae282b03a9371501a66d11f5d45eb2c88c1e37beea7f34",
            "sha256:82acb13ea17da49d1f5b4e1825151665106d279665517c9c86dce92620d1d2ae",
            "sha256:b11b4ee0b9185d25491ceb3b2b0d5967a06d2dd286a020597d067626686b522c",
            "sha256:b2ea483f0fa45c63e8f924b9cf20efc15eb429678b14991e157b263e9198540e",
            "sha256:51dfde31094aa6d604f456c1310834c98cc8a866934301bab2fa4161dc5f6503",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:8a025d592f6121ef97dce5182ae47c11763651bb419816eaeb12523ac9f5e950",
            "sha256:e6f9bb065b568a375be0ee30abd9e23650c2bf9ccfe078da3239f070d0ceec25",
            "sha256:18d2d3a7fbfcf700a862f1b8d32085ac8ff1d94c07f195f4c651ec4064532158",
            "sha256:631b0aef0c9e63d3470ad99f58068aed72c61e4f56b28db2788e60779c1e6f92",
            "sha256:41039d492c13a4b6161f84a790049ad00e686d29a81a87ea73c8336a38cecb3e",
            "sha256:839084965cb2cdaf11cdb1d72e06ae60b0fe27cd35016d5fb50b4a11e9e714c9"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-07-26T15:14:36.897396429+08:00"
    }
}

更多版本