How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "pfribeiro/debian-11.7-aarch64"
  config.vm.box_version = "202305.22.0"
end
vagrant init pfribeiro/debian-11.7-aarch64 \
  --box-version 202305.22.0
vagrant up

This version was created 4 months ago.

debian-11.7 arm64 from debian-11.7.0-arm64-DVD-1.iso provisioned for libvirt/qemu following bento for Apple Silicon (M1)

3 providers for this version.
  • vmware Hosted by Vagrant Cloud (422 MB)

  • qemu Hosted by Vagrant Cloud (928 MB)

  • libvirt Hosted by Vagrant Cloud (928 MB)