github.com/apptainer/singularity@v3.1.1+incompatible/examples/legacy/2.1/fedora.def (about)

     1  RELEASE=23
     2  
     3  if [ -n "${1:-}" ]; then
     4      RELEASE="$1"
     5  fi
     6  echo "Setting RELEASE=$RELEASE"
     7  
     8  DistType "redhat"
     9  MirrorURL "http://download.fedoraproject.org/pub/fedora/linux/releases/$RELEASE/Everything/\$basearch/os/"
    10  
    11  Setup
    12  Bootstrap
    13  
    14  InstallPkgs dnf
    15  
    16  Cleanup
    17