How to use this box with Vagrant:

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

This version was created 8 months ago.

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

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