//
pkg.gl
Category
github.com/devtable/docker-builder
builder
package
0.7.0
Repository:
https://github.com/devtable/docker-builder.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
14
Dependents
0
Files
239 SLOC
#
Functions
NewBuilder
NewBuilder returns an instance of a Builder struct.
#
Variables
SkipPush
SkipPush, when set to true, will override any behavior set by a Bobfile and will cause builders *NOT* to run `docker push` commands.
#
Structs
Builder
A Builder is the struct that actually does the work of moving files around and executing the commands that do the docker build.