Skip to content

AracPac v2.2.0 boxes

Latest
Compare
Choose a tag to compare
@moismailzai moismailzai released this 13 Aug 23:35

Ubuntu 22.0.4.2 LTS

Usage

Download from https://app.vagrantup.com/aracpac/boxes/ubuntu22/versions/2.2.0.

Basic

Vagrant.configure("2") do |config|
  config.vm.box = "aracpac/ubuntu22"
  config.vm.box_version = "<=2.2.0"
end

Optimized

Download at https://github.com/aracpac/aracpac-vagrantfiles/blob/v2.2.0/ubuntu22/Vagrantfile.

CentOS Stream

Usage

Download from https://app.vagrantup.com/aracpac/boxes/centos9-stream/versions/2.2.0.

Basic

Vagrant.configure("2") do |config|
  config.vm.box = "aracpac/centos9-stream"
  config.vm.box_version = "<=2.2.0"
end

Optimized

Download at https://github.com/aracpac/aracpac-vagrantfiles/blob/v2.2.0/centos9-stream/Vagrantfile.