Documentation ¶
Index ¶
- func Build(ctx context.Context, drivers []DriverInfo, opt map[string]Options, ...) (resp map[string]*client.SolveResponse, err error)
- func LoadInputs(ctx context.Context, d driver.Driver, inp Inputs, pw progress.Writer, ...) (func(), error)
- type Auth
- type DockerAPI
- type DriverInfo
- type Inputs
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Auth ¶
type Auth interface {
GetAuthConfig(registryHostname string) (clitypes.AuthConfig, error)
}
type DockerAPI ¶
type DockerAPI interface {
DockerAPI(name string) (dockerclient.APIClient, error)
}
type DriverInfo ¶
type Options ¶
type Options struct { Inputs Inputs Tags []string Labels map[string]string BuildArgs map[string]string Pull bool ImageIDFile string ExtraHosts []string NetworkMode string NoCache bool Target string Platforms []specs.Platform Exports []client.ExportEntry Session []session.Attachable CacheFrom []client.CacheOptionsEntry CacheTo []client.CacheOptionsEntry Allow []entitlements.Entitlement }
Click to show internal directories.
Click to hide internal directories.