Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultConfigPath = ".stifile"
DefaultConfigPath specifies the default location of the STI config file
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Source string `json:"source" yaml:"source"` BaseImage string `json:"baseImage" yaml:"baseImage"` Tag string `json:"tag" yaml:"tag"` Flags map[string]string `json:"flags,omitempty" yaml:"flags,omitempty"` }
Config represents a basic serialization for the STI build options
Click to show internal directories.
Click to hide internal directories.