How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "tcataldo/stretch64"
config.vm.box_version = "9.0"
end
vagrant init tcataldo/stretch64 \
--box-version 9.0
vagrant up
This version was created over 5 years ago.
Fresh install with updates 2019-04-02