github.com/apptainer/singularity@v3.1.1+incompatible/examples/legacy/2.1/centos.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://mirror.centos.org/centos-${RELEASE}/${RELEASE}/os/\$basearch/"
    10  
    11  Setup
    12  Bootstrap
    13  
    14  InstallPkgs yum vim-minimal
    15  
    16  Cleanup
    17