How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "bento/debian-12.4-arm64"
  config.vm.box_version = "202401.31.0"
end
vagrant init bento/debian-12.4-arm64 \
  --box-version 202401.31.0
vagrant up

This version was created 7 months ago.

Deprecated in favor of shorter name boxes(without -arm64) with new architecture flags. Debian 12.4 arm64 Vagrant box version 202401.31.0 created with Bento by Chef. Built with: parallels: 19.2.1, vmware-fusion: 13.5.0, packer: Packer v1.10.0

2 providers for this version.
  • parallels
    arm64 Hosted by Vagrant Cloud (621 MB)
  • vmware_desktop
    arm64 Hosted by Vagrant Cloud (442 MB)