# Functions

NewBuilder returns an instance of a Builder struct.

# Variables

SkipPush, when set to true, will override any behavior set by a Bobfile and will cause builders *NOT* to run `docker push` commands.
WaitForPush indicates to main() that a `docker push` command has been started.

# Structs

A Builder is the struct that actually does the work of moving files around and executing the commands that do the docker build.