Skip to content

Commit

Permalink
Disable packer telemetry by default
Browse files Browse the repository at this point in the history
  • Loading branch information
simaotwx committed Aug 14, 2024
1 parent c73f61c commit e51dc67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packer_interop/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ func EnvVars(additionalEnvVars map[string]string, passThroughCurrent bool) map[s
}
envVars[TPPRunPacker] = "true"
envVars["PACKER_RUN_UUID"] = uuid.Must(uuid.NewRandom()).String()
envVars["CHECKPOINT_DISABLE"] = "1"
return envVars
}

0 comments on commit e51dc67

Please sign in to comment.