/cloud-images

Packer templates and other tools for building AlmaLinux images for various cloud platforms.

Primary LanguageHCLMIT LicenseMIT

AlmaLinux Cloud Images

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.

Roadmap

  • 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

Usage

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

Requirements

License

Licensed under the MIT license, see the LICENSE file for details.