Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Build ¶ added in v0.6.0
type Build struct { F_File string `desc:"Name of the file to look for build, support both Riofile and Dockerfile"` T_Tag string `desc:"Name and optionally a tag in the 'name:tag' format"` BuildArg []string `desc:"Set build-time variables"` NoCache bool `desc:"Do not use cache when building the image"` }
func (*Build) Run ¶ added in v0.6.0
func (b *Build) Run(ctx *clicontext.CLIContext) error
Click to show internal directories.
Click to hide internal directories.