Skip to content

Commit

Permalink
Adds additional plugin driver debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmccormack authored and lbajolet-hashicorp committed Nov 22, 2024
1 parent 4473e6e commit f336910
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builder/docker/driver_docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ func (d *DockerDriver) Build(args []string) (string, error) {
imageIdFilePath := imageIdFile.Name()
imageIdFile.Close()

log.Printf("Building container with args: %v", args)
cmd := exec.Command(d.Executable, "build")
cmd.Args = append(cmd.Args, "--iidfile", imageIdFilePath)
cmd.Args = append(cmd.Args, args...)
Expand Down

0 comments on commit f336910

Please sign in to comment.