Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
func NewBuilder ¶
func NewBuilder(req *STIRequest) (*Builder, error)
type STIRequest ¶
type STIRequest struct {
BaseImage string
DockerSocket string
Verbose bool
PreserveWorkingDir bool
Source string
Ref string
Tag string
Clean bool
RemovePreviousImage bool
Environment map[string]string
CallbackUrl string
ScriptsUrl string
// contains filtered or unexported fields
}
STIRequest contains essential fields for any request: a base image, source directory, and tag
type STIResult ¶
STIResult includes a flag that indicates whether the build was successful and if an image was created, the image ID
Click to show internal directories.
Click to hide internal directories.