# Functions
NewBuilder returns an instance of a Builder struct.
# Variables
SkipPush will, when set to true, override any behavior set by a Bobfile and will cause builders *NOT* to run `docker push` commands.
# Structs
A Builder is the struct that actually does the work of moving files around and
executing the commands that do the docker build.
NewBuilderOptions encapsulates all of the options necessary for creating a new builder.