logo
docker.io/homeassistant/amd64-addon-configurator:6.1.0
linux/amd64 docker.io

Home Assistant amd64架构的配置器附加组件,用于在线编辑Home Assistant的配置文件(如YAML文件),方便用户管理和修改Home Assistant的各项设置,是Home Assistant生态中简化配置流程的工具。

30
浏览次数
109.90MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/amd64-addon-configurator:6.1.0
源镜像
docker.io/homeassistant/amd64-addon-configurator:6.1.0
镜像ID
sha256:c82108a82c339f4df03502a1b695cebf5ee75be7ff2bd8c13bbb3806aa6e74eb
镜像 TAG
6.1.0
镜像大小
109.90MB
平台架构
linux/amd64
镜像源
docker.io
CMD
启动入口
/init
工作目录
/
OS/平台
linux/amd64
镜像创建
2026-07-31T10:23:42.670575665Z
同步时间
2026-08-02 16:45
浏览量
30 次
贡献者
⚙️ 环境变量 9
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
LANG=C.UTF-8 1
S6_BEHAVIOUR_IF_STAGE2_FAILS=2 2
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 3
S6_CMD_WAIT_FOR_SERVICES=1 4
S6_SERVICES_READYTIME=50 5
PIP_EXTRA_INDEX_URL=https://wheels.home-assistant.io/musllinux-index/ 6
UV_EXTRA_INDEX_URL=https://wheels.home-assistant.io/musllinux-index/ 7
PIP_BREAK_SYSTEM_PACKAGES=1 8
🏷️ 镜像标签 13
KeyValue
amd64 io.hass.arch
amd64 io.hass.base.arch
alpine:3.24 io.hass.base.image
alpine io.hass.base.name
2026.06.1 io.hass.base.version
Simple browser-based file editor for Home Assistant io.hass.description
File editor io.hass.name
addon io.hass.type
https://github.com/home-assistant/addons/tree/master/configurator io.hass.url
6.1.0 io.hass.version
2026-07-31 10:23:33+00:00 org.opencontainers.image.created
https://github.com/home-assistant/docker-base org.opencontainers.image.source
6.1.0 org.opencontainers.image.version
🛡️ 镜像安全扫描
alpine 3.24.1 Trivy 2026-08-02 16:45 查看完整报告
5
低危 LOW
60
中危 MEDIUM
55
高危 HIGH
1
严重 CRITICAL
受影响目标 (3)
docker.io/homeassistant/amd64-addon-configurator:6.1.0 (alpine 3.24.1) alpine Python python-pkg usr/bin/tempio gobinary

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/amd64-addon-configurator:6.1.0
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/amd64-addon-configurator:6.1.0  docker.io/homeassistant/amd64-addon-configurator:6.1.0

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/amd64-addon-configurator:6.1.0
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/amd64-addon-configurator:6.1.0  docker.io/homeassistant/amd64-addon-configurator:6.1.0

Shell快速替换命令

sed -i 's#homeassistant/amd64-addon-configurator:6.1.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/amd64-addon-configurator:6.1.0#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/amd64-addon-configurator:6.1.0 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/amd64-addon-configurator:6.1.0  docker.io/homeassistant/amd64-addon-configurator:6.1.0'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/amd64-addon-configurator:6.1.0 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/amd64-addon-configurator:6.1.0  docker.io/homeassistant/amd64-addon-configurator:6.1.0'

镜像构建历史


# 2026-07-31 18:23:42  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD-SHELL" "curl --fail http://127.0.0.1:8099 || exit 1"] "0s" "0s" "0s" "0s" '\x00'}
                        
# 2026-07-31 18:23:42  3.11KB 复制新文件或目录到容器中
COPY rootfs / # buildkit
                        
# 2026-07-31 18:23:42  63.32MB 执行命令并创建新的镜像层
RUN |2 BUILD_ARCH=amd64 CONFIGURATOR_VERSION=0.6.0 /bin/ash -o pipefail -c apk add --no-cache         git         openssh-client         py3-pip         python3     && pip3 install         hass-configurator=="${CONFIGURATOR_VERSION}"         && find /usr/local         \( -type d -a -name test -o -name tests -o -name '__pycache__' \)         -o \( -type f -a -name '*.pyc' -o -name '*.pyo' \)         -exec rm -rf '{}' + # buildkit
                        
# 2026-07-31 18:23:42  0.00B 定义构建参数
ARG CONFIGURATOR_VERSION=0.6.0
                        
# 2026-07-31 18:23:42  0.00B 定义构建参数
ARG BUILD_ARCH=amd64
                        
# 2026-07-31 18:23:42  0.00B 设置环境变量 PIP_BREAK_SYSTEM_PACKAGES
ENV PIP_BREAK_SYSTEM_PACKAGES=1
                        
# 2026-06-16 17:22:11  0.00B 添加元数据标签
LABEL io.hass.type=base io.hass.base.name=alpine
                        
# 2026-06-16 17:22:11  0.00B 设置环境变量 LANG S6_BEHAVIOUR_IF_STAGE2_FAILS S6_CMD_WAIT_FOR_SERVICES_MAXTIME S6_CMD_WAIT_FOR_SERVICES S6_SERVICES_READYTIME PIP_EXTRA_INDEX_URL 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 PIP_EXTRA_INDEX_URL=https://wheels.home-assistant.io/musllinux-index/ UV_EXTRA_INDEX_URL=https://wheels.home-assistant.io/musllinux-index/
                        
# 2026-06-16 17:22:11  0.00B 定义构建参数
ARG EXTRA_INDEX_URL=https://wheels.home-assistant.io/musllinux-index/
                        
# 2026-06-16 17:22:11  0.00B 
SHELL [/bin/ash -o pipefail -c]
                        
# 2026-06-16 17:22:11  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/init"]
                        
# 2026-06-16 17:22:11  38.15MB 复制新文件或目录到容器中
COPY / / # buildkit
                        
# 2026-06-16 08:01:29  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2026-06-16 08:01:29  8.42MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:c82108a82c339f4df03502a1b695cebf5ee75be7ff2bd8c13bbb3806aa6e74eb",
    "RepoTags": [
        "homeassistant/amd64-addon-configurator:6.1.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/amd64-addon-configurator:6.1.0"
    ],
    "RepoDigests": [
        "homeassistant/amd64-addon-configurator@sha256:1f8d7912ae9aba559fbe7ff1c76ad9bcf41c75b253b50e12f48a8e09c7083a72",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/homeassistant/amd64-addon-configurator@sha256:1f8d7912ae9aba559fbe7ff1c76ad9bcf41c75b253b50e12f48a8e09c7083a72"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-07-31T10:23:42.670575665Z",
    "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/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",
            "PIP_EXTRA_INDEX_URL=https://wheels.home-assistant.io/musllinux-index/",
            "UV_EXTRA_INDEX_URL=https://wheels.home-assistant.io/musllinux-index/",
            "PIP_BREAK_SYSTEM_PACKAGES=1"
        ],
        "Cmd": null,
        "Healthcheck": {
            "Test": [
                "CMD-SHELL",
                "curl --fail http://127.0.0.1:8099 || exit 1"
            ]
        },
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": [
            "/init"
        ],
        "OnBuild": null,
        "Labels": {
            "io.hass.arch": "amd64",
            "io.hass.base.arch": "amd64",
            "io.hass.base.image": "alpine:3.24",
            "io.hass.base.name": "alpine",
            "io.hass.base.version": "2026.06.1",
            "io.hass.description": "Simple browser-based file editor for Home Assistant",
            "io.hass.name": "File editor",
            "io.hass.type": "addon",
            "io.hass.url": "https://github.com/home-assistant/addons/tree/master/configurator",
            "io.hass.version": "6.1.0",
            "org.opencontainers.image.created": "2026-07-31 10:23:33+00:00",
            "org.opencontainers.image.source": "https://github.com/home-assistant/docker-base",
            "org.opencontainers.image.version": "6.1.0"
        },
        "Shell": [
            "/bin/ash",
            "-o",
            "pipefail",
            "-c"
        ]
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 109896226,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/c0a074f5369f5e0cb002ce16a83c2ec9958654367541296b3392722f4e674aba/diff:/var/lib/docker/overlay2/c202af45c223c422acf9d8a6ccb1e8a0ebdbdaceb86671da108bbf7ffce21bc2/diff:/var/lib/docker/overlay2/d51bd9f442769618005c9be653661c047116bf4ebe32b04db2ad4ca7bebb792d/diff",
            "MergedDir": "/var/lib/docker/overlay2/8d3c391fca3c13a0c26db862b0bd8d203ac88b4a611506f9a6b13712360ac186/merged",
            "UpperDir": "/var/lib/docker/overlay2/8d3c391fca3c13a0c26db862b0bd8d203ac88b4a611506f9a6b13712360ac186/diff",
            "WorkDir": "/var/lib/docker/overlay2/8d3c391fca3c13a0c26db862b0bd8d203ac88b4a611506f9a6b13712360ac186/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:34884abbe92863fce933ed7c39c0e045631af0ed86d5cc0dfbdf9fdca426ce3c",
            "sha256:887e770f2073f93e7b359f2286428c024e34d6b958bf866c5aa4cb5b41195841",
            "sha256:828be88be92ba2cb5bab5bf96b11d8ca8ba444de09d2eeab45f6fdfd0a6e575c",
            "sha256:af4e2d1bdbbfe4336c81225c5d2f11178ccb6dcc776982d883ff30f1515a67cf"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-08-02T16:45:23.759483166+08:00"
    }
}

更多版本

docker.io/homeassistant/amd64-addon-configurator:6.0.0

linux/amd64 docker.io118.75MB2026-07-18 19:36
43

docker.io/homeassistant/amd64-addon-configurator:6.1.0

linux/amd64 docker.io109.90MB2026-08-02 16:45
29
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×