boxcutter / centos

Virtual machine templates for CentOS written in legacy JSON
Apache License 2.0
425 stars 198 forks source link

Vagrant boxes not available on Vagrant cloud #76

Closed jarl-dk closed 7 years ago

jarl-dk commented 7 years ago

Building a new vagrant box fails. Example Vagrantfile:

Vagrant.configure(2) do |config|

  config.vm.box = "boxcutter/centos7"
  config.vm.box_version = "17.0915.1"
end

It seems like all vagrant boxes are gone from vagrant cloud: https://app.vagrantup.com/boxcutter

boxcutter-robot commented 7 years ago

Yes, we are no longer providing pre-built binaries.

On Oct 22, 2017, at 11:45 PM, Jarl Friis notifications@github.com wrote:

Building a new vagrant box fails. Example Vagrantfile:

Vagrant.configure(2) do |config|

config.vm.box = "boxcutter/centos7" config.vm.box_version = "17.0915.1" end It seems like all vagrant boxes are gone from vagrant cloud: https://app.vagrantup.com/boxcutter https://app.vagrantup.com/boxcutter — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/boxcutter/centos/issues/76, or mute the thread https://github.com/notifications/unsubscribe-auth/AL5WA5Ngo6jHIH_2KATQBgV47cq38Rw0ks5svDX8gaJpZM4QCXDB.

jarl-dk commented 7 years ago

OK. Thanks for info.