Open jezdez opened 10 years ago
The image is built from this packer file: https://github.com/mitchellh/packer-ubuntu-12.04-docker
I'll build a VMware image. I want to move the VirtualBox image to a new S3 bucket anyway.
Perhaps we can use the release system of Github in order to store the image
There's a fairly small file size limit IIRC. Can't find out exactly what it is though.
And there's a chicken/egg problem there too – we need to put the release URL in the docker script, but we need tag the docker script before we can get a release. Argh.
You are right 1GB by repository . S3 is a better way to distribute expect it cost money.
I'll put it on the @orchardup S3 account and we can cover the cost. Shouldn't be much. :)
Yays \o/
In theory this should just be a matter of building a VMware Vagrant box with Packer and setting the
VAGRANT_DEFAULT_PROVIDER
environment variable on first run.