Merge pull request #1620 from jedevc/remote-controller-fixes

Improvements for remote controller code
This commit is contained in:
Justin Chadwell
2023-02-21 10:52:58 +00:00
committed by GitHub
3 changed files with 66 additions and 57 deletions

View File

@ -392,10 +392,6 @@ func launchControllerAndRunBuild(dockerCli command.Cli, options buildOptions) er
if err := c.Disconnect(ctx, ref); err != nil {
logrus.Warnf("disconnect error: %v", err)
}
// If "invoke" isn't specified, further inspection ins't provided. Finish the buildx server.
if err := c.Kill(ctx); err != nil {
return err
}
}
return nil
}