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

     1  RELEASE=7
     2  
     3  if [ -n "${1:-}" ]; then
     4      RELEASE="$1"
     5  fi
     6  echo "Setting RELEASE=$RELEASE"
     7  
     8  DistType "redhat"
     9  MirrorURL "http://ftp.scientificlinux.org/linux/scientific/${RELEASE}x/\$basearch/os/"
    10  
    11  Setup
    12  Bootstrap
    13  
    14  #InstallPkgs yum vim-minimal
    15  
    16  Cleanup
    17