Documentation ¶
Overview ¶
Package cmd contains the main entry point for the docker and STI builders
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunDockerBuild ¶
RunDockerBuild creates a docker builder and runs its build
func RunExtractImageContent ¶
RunExtractImageContent extracts files from existing images into the build working directory.
func RunGitClone ¶
RunGitClone performs a git clone using the build defined in the environment
func RunManageDockerfile ¶
RunManageDockerfile manipulates the dockerfile for docker builds. It will write the inline dockerfile to the working directory (possibly overwriting an existing dockerfile) and then update the dockerfile in the working directory (accounting for contextdir+dockerfilepath) with new FROM image information based on the imagestream/imagetrigger and also adds some env and label values to the dockerfile based on the build information.
func RunS2IBuild ¶ added in v1.3.0
RunS2IBuild creates a S2I builder and runs its build
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package dockercfg contains a command helper to read .dockercfg files
|
Package dockercfg contains a command helper to read .dockercfg files |
Package scmauth provides SCM authentication methods based on secret files
|
Package scmauth provides SCM authentication methods based on secret files |