Commit Graph

2801 Commits

Author SHA1 Message Date
Matthew McKeen 00d3ee42e5 docker-import: finish up Dockerfile provisioning, Add TODO for next section #774 2014-01-06 15:12:08 -08:00
Matthew McKeen 208b330b84 docker-import post-processor, add TODO #774 2014-01-06 13:43:30 -08:00
Matthew McKeen 8147ad66ec Start adding dockerfile provisioning to docker-import post-processor #774 2014-01-06 13:42:32 -08:00
Jack Pearkes 7022b62017 website: update defaults for DO ID's 2014-01-06 16:13:22 -05:00
Matthew McKeen 0373a950f5 Merge branch 'master' of https://github.com/mitchellh/packer into docker-metadata 2014-01-05 16:36:51 -08:00
Mitchell Hashimoto 73e57d918f Merge pull request #791 from stefanfoulis/patch-1
website: includes information about "provider"
2014-01-04 13:54:48 -08:00
Stefan Foulis feacecdffc includes information about "provider" 2014-01-04 22:24:14 +01:00
Mitchell Hashimoto 12938fe36b builder/virtualbox,vmware: checksum not required if checksum type is
none
2014-01-04 11:10:13 -08:00
Mitchell Hashimoto 15956a3c02 Merge pull request #789 from bpot/puppet_default_really_correct
website: really fix puppet provisioner cmd docs
2014-01-04 10:58:37 -08:00
Bob Potter 11353f182e website: really fix puppet provisioner cmd docs 2014-01-04 12:55:56 -06:00
Matthew McKeen b53dd2e0bd Merge branch 'master' of https://github.com/mitchellh/packer into docker-metadata 2014-01-03 18:03:39 -08:00
Anthony Spring 41b009dcf1 Add disk mode configuration to allow users to specify the desired diskMode to ovftool: eagerZeroedThick , seSparse, thin and think. Defaults to thick per current ovftool default. 2014-01-03 02:07:36 -05:00
Mitchell Hashimoto 93f217c2f1 Update CHANGELOG.md 2014-01-02 15:14:51 -08:00
Mitchell Hashimoto 173f63a336 Merge pull request #777 from mitchellh/docker-user-vars
builder/docker: include user vars for docker configuration
2014-01-02 15:14:15 -08:00
Matthew McKeen d6621bb023 Merge branch 'master' of https://github.com/mitchellh/packer into docker-metadata 2014-01-02 14:51:15 -08:00
Jack Pearkes 0788d96841 builder/docker: include user vars for docker configuration 2014-01-02 14:49:30 -08:00
Matthew McKeen 3d60bfb312 Add docker-import post-processor.
Implemented initial working version
of Docker image importing code. #774
2014-01-02 14:49:14 -08:00
Mitchell Hashimoto 04f14161f5 up version for dev 2014-01-02 13:33:50 -08:00
Matthew McKeen 1f961a7d25 Merge branch 'master' of https://github.com/mitchellh/packer into docker-metadata 2014-01-02 13:10:24 -08:00
Mitchell Hashimoto edb685f99a website: stupid file to increase counter 2014-01-02 09:26:52 -08:00
Mitchell Hashimoto d44bcc9bbb v0.5.1 2014-01-02 08:51:18 -08:00
Matthew McKeen f657aae494 Merge branch 'master' of https://github.com/mitchellh/packer into docker-metadata 2014-01-01 23:33:55 -08:00
Matthew McKeen 0ec18a723a Finish up parameter parsing and validation.
Login to a docker index now works, ready for
implementation of the actual push logic.
2014-01-01 23:29:27 -08:00
Matthew McKeen a0e533db41 Rename docker post processor to docker-push.
Implement login to a docker registry, error handling
2014-01-01 22:30:28 -08:00
Mitchell Hashimoto a41678eb3b update CHANGELOG 2014-01-01 22:24:29 -08:00
Mitchell Hashimoto e6fb71d14f packer/rpc: write only the remaining data on muxconn retry 2014-01-01 22:20:03 -08:00
Mitchell Hashimoto 84541c670b packer/rpc: get rid of trace level 2014-01-01 22:19:43 -08:00
Mitchell Hashimoto e37e690e99 packer/rpc: more logging and fix a bug with read buffer start point 2014-01-01 22:13:06 -08:00
Mitchell Hashimoto bf8715b704 packer/rpc: more logs 2014-01-01 22:03:12 -08:00
Mitchell Hashimoto 1dd5a13139 packer/rpc: more logging in muxconn 2014-01-01 21:59:00 -08:00
Mitchell Hashimoto a7144d1025 packer/rpc: a little more logging 2014-01-01 21:53:57 -08:00
Mitchell Hashimoto d5bf5d7f39 packer/rpc: make sure we read all the data 2014-01-01 21:53:36 -08:00
Matthew McKeen ae8bffcdf9 Merge branch 'master' of https://github.com/mitchellh/packer into docker-metadata 2014-01-01 21:49:57 -08:00
Mitchell Hashimoto 3a1908bbb3 packer/rpc: make things loud 2014-01-01 21:34:11 -08:00
Mitchell Hashimoto 21b690851f fmt 2014-01-01 21:19:47 -08:00
Matthew McKeen 8bdb723264 Do some forward porting of the old work of
mitchellh/packer's docker branch. #774
2014-01-01 21:18:09 -08:00
Mitchell Hashimoto c74b3758d3 builder/vmware-iso: ESX5Driver impl OutputDir [GH-773] 2014-01-01 20:55:08 -08:00
Mitchell Hashimoto 07cc1cd93e update CHANGELOG 2013-12-31 22:33:46 -08:00
Mitchell Hashimoto a11a1aa509 Merge pull request #772 from greglu/virtualbox-ovf-shutdown-timer-fix
builder/virtualbox-ovf: fix shutdown_timeout handling
2013-12-31 22:33:11 -08:00
Greg Lu 6d2e50e598 builder/virtualbox/ovf: fix shutdown_timeout handling
The shutdown_timeout config parameter was being ignored
(for both the user setting and the "5m" default) on the
virtualbox-ovf builder. As a result, packer complained
of timeouts on graceful shutdowns, and the build process
would error out. This fixes that along with some newly
created tests.
2013-12-31 18:28:33 -05:00
Mitchell Hashimoto dbc6376dc7 Merge pull request #771 from bpot/bp/fix_puppet_docs
website: correct default puppet provisioner command
2013-12-31 13:10:17 -08:00
Bob Potter 9c07d2d5b3 website: correct default puppet provisioner command 2013-12-31 15:06:08 -06:00
Matthew Hooker 9e1c00a592 Merge pull request #769 from gabriel403/patch-1
Documentation/docker: link pointing to dockerfiles was incorrect
2013-12-31 11:01:09 -08:00
Gabriel Baker 9d535f19d3 link pointing to dockerfiles was incorrect 2013-12-31 19:00:08 +00:00
Mitchell Hashimoto ae37050e8a packer/rpc: muxconn can't use stream ID 0 ever 2013-12-30 21:03:10 -08:00
Mitchell Hashimoto 7177cc149f up version for dev 2013-12-30 20:57:59 -08:00
Mitchell Hashimoto 72c83944cd Merge pull request #766 from rasa/patch-1
website: added missing builders to intro
2013-12-30 15:20:02 -08:00
Ross Smith II 738db963d0 Added missing builders to intro 2013-12-30 15:19:01 -08:00
Mitchell Hashimoto 8c6ece6923 v0.5.0 2013-12-30 12:29:36 -08:00
Mitchell Hashimoto 5c7e7daac9 comments 2013-12-28 10:04:15 -07:00