-
- Downloads
Add the ability to specify location of qtype_stack libraries
by Git remote and commit hash. Two new build args have been added to the Dockerfile: - QTYPE_STACK_REMOTE - QTYPE_STACK_COMMIT When both are specified, the qtype_stack libraries will be retreived from the specified Git remote at the specified commit hash (a tag may also be used). The asset file maximalocal.mac.template will be dynamically generated from the libraries cloned from Git. These new build args can work in conjunction with the MAXIMA_VERSION and SBCL_VERSION build args. - When no MAXIMA_VERSION or SBCL_VERSION arg is supplied, the appropriate versions to use are extracted from the version matrix specified in the versions file - When MAXIMA_VERSION or SBCL_VERSION is supplied the specified version(s) will be used and trump anything specified in the versions file. The Dockerfile is backwards compatible, meaning that buildimage.sh continues to work exactly as it did before. Thank you to Benjamin Southall for work on the generate_maximalocal_template.php script.
assets/generate_maximalocal_template.php
0 → 100644
buildscript.sh
100644 → 100755
File mode changed from 100644 to 100755
Please register or sign in to comment