Skip to content

SSH Tunnel не устанавливается на последней версии? #31

@Alfair

Description

@Alfair

в логе supervisor -- ошибка, говорящая что $BUILD_FROM не может быть пустым.

2026-04-15 14:21:19.884 INFO (MainThread) [supervisor.docker.addon] Starting build for a889bffc/aarch64-addon-ssh_tunnel:1.0.6
2026-04-15 14:21:19.941 INFO (MainThread) [supervisor.docker.manager] Running command '['docker', 'buildx', 'build', '.', '--tag', 'a889bffc/aarch64-addon-ssh_tunnel:1.0.6', '--file', 'Dockerfile', '--platform', 'linux/arm64', '--pull', '--label', 'io.hass.version=1.0.6', '--label', 'io.hass.arch=aarch64', '--label', 'io.hass.type=app', '--label', 'io.hass.name=SSH Tunnel', '--label', 'io.hass.description=Create SSH tunnel to public server', '--label', 'io.hass.url=https://github.com/AlexxIT/hassio-addons/tree/master/ssh_tunnel', '--build-arg', 'BUILD_VERSION=1.0.6', '--build-arg', 'BUILD_ARCH=aarch64']' on docker.io/library/docker:29.3.1-cli
2026-04-15 14:22:20.906 ERROR (MainThread) [supervisor.docker.addon] Docker build failed for a889bffc/aarch64-addon-ssh_tunnel:1.0.6 (exit code 1). Build output:
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile:
#1 transferring dockerfile: 219B 1.4s done
#1 DONE 5.5s
 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 |     RUN apk add --no-cache openssh
--------------------
ERROR: failed to build: failed to solve: base name ($BUILD_FROM) should not be blank
2026-04-15 14:22:21.979 ERROR (MainThread) [supervisor.addons.addon] Could not build image for app a889bffc_ssh_tunnel: Docker build failed for a889bffc/aarch64-addon-ssh_tunnel:1.0.6 (exit code 1). Build output:
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile:
#1 transferring dockerfile: 219B 1.4s done
#1 DONE 5.5s
 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 |     RUN apk add --no-cache openssh
--------------------
ERROR: failed to build: failed to solve: base name ($BUILD_FROM) should not be blank

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions