mitchellh / boot2docker-vagrant-box

Packer scripts to build a Vagrant-compatible boot2docker box.
424 stars 183 forks source link

Docker based build for b2d box #43

Closed dduportal closed 10 years ago

dduportal commented 10 years ago

Hi !

This PR change the build process, taking advantages of docker trusted build for boot2docker, and using the brand new Vagrant 1.6 Docker provider.

The new build will inject ./vagrant script (the one put on /etc/rc.d by the build-iso script) during Dockerbuild : no need to get a heavy ubuntu, download dependencies as lzma, and using CPU for opening/closing the iso => It'll improve the build speed.

Otherwise,

dduportal commented 10 years ago

Well, too much changes these times around b2d. I'll split this PR and working to clean the vboxsf module.