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 Result ¶
type Result struct {
Ref solver.ResultProxy
Refs map[string]solver.ResultProxy
Metadata map[string][]byte
}
type SolveRequest ¶
type SolveRequest = gw.SolveRequest
Directories
¶
| Path | Synopsis |
|---|---|
|
cmd/dockerfile-frontend
command
|
|
|
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. |
|
parser/dumper
command
|
|
Click to show internal directories.
Click to hide internal directories.