Ha ewelink installation failed

Hello comrades
i has a stuck wit ewe link installation in HA

clear HA installation dont solve this issue
HA is hosted at VM (Proxmox)
and was installed with proxmox community script

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/vm/haos-vm.sh)"

any ideas to solve trouble?

2026-08-08 17:17:39.129 INFO (MainThread) [supervisor.store.git] Cloning app /data/apps/git/f4f71350 repository from https://github.com/CoolKit-Technologies/ha-addon
2026-08-08 17:17:40.680 WARNING (SyncWorker_0) [supervisor.store.data] Can't read translations from /data/apps/git/a0d7b954/adguard/translations/en.yaml - expected str for dictionary value @ data['network']['53/udp']
2026-08-08 17:17:40.680 WARNING (SyncWorker_0) [supervisor.store.data] Can't read translations from /data/apps/git/a0d7b954/adguard/translations/nl.yaml - expected str for dictionary value @ data['network']['53/udp']
2026-08-08 17:17:40.726 INFO (MainThread) [supervisor.store] Loading apps from store: 80 all - 1 new - 0 remove
2026-08-08 17:17:53.909 INFO (SyncWorker_2) [supervisor.apps.app] Creating Home Assistant app data folder /data/apps/data/f4f71350_ewelink_smart_home_slug
2026-08-08 17:17:53.913 INFO (MainThread) [supervisor.docker.app] Starting build for f4f71350/amd64-addon-ewelink_smart_home_slug:1.4.6
2026-08-08 17:17:53.914 INFO (MainThread) [supervisor.docker.manager] Running command '['docker', 'buildx', 'build', '.', '--tag', 'f4f71350/amd64-addon-ewelink_smart_home_slug:1.4.6', '--file', 'Dockerfile', '--platform', 'linux/amd64', '--pull', '--label', 'io.hass.version=1.4.6', '--label', 'io.hass.arch=amd64', '--label', 'io.hass.type=app', '--label', 'io.hass.name=eWeLink Smart Home', '--label', 'io.hass.description=connect eWeLink with home-assistant', '--label', 'io.hass.url=https://www.facebook.com/ewelink.support', '--build-arg', 'BUILD_VERSION=1.4.6', '--build-arg', 'BUILD_ARCH=amd64']' on docker:29.6.2-cli
2026-08-08 17:17:53.916 INFO (MainThread) [supervisor.docker.manager] Pulling image docker:29.6.2-cli
2026-08-08 17:18:00.917 ERROR (MainThread) [supervisor.docker.app] Docker build failed for f4f71350/amd64-addon-ewelink_smart_home_slug:1.4.6 (exit code 1). Build output:
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 566B done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG ${BUILD_FROM} results in empty or invalid base image name (line 2)
#1 DONE 0.1s
 1 warning found (use docker --debug to expand):
 - InvalidDefaultArgInFrom: Default value for ARG ${BUILD_FROM} results in empty or invalid base image name (line 2)
Dockerfile:2
--------------------
   1 |     ARG BUILD_FROM
   2 | >>> FROM ${BUILD_FROM}
   3 |     
   4 |     ENV LANG=C.UTF-8
--------------------
ERROR: failed to build: failed to solve: base name (${BUILD_FROM}) should not be blank
2026-08-08 17:18:00.918 ERROR (MainThread) [supervisor.apps.app] Could not build image for app f4f71350_ewelink_smart_home_slug: Docker build failed for f4f71350/amd64-addon-ewelink_smart_home_slug:1.4.6 (exit code 1). Build output:
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 566B done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG ${BUILD_FROM} results in empty or invalid base image name (line 2)
#1 DONE 0.1s
 1 warning found (use docker --debug to expand):
 - InvalidDefaultArgInFrom: Default value for ARG ${BUILD_FROM} results in empty or invalid base image name (line 2)
Dockerfile:2
--------------------
   1 |     ARG BUILD_FROM
   2 | >>> FROM ${BUILD_FROM}
   3 |     
   4 |     ENV LANG=C.UTF-8
--------------------
ERROR: failed to build: failed to solve: base name (${BUILD_FROM}) should not be blank

See the note in this url, this is the old way of doing things.
https://developers.home-assistant.io/docs/apps/configuration#build-args

So would be to use explicit FROM ghcr.io/home-assistant/base:latest in your Dockerfile to achieve the same build result as before.

That repository has a huge warning that it’s been archived & has been replaced by a different one