mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 01:30:06 -04:00
- Internal plugins are compiled into the same packer binary and invoked through the plugin command - Search paths allow disk-based plugins to override and should function as normal - This should allow for a 94% space savings vs statically compiling all the plugins as separate binaries.. approximately 24mb vs 431mb |
||
|---|---|---|
| .. | ||
| 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 | ||