mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-29 02:02:06 -04:00
This commit adds a new type of builder which builds an AMI based on a snapshot of an EBS volume which is provisioned on a "surrogate" instance. This can be used to build operating system images from scratch, but unlike the `chroot` builder does not require running from an AWS EC2 instance. |
||
|---|---|---|
| .. | ||
| test-fixtures | ||
| build.go | ||
| build_test.go | ||
| command_test.go | ||
| fix.go | ||
| fix_test.go | ||
| inspect.go | ||
| meta.go | ||
| plugin.go | ||
| push.go | ||
| push_test.go | ||
| validate.go | ||
| validate_test.go | ||
| version.go | ||
| version_test.go | ||