The app - well visible after adding your dépot - doesn't install. I get this message.
An unknown error occurred while trying to build the image for app 2b6a69dc_ttlock-hass-integration. Check Supervisor logs for details
2026-04-19 22:40:41.822 INFO (MainThread) [supervisor.docker.addon] Starting build for 2b6a69dc/aarch64-addon-ttlock-hass-integration:0.4.11
2026-04-19 22:40:41.834 INFO (MainThread) [supervisor.docker.manager] Running command '['docker', 'buildx', 'build', '.', '--tag', '2b6a69dc/aarch64-addon-ttlock-hass-integration:0.4.11', '--file', 'Dockerfile', '--platform', 'linux/arm64', '--pull', '--label', 'io.hass.version=0.4.11', '--label', 'io.hass.arch=aarch64', '--label', 'io.hass.type=app', '--label', 'io.hass.name=TTLock', '--label', 'io.hass.description=Integration of the offline TTLock SDK into Home Assistant', '--label', 'io.hass.url=https://github.com/kind3r/hass-addons', '--build-arg', 'BUILD_VERSION=0.4.11', '--build-arg', 'BUILD_ARCH=aarch64']' on docker.io/library/docker:29.1.3-cli
2026-04-19 22:40:49.091 ERROR (MainThread) [supervisor.docker.addon] Docker build failed for 2b6a69dc/aarch64-addon-ttlock-hass-integration:0.4.11 (exit code 1). Build output:
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 592B done
#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-04-19 22:40:49.092 ERROR (MainThread) [supervisor.addons.addon] Could not build image for app 2b6a69dc_ttlock-hass-integration: Docker build failed for 2b6a69dc/aarch64-addon-ttlock-hass-integration:0.4.11 (exit code 1). Build output:
#0 building with "default" instance using docker driver
The app - well visible after adding your dépot - doesn't install. I get this message.
An unknown error occurred while trying to build the image for app 2b6a69dc_ttlock-hass-integration. Check Supervisor logs for details
the Log shows this :
What can I do?