hashicorp / packer

Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
http://www.packer.io
Other
15.06k stars 3.32k forks source link

Document use of TMPDIR required for remote plugin installation #13056

Closed nywilken closed 3 months ago

nywilken commented 3 months ago

Packer 1.11.0 requires access to a system's temporary directory for downloading and validating remote plugins installed via packer init or packer plugins install. This information is not documented and can lead to confusion for users working on systems whose TMPDIR are non-writable or non-executable (e.g CIS hardened environments).

Closes #13028

github-actions[bot] commented 2 months ago

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.