You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Packer is a tool for building identical machine images for multiple platforms
from a single source configuration.
Packer is lightweight, runs on every major operating system, and is highly
performant, creating machine images for multiple platforms in parallel. Packer
supports various platforms through external plugin integrations, the full list of which can
be found at https://developer.hashicorp.com/packer/integrations.
The images that Packer creates can easily be turned into Vagrant boxes.
See
CONTRIBUTING.md
for best practices and instructions on setting up your development environment
to work on Packer.
Unmaintained Plugins
As contributors' circumstances change, development on a community maintained
plugin can slow. When this happens, HashiCorp may use GitHub's option to archive the
plugin’s repository, to clearly signal the plugin's status to users.
What does unmaintained mean?
The code repository and all commit history will still be available.
Documentation will remain on the Packer website.
Issues and pull requests are monitored as a best effort.
No active development will be performed by HashiCorp.
If you are interested in maintaining an unmaintained or archived plugin, please reach out to us at packer@hashicorp.com.
About
Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.