Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonuwz/packer
https://github.com/jonuwz/packer
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonuwz/packer
- Owner: jonuwz
- Created: 2014-05-02T11:55:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-21T07:55:42.000Z (over 10 years ago)
- Last Synced: 2024-06-03T09:45:54.657Z (5 months ago)
- Language: Shell
- Size: 230 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Notes
* If you build a qemu image, minify the resulting image with:
`cd output-qemu`
`mv image.qcow2 image.qcow2.big`
`qemu-img -O qcow2 -c image.qcow2.big image.qcow2`
`rm image.qcow2.big`* To only build a certain image run
`packer build -only=qemu template.json`
`packer build -only=vmware-iso template.json`
`packer build -only=virtualbox-iso template.json`