docker build git@some.url.de:/path/to/repo.git
работает, но этот составной файл:
services:
servicea:
build: git@some.url.de:/path/to/repo.git
дает
ERROR: error fetching: Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
: exit status 128
Git использует s sh для доступа к удаленному репо. Я работаю из кли, но не с compose, в чем тут подвох?