Documentation ¶
Index ¶
- Variables
- type Client
- type Opts
- func (b *Opts) CacheImports() (result []client.CacheOptionsEntry)
- func (b *Opts) Exports(tag string) []client.ExportEntry
- func (b *Opts) Frontend() string
- func (b *Opts) FrontendAttrs() map[string]string
- func (b *Opts) LocalDirs(contextDir string) map[string]string
- func (b *Opts) Session() (result []session.Attachable, err error)
- type ProgressStyle
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ProgressStyleAuto = ProgressStyle("auto") ProgressStyleNone = ProgressStyle("none") ProgressStylePlain = ProgressStyle("plain") ProgressStyleTTY = ProgressStyle("tty") )
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Opts ¶
type Opts struct { CacheFromImages []string Args map[string]string Label map[string]string Target string Tag []string NoCache bool AddHosts []string Secrets []string SSH []string Dockerfile string Progress ProgressStyle Output string Pull bool }
func (*Opts) CacheImports ¶
func (b *Opts) CacheImports() (result []client.CacheOptionsEntry)
func (*Opts) FrontendAttrs ¶
type ProgressStyle ¶
type ProgressStyle string
Click to show internal directories.
Click to hide internal directories.