AlmaLinux Cloud Images is a project that contains Packer templates and other tools for building AlmaLinux images for various cloud platforms.
Vagrant boxes are published to the almalinux organization on Vagrant Cloud.
- Vagrant + VirtualBox support
- Vagrant + VMWare support
- Vagrant + Parallels support
- Vagrant + Microsoft Hyper-V support
- Vagrant + Libvirt support
- AWS support
- Google Cloud support
- Microsoft Azure support
- DigitalOcean support
Build a VirtualBox box:
$ packer build -only=virtualbox-iso.almalinux-8 almalinux-8.pkr.hcl
Build a VMWare box:
$ packer build -only=vmware-iso.almalinux-8 almalinux-8.pkr.hcl
Build a Libvirt box:
$ packer build -only=qemu.almalinux-8 almalinux-8.pkr.hcl
- Packer
- Ansible
- VirtualBox (for VirtualBox images only)
- VMWare Workstation (for VMWare images only)
- QEMU (for Libvirt images only)
Licensed under the MIT license, see the LICENSE file for details.