New Fedora 26 box
Tirloni, Giovanni
gtirloni at ocadu.ca
Tue Jul 11 18:05:18 UTC 2017
Fedora 26 was released today (https://fedoramagazine.org/fedora-26-is-here) and we have a new Vagrant box for it.
It comes with Firefox 54, Chrome 59, Node.js 6.11 and Docker pre-configured.
To use the new box in an existing project:
1. Edit your Vagrantfile (Update this line: config.vm.box = "inclusivedesign/fedora26")
2. vagrant destroy -f
3. vagrant up
To remove old boxes:
1. vagrant box remove inclusivedesign/fedora24
2. vagrant box prune
A few PRs have been opened to update projects that use Fedora:
https://github.com/fluid-project/infusion/pull/834
https://github.com/GPII/universal/pull/527
https://github.com/GPII/linux/pull/93
More information about the fluid-work
mailing list