Skip to content

Latest commit

 

History

History
93 lines (55 loc) · 3.86 KB

README.md

File metadata and controls

93 lines (55 loc) · 3.86 KB

Awesome Packer Awesome

A curated list of resources on HashiCorp's Packer Inspired by @sindresorhus' awesome and awesome-terraform.

Your contributions are welcome!

Packer is an open source tool for creating 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 does not replace configuration management like Chef or Puppet. In fact, when building images, Packer is able to use tools like Chef or Puppet to install software onto the image.

You can see the updates from @awesome_packer

Table of Contents

Official Resources

Books

Community

Libraries

Custom Provisioners

  • deno - Use Deno TypeScript or JavaScript for provisioning.

Custom Wrappers

Tutorials and Blog Posts

Beginner Guides

Custom Templates

Talks