ZIP
WinGet
Packer
HashiCorp · 1.9.4 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
packer_1.9.4_windows_amd64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Hashicorp.Packer
Version
1.9.4
Description
Packer is a tool for building identical machine images for multiple platforms from a single source configuration.
License
BSL-1.1
↗
Homepage
https://www.packer.io/
Support
https://www.packer.io/community
Release Notes
BUG FIXES:
- core: core: When invoking Packer with the CHECKPOINT_DISABLE environment variable the telemetry reporter is left uninitialized in order to disable telemetry reporting. Any method calls on the nil reporter is expected to check if the reporter is active or in NOOP mode. The SetBundledUsage function, introduced in Packer 1.9.2, failed to perform a nil check before attempting to modify an attribute, causing Packer to fail when telemetry is disabled. This release fixes this issue by intr…