Versions in this module Expand all Collapse all v1 v1.1.10 Dec 12, 2023 Changes in this version + type Attestation = result.Attestation[solver.ResultProxy] + type CacheOptionsEntry = gw.CacheOptionsEntry + type Frontend interface + Solve func(ctx context.Context, llb FrontendLLBBridge, opt map[string]string, ...) (*Result, error) + type FrontendLLBBridge interface + ResolveImageConfig func(ctx context.Context, ref string, opt llb.ResolveImageConfigOpt) (string, digest.Digest, []byte, error) + Solve func(ctx context.Context, req SolveRequest, sid string) (*Result, error) + Warn func(ctx context.Context, dgst digest.Digest, msg string, opts WarnOpts) error + type Result = result.Result[solver.ResultProxy] + type SolveRequest = gw.SolveRequest + type WarnOpts = gw.WarnOpts