Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitBuildContext ¶
type GitBuildContext struct { // 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 // Dockerfile is the dockerfile placement inside the repository Dockerfile string // Auth Auth auth.GitAuther }
GitBuildContext defines a build context from a git repository
Click to show internal directories.
Click to hide internal directories.