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 FrontendLLBBridge ¶
type FrontendLLBBridge interface { Solve(ctx context.Context, req SolveRequest, sid string) (*Result, error) ResolveImageConfig(ctx context.Context, ref string, opt llb.ResolveImageConfigOpt) (digest.Digest, []byte, error) Warn(ctx context.Context, dgst digest.Digest, msg string, opts WarnOpts) error }
type SolveRequest ¶
type SolveRequest = gw.SolveRequest
Directories ¶
Path | Synopsis |
---|---|
command
Package command contains the set of Dockerfile commands.
|
Package command contains the set of Dockerfile commands. |
parser
The parser package implements a parser that transforms a raw byte-stream into a low-level Abstract Syntax Tree.
|
The parser package implements a parser that transforms a raw byte-stream into a low-level Abstract Syntax Tree. |
Click to show internal directories.
Click to hide internal directories.