Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
Replace AWOL boxcutter with canonical ubuntu
Browse files Browse the repository at this point in the history
The boxcutter/ubuntu1404 vagrant repo moved to box-cutter/ubuntu1404 but that
is currently returning 404 Not Found for the box. Thus, I am switching to the
canonical ubuntu/trusty64 repo by Canonical.

[skip ci]
  • Loading branch information
watson81 committed May 5, 2018
1 parent 42bd95a commit ea8e133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def get_cpu_setting(host)
end

Vagrant.configure(2) do |config|
config.vm.box = "boxcutter/ubuntu1404"
override.vm.box = "ubuntu/trusty64"
config.vm.synced_folder ".", "/vagrant"
config.vm.define "docker-raspbian" do |config|
config.vm.hostname = "docker-raspbian"
Expand Down

0 comments on commit ea8e133

Please sign in to comment.