aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/set_versions.py (follow)
Commit message (Collapse)AuthorAgeLines
* Add Python Version TestsGravatar Hassan Abouelela2023-03-18-7/+31
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Refactor Python Version ParsingGravatar Hassan Abouelela2023-03-17-6/+4
| | | | | | | Remove the pointless function and allow the file-level constants to be imported by external callers. Signed-off-by: Hassan Abouelela <[email protected]>
* Make Python Binary Mount DynamicGravatar Hassan Abouelela2023-03-15-23/+0
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Add Multi-version CapabilityGravatar Hassan Abouelela2023-03-15-0/+68
Adds support for having multiple evaluation python versions installed in the docker container. A utility to automatically generate correct dockerfile instructions and nsjail mounts based on the available versions is also included. Signed-off-by: Hassan Abouelela <[email protected]>