type Options struct {
// Dockerfile is the path to the Dockerfile within the build context. Dockerfile string// The path within the build context in which to execute the build. Path string
}
Options holds configuration options specific to Dockerfile builds