PACKER(1) | packer | PACKER(1) |
packer - tool for creating machine images for multiple platforms
$ packer <command> [<options>] <args>
$ packer build -only=amazon-ebs template.json
Packer is a CLI tool for the automatic creation of identical machine images (single deployable units that contain a pre-configured OS and installed software) for multiple platforms (public cloud providers, private cloud and desktop virtualization solutions) from a single JSON template configuration file. For the documentation of Packer, especially on how to write proper Packer templates, please see <https://www.packer.io/docs>.
To get a build log, run packer like this: $ PACKER_LOG=1 packer build foo.json 2>>build.log, or use $PACKER_LOG_PATH.
For a full list of available environment variables, see <https://www.packer.io/docs/other/environmental-variables.html>.
HashiCorp's Packer is developed by Mitchell Hashimoto <mitchell.hashimoto@gmail.com>, Jack Pearkes <jackpearkes@gmail.com>, Mark Peek, Ross Smith II <ross@smithii.com>, and Rickard von Essen <rickard.von.essen@gmail.com>.
This manpage is written by Daniel Stender <stender@debian.org> for the Debian Go packaging team.