Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Opts ¶
type Opts struct {
// Optional Docker authentication config derived from interactive login or
// environment variables
AuthConf *authn.AuthConfig
// Optional user requested authentication file for writing/reading OCI
// registry credentials
ReqAuthFile string
// Variables passed to build procedure.
BuildVarArgs []string
// Variables file passed to build procedure.
BuildVarArgFile string
// Requested build architecture
ReqArch string
// Keep individual layers when creating OCI-SIF?
KeepLayers bool
// Context dir in which to perform build (relevant for ADD statements, etc.)
ContextDir string
// Disable buildkitd's internal caching mechanism
DisableCache bool
}
Click to show internal directories.
Click to hide internal directories.