builder/builder-next/executor_linux.go
Function newExecutor
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func newExecutor(root, cgroupParent string, net *libnetwork.Controller, dnsConfig *oci.DNSConfig, rootless bool, idmap idtools.IdentityMapping, apparmorProfile string) (executor.Executor, error) {