How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "debian/stretch64"
end
vagrant init debian/stretch64
vagrant up
This version was created about 3 years ago.
This version was created almost 4 years ago.
This version was created almost 4 years ago.
This version was created about 4 years ago.
This version was created about 4 years ago.
This version was created over 4 years ago.
This version was created over 4 years ago.
This version was created about 5 years ago.
This version was created about 5 years ago.
This version was created over 5 years ago.
From: https://www.debian.org/News/2017/20171007.en.html
Due to an oversight while preparing the point release, the usual update to the "base-files" package to reflect the new version was unfortunately not included. An updated package will be made available via "stretch-updates" in the near future ( this means this base box version will appear as a 9.1 release when looking at /etc/debian_version
)