Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitBuildContext ¶
type GitBuildContext struct {
// Path must be set when docker build context is located in a subpath inside the repository
Path string
// Repository which will be used as docker build context
Repository string
// Reference is the name of the branch to clone. By default is used 'master'
Reference string
// Auth
Auth auth.GitAuther
}
GitBuildContext defines a build context from a git repository
func (*GitBuildContext) GenerateContextFilesystem ¶ added in v0.4.0
func (c *GitBuildContext) GenerateContextFilesystem() (*filesystem.ContextFilesystem, error)
Click to show internal directories.
Click to hide internal directories.