aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Oryx - Fix bug when dynamically installing dotnet in universal image (#125)Samruddhi Khandale2022-09-013-1/+49
| | | | | | | * fix oryx * copy /images * bimp version
* Adds a new Conda Feature (#127)Samruddhi Khandale2022-09-013-0/+35
| | | | | * add conda Feature * addCondaForge
* Oryx - Clean up and shrink size (#116)Samruddhi Khandale2022-08-313-1/+24
| | | | | | | | | | | | | * shrink oryx * bump version * bump version * prune dotnet * add warning * bump version
* test updates to adopt https://github.com/devcontainers/cli/pull/124 (#114)Josh Spicer2022-08-2425-0/+391
| | | | | | | | | | | | | | | * test updates to adopt https://github.com/devcontainers/cli/pull/124 * remove accidental tgz check in * typo in option * typo in python install script on dotnet6/jammy branch * no scenarios * code review and test name * Delete install_os_provided_python.sh
* favor correctness by removing `apt update ...` short-circuiting (#98)Josh Spicer2022-08-231-1/+2
| | | | | | | | | * favor correctness by removing apt update shortciruiting * Update install.sh * apt_get_upadate in node * update test
* Add new NVIDIA CUDA feature (#80)JP Ungaretti2022-08-211-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add new Nvidia feature * Remove random empty files * Update comments * Rename feature to nvidia-cuda * Add feature to tests * Add version * Move test to match new name * Add final output message * Fix capitalization of NVIDIA * Remove option for base CUDA * Use camelCase * Check for required packages * Use os-release instead of lsb_release * Clean up keyring variables * Collapse keyring lines * Always install CUDA libraries * Add option to install NVTX * Always use ubuntu2004 repo * Use test instead of brackets * Add default values to feature * Add version options for CUDA and cuDNN * Rename CUDA version option * Add scenario to test specific CUDA/cuDNN version * Rename cuDNN scenario * Fix typo in test scenario * Update variable casing * Add more helpful error messages * Remove default values from script * Use enum for version option * Polish new scenarios * Remove apt_get_update_if_needed and check_packages * Add more versions * Improve error messages * Comments and feature description Co-authored-by: Josh Spicer <joshspicer@github.com>
* update `dotnet`/`oryx` features to use recommended install location for ↵Josh Spicer2022-08-171-0/+3
| | | | | | | | | | | | | | | | | | | | | | | dotnet6 (#91) * use default jammy apt feed to mitigate jammy/oryx install issues * remove old comment * jammy first tries default apt repo * refactoring * glob friendly and tests * test files * better greps * correct path * DEBIAN_FRONTEND global in oryx install script * remove set -e from dotnet script to handle errors ourselves
* Rename feature: 'common' to 'common-utils' (#79)Samruddhi Khandale2022-08-051-0/+0
| | | | | * Renaming feature: 'common' to 'common-utils' * removing duplicate tests
* Port changes and set executable bitJosh Spicer2022-07-2924-0/+0
| | | | | -Ports change from: https://github.com/microsoft/vscode-dev-containers/pull/1554 Sets all scripts as executable by default.
* Revert "add gradle feature"Samruddhi Khandale2022-06-151-11/+0
| | | | This reverts commit 123ca4650aac072448cb7681e80d3573129ace98.
* add gradle featureSamruddhi Khandale2022-06-151-0/+11
|
* Merge JupyterLab feature into Python feature (#40)JP Ungaretti2022-06-081-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Restructure tools installation * Tweak bash and zsh config * Remove extra space * Update comments * Add option to install JupyterLab * Add option to configure JupyterLab * Add option to install ML packages * Remove deprecated JuptyerLab feature * Add new arguments to Python feature * Remove trailing whitespace * Organize new arguments * Resolve feedback * Create new scenario for JupyterLab * Fix user in JupyterLab scenario * Revert changes to Python test * Remove ML packages * Update test names * Rename CORS option
* Add oryx feature (#27)Samruddhi Khandale2022-05-271-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add oryx * modify oryx sh * add oryx in matrix * install dotnet * fix permission * test * test 2 * test 3 * fix dotnet * fix oryx * fix * fix path issues + debugging * remove debugging * add oryx test to actions * fix test * modify test * add $ * fix user * address comments * add repo * add wget * allow apt-update * add --no-check-certificate * install ca-certificates * install with another approach * fix infinite test runs * Update src/oryx/install.sh Co-authored-by: Josh Spicer <joshspicer@github.com> Co-authored-by: Josh Spicer <joshspicer@github.com>
* update jupyter and ruby features (#26)jospicer/testing-multi-repo-authJosh Spicer2022-05-273-25/+2
| | | | | | | | | * jekyll and jupyter updates * add ruby to jekylls pr test * update jekyll and ruby test * remove features that dont follow my rules
* correct rust assertsJosh Spicer2022-05-261-1/+3
|
* maven and optional sdkman (#25)Josh Spicer2022-05-261-1/+1
| | | | | * maven * optional sdk man
* Adds a PHP feature (#22)Samruddhi Khandale2022-05-261-0/+12
| | | | | | | | | | | | | | | | | * add php * add test * fix test * add to workflow * fix test * fix bug * test composer Co-authored-by: Josh Spicer <joshspicer@github.com>
* fixJosh Spicer2022-05-261-1/+1
|
* format test/git/test.shJosh Spicer2022-05-261-9/+8
|
* test file misnamedJosh Spicer2022-05-251-0/+0
|
* and jupyterJosh Spicer2022-05-251-9/+8
|
* fix crazy test.sh formattingJosh Spicer2022-05-2518-161/+143
|
* Update test.shJosh Spicer2022-05-251-9/+8
|
* add feature stubs for allJosh Spicer2022-05-1325-4/+300
|
* restructure and update cli (#11)Josh Spicer2022-05-122-0/+24
* restructure and update cli * typo