Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Frontend ¶
type Frontend interface {
Solve(ctx context.Context, llb FrontendLLBBridge, opt map[string]string) (solver.CachedResult, map[string][]byte, error)
}
type FrontendLLBBridge ¶
type FrontendLLBBridge interface { Solve(ctx context.Context, req SolveRequest) (solver.CachedResult, map[string][]byte, error) ResolveImageConfig(ctx context.Context, ref string) (digest.Digest, []byte, error) Exec(ctx context.Context, meta executor.Meta, rootfs cache.ImmutableRef, stdin io.ReadCloser, stdout, stderr io.WriteCloser) error }
type SolveRequest ¶
Directories ¶
Path | Synopsis |
---|---|
command
Package command contains the set of Dockerfile commands.
|
Package command contains the set of Dockerfile commands. |
parser
Package parser implements a parser and parse tree dumper for Dockerfiles.
|
Package parser implements a parser and parse tree dumper for Dockerfiles. |
pb
Package moby_buildkit_v1_frontend is a generated protocol buffer package.
|
Package moby_buildkit_v1_frontend is a generated protocol buffer package. |
Click to show internal directories.
Click to hide internal directories.