buildx/driver/remote
Tonis Tiigi 19dbf2f7c4
remote: fix connhelpers with custom dialer
With the new dial-stdio command the dialer is split
from `Client` function in order to access it directly.

This breaks the custom connhelpers functionality
as support for connhelpers is a feature of the default
dialer. If client defines a custom dialer then only
it is used without extra modifications. This means
that remote driver dialer needs to detect the
connhelpers on its own.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
(cherry picked from commit 8f576e5790)
2024-03-12 09:35:08 -07:00
..
util remote: use winio DialPipeContext for named pipes 2024-02-28 16:19:58 +03:00
driver.go remote: fix connhelpers with custom dialer 2024-03-12 09:35:08 -07:00
factory.go driver: make buildkitd "config" and "flags" names consistent 2024-02-22 10:26:18 +01:00