@ -233,6 +233,10 @@ func runBuild(dockerCli command.Cli, options buildOptions) (err error) {
if err != nil {
return err
}
_, err = b.LoadNodes(ctx, false)
ctx2, cancel := context.WithCancel(context.TODO())
defer cancel()