- 01 Aug, 2013 1 commit
-
-
Julian Phillips authored
We have two choices for VMware on Linux. We already support Workstation, add support for Player too. VMware Player doesn't come with vmware-vdiskmanager, so fall back to using qemu-img if we can find that. Conflicts: builder/vmware/driver.go
-
- 31 Jul, 2013 39 commits
-
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
builder/amazon/common: handle missing source AMI error
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mark Peek authored
Specifying a non-existent source AMI will result in an empty array of images in the response which would cause an "index out of range" panic. This change handles this case more gracefully with an error message.
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
/cc @rasa - This is more idiomatic Go: to share the platform-independent stuff and make the platform-specific stuff unexported functions
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
This adds support for Windows VMware Workstation
-
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
James Massara authored
Conflicts: builder/amazon/common/run_config.go
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
This adds "no-launch" EBS-backed AMI creation, which allows the creation of these AMIs without launching a new EC2 instance. Instead this builder is meant to be run on an existing EC2 instance and uses that instance as a host to attach root EBS volumes, provision in a chroot, etc.
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-