Skip to content
Snippets Groups Projects
Select Git revision
  • develop
  • master default
  • 20250423.1.2
  • 20250423.1.1
  • 20250422.1.2
  • 20250422.1.1
  • 20250420.1.1
  • 20250419.1.1
  • 20250418.1.2
  • 20250418.1.1
  • 20250415.1.1
  • 20250412.1.1
  • 20250411.1.1
  • 20250410.1.2
  • 20250410.1.1
  • 20250408.1.1
  • 20250407.1.2
  • 20250407.1.1
  • 20250403.1.1
  • 20250331.1.2
  • 20250331.1.1
  • 20250323.1.1
22 results

vagrant-fedora

  • Clone with SSH
  • Clone with HTTPS
  • Vagrant Box Packaging for Fedora

    AlviStack

    GitLab pipeline status GitHub tag GitHub license Vagrant Box download

    Fedora is a Linux distribution developed by the community-supported Fedora Project which is sponsored primarily by Red Hat, a subsidiary of IBM, with additional support from other companies. Fedora contains software distributed under various free and open-source licenses and aims to be on the leading edge of free technologies. Fedora is the upstream source of the commercial Red Hat Enterprise Linux distribution, and subsequently CentOS as well.

    Learn more about Fedora: https://getfedora.org/

    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/fedora-41
    
    # 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 Fedora 41
    molecule converge -s fedora-41-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