Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheOptionsEntry ¶ added in v0.4.0
type CacheOptionsEntry = gw.CacheOptionsEntry
type Frontend ¶
type Frontend interface {
Solve(ctx context.Context, llb FrontendLLBBridge, opt map[string]string, inputs map[string]*pb.Definition) (*Result, error)
}
type FrontendLLBBridge ¶
type FrontendLLBBridge interface { Solve(ctx context.Context, req SolveRequest) (*Result, error) ResolveImageConfig(ctx context.Context, ref string, opt llb.ResolveImageConfigOpt) (digest.Digest, []byte, error) Exec(ctx context.Context, meta executor.Meta, rootfs cache.ImmutableRef, stdin io.ReadCloser, stdout, stderr io.WriteCloser) error }
type Result ¶
type Result struct { Ref solver.ResultProxy Refs map[string]solver.ResultProxy Metadata map[string][]byte }
type SolveRequest ¶
type SolveRequest = gw.SolveRequest
type WorkerInfos ¶
type WorkerInfos interface {
WorkerInfos() []client.WorkerInfo
}
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. |
Click to show internal directories.
Click to hide internal directories.