Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Buildfile string Workdir string NoCache bool SuppressOutput bool RmTmpContainers bool ForceRmTmpContainer bool UniqueID string Logger logging.Logger DockerHost string DockerCert string EnvVars TupleArray BuildArgs TupleArray KeepSteps bool KeepArtifacts bool NoSquash bool NoPruneRmImages bool UseTLS bool FroceRmImages bool ApiPort int ApiBinding string SecretService bool SecretProviders string }
Config stores application configurations
type TupleArray ¶
type TupleArray []TupleItem
func (*TupleArray) Find ¶
func (i *TupleArray) Find(key string) string
func (*TupleArray) Set ¶
func (i *TupleArray) Set(value string) error
func (*TupleArray) String ¶
func (i *TupleArray) String() string
Click to show internal directories.
Click to hide internal directories.