mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-24 10:21:20 -05:00
Packer Builder for [Linode Images](https://www.linode.com/docs/platform/disk-images/linode-images/) Adds the following builder: * `linode` Based on https://github.com/linode/packer-builder-linode (MPL/2) (formerly maintained by @dradtke). Includes website docs and tests. Relates to #174, #3131 |
||
|---|---|---|
| .. | ||
| artifact.go | ||
| artifact_test.go | ||
| builder.go | ||
| builder_acc_test.go | ||
| builder_test.go | ||
| config.go | ||
| linode.go | ||
| ssh.go | ||
| step_create_image.go | ||
| step_create_linode.go | ||
| step_create_ssh_key.go | ||
| step_shutdown_linode.go | ||