This script will download a .qcow2 GitHub Enterprise image, convert it to a Triton-friendly format and import it into your Triton installation.
NOTE: This script must be run on a Triton compute node with sufficient
privileges to run vmadm and sdc-imgadm
- Clone this repo and all submodules (e.g.
git clone --recursive …) - Update the value of
GITHUB_VERSIONinbuild.shto reflect the version you want to build - Run
./build.sh