package executor
import "github.com/moby/buildkit/executor"
Index ¶
Types ¶
type Executor ¶
type Executor interface { // TODO: add stdout/err Exec(ctx context.Context, meta Meta, rootfs cache.Mountable, mounts []Mount, stdin io.ReadCloser, stdout, stderr io.WriteCloser) error }
type HostIP ¶
type Meta ¶
type Meta struct { Args []string Env []string User string Cwd string Tty bool ReadonlyRootFS bool ExtraHosts []HostIP NetMode pb.NetMode SecurityMode pb.SecurityMode }
type Mount ¶
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
executor/containerdexecutor | |
executor/oci | |
executor/runcexecutor |
- Version
- v0.7.2
- Published
- Jul 27, 2020
- Platform
- js/wasm
- Imports
- 5 packages
- Last checked
- 8 seconds ago –
Tools for package owners.