mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Disable buildkit's subreaper until the issue is understood
Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
parent
d46fa93cb6
commit
4a40f921d3
1 changed files with 5 additions and 0 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Reference in a new issue