open-vagrant-boxes icon indicating copy to clipboard operation
open-vagrant-boxes copied to clipboard

Docker-compatible Vagrant base boxes

Results 10 open-vagrant-boxes issues
Sort by recently updated
recently updated
newest added

How about Hyper-V variant, as I couldn't see any other at https://oss-binaries.phusionpassenger.com/vagrant/boxes/latest/? There also should be one for Ubuntu 20.02.

Are you guys planning to release a 16.04 base box?

Hi, Since late morning `vagrant up --provision` doesn't work on our different systems. We have made no changes to our VagrantFile. We use: `phusion/ubuntu-14.04-amd64` The error output is: ``` DEBUG...

`bundle exec rake virtualbox:ubuntu-14.04-amd64:all` . . . ` There was an error downloading http://releases.ubuntu.com/14.04/ubuntu-14.04-server-amd64.iso: 404 Not Found ` --- http://releases.ubuntu.com/14.04/ seems to promote usage of 14.04.3 instead. The iso url...

This is the Vagrantfile for my docker host running via VirtualBox: ``` ruby Vagrant.configure(2) do |config| config.vm.box = 'phusion/ubuntu-14.04-amd64' config.vm.provider 'virtualbox' do |provider| provider.customize ['modifyvm', :id, '--memory', 4096] provider.customize ['modifyvm',...

In the latest version of the 14.04 Ubuntu box, Puppet 3 has some known bugs where it doesn't like `file()` syntax: ``` # file exists at modules/nginx/files/nginx.conf file { 'nginx_config':...

At the moment, the vagrant user can run any command as root without a password, but to run commands as any other user requires a password. This commit allows the...

First, many thanks for putting together those templates and bringing veewee to my attention. I tried building the ubuntu-14.04 image myself, without any modifications. ``` $ git log -1 |...

I got the link to your boxes off http://vagrantbox.es; I was hoping to use Puppet to provision the new 14.04LTS release of Ubuntu - however I soon noticed it to...