Disable buildkit's subreaper until the issue is understood
Signed-off-by: Tibor Vass <tibor@docker.com> Upstream-commit: 4a40f921d3c73b056271bad128f9da7d90b1cd2a Component: engine
This commit is contained in:
@@ -18,6 +18,11 @@ import (
|
||||
|
||||
const networkName = "bridge"
|
||||
|
||||
func init() {
|
||||
// FIXME: https://github.com/moby/moby/issues/37676
|
||||
runcexecutor.DisableSubReaper()
|
||||
}
|
||||
|
||||
func newExecutor(root string, net libnetwork.NetworkController) (executor.Executor, error) {
|
||||
return runcexecutor.New(runcexecutor.Opt{
|
||||
Root: filepath.Join(root, "executor"),
|
||||
|
||||
Reference in New Issue
Block a user