How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "lipro/ubuntu-16.04"
config.vm.box_version = "201809.28.0"
end
vagrant init lipro/ubuntu-16.04 \
--box-version 201809.28.0
vagrant up
This version was created almost 6 years ago.
{ "name": "ubuntu-16.04", "version": "201809.28.0", "build_timestamp": "20180929010718", "git_revision": "ba0264e46c5d19996b1f69e34a6948e6313f1ecd", "git_status": "clean", "box_basename": "ubuntu-16.04-201809.28.0", "template": "ubuntu-16.04-amd64", "packer": "1.3.1", "vagrant": "2.1.5", "providers": [ { "name": "hyperv", "version": null, "file": "ubuntu-16.04-201809.28.0.hyperv.box", "checksum_type": "sha256", "checksum": "06163d300e8cc9ee2dc8c8153c910d99b4e6ccce4ce9dfe9bd0e24ddb3cb9cbf", "size": "805 MB", "build_time": 1472 } ] }