On Thu, Feb 08, 2018 at 09:02:03AM +0100, Lucas Nussbaum wrote: > It seems that Hashicorp decided to migrate from e.g. > https://atlas.hashicorp.com/alpine/alpine64 > to > https://app.vagrantup.com/alpine/boxes/alpine64 > > This breaks images download, making this package essentially > unfortunately: > > $ vagrant init alpine/alpine64 > A `Vagrantfile` has been placed in this directory. You are now > ready to `vagrant up` your first virtual environment! Please read > the comments in the Vagrantfile as well as documentation on > `vagrantup.com` for more information on using Vagrant.
A workaround is to change the default server URL in the Vagrantfile, as suggested in the upstream bug report. https://github.com/hashicorp/vagrant/issues/9442#issuecomment-363080565 Cheers, -- James GPG Key: 4096R/91BF BF4D 6956 BD5D F7B7 2D23 DFE6 91AE 331B A3DB _______________________________________________ Pkg-ruby-extras-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers
