Skip to content

alvistack/vagrant-rhel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

075ddcf · Mar 23, 2025
Jan 1, 2025
Jan 1, 2025
Jan 1, 2025
Mar 23, 2025
Feb 27, 2025
Mar 22, 2025
Jan 1, 2025
Mar 18, 2025
Sep 24, 2022
Feb 11, 2025
May 6, 2022
Mar 18, 2025
Jan 14, 2025
Jan 1, 2025
May 24, 2024
Sep 18, 2024
Sep 21, 2021
Jan 1, 2025
Jan 1, 2025
Jan 1, 2025
Jan 1, 2025

Repository files navigation

Vagrant Box Packaging for RHEL

AlviStack

GitLab pipeline status GitHub tag GitHub license Vagrant Box download

Red Hat Enterprise Linux (often abbreviated to RHEL) is a Linux distribution developed by Red Hat for the commercial market. Red Hat Enterprise Linux is released in server versions for x86-64, Power ISA, ARM64, and IBM Z and a desktop version for x86-64. All of Red Hat's official support and training, together with the Red Hat Certification Program, focuses on the Red Hat Enterprise Linux platform.

Learn more about RHEL: https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux

Supported Boxes and Respective Packer Template Links

Overview

Quick Start

Once you have Vagrant and VirtaulBox installed, run the following commands under your project directory:

# Initialize Vagrant
vagrant init alvistack/rhel-9

# Start the virtual machine
vagrant up

# SSH into this machine
vagrant ssh

# Terminate the virtual machine
vagrant destroy --force

Molecule

You could also run our Molecule test cases if you have Vagrant and Libvirt installed, e.g.

# Run Molecule on RHEL 9
molecule converge -s rhel-9-libvirt

Please refer to .gitlab-ci.yml for more information on running Molecule.

Versioning

YYYYMMDD.Y.Z

Release tags could be find from GitHub Release of this repository. Thus using these tags will ensure you are running the most up to date stable version of this image.

YYYYMMDD.0.0

Version tags ended with .0.0 are rolling release rebuild by GitLab pipeline in weekly basis. Thus using these tags will ensure you are running the latest packages provided by the base image project.

License

Author Information