mirror of
https://github.com/moby/buildkit.git
synced 2026-08-11 17:44:38 +00:00
This fixes the issues where buildkit and callers do not have to be a subpreaper in order to use networking. I can add CNI provider later, with a hidden sub command to create a new network namespace and bind mount it to buildkit's state dir. Signed-off-by: Michael Crosby <crosbymichael@gmail.com>