MCPcopy
hub / github.com/moby/moby / stubExecutor

Struct stubExecutor

daemon/internal/builder-next/executor_nolinux.go:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type stubExecutor struct{}
16
17func (w *stubExecutor) Run(ctx context.Context, id string, root executor.Mount, mounts []executor.Mount, process executor.ProcessInfo, started chan<- struct{}) (resourcetypes.Recorder, error) {
18 return nil, errors.New("buildkit executor not implemented for " + runtime.GOOS)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected