aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* bump all features to pick up metadata changes in CLI v0.14.0 (#118)Josh Spicer2022-08-2625-25/+25
|
* add documentationURL to all features (#115)Josh Spicer2022-08-2425-25/+50
|
* Fix bug - Python: Error installing os-provided python (#112)Samruddhi Khandale2022-08-2316-29/+35
| | | | | * python: fix bug * bump versions
* favor correctness by removing `apt update ...` short-circuiting (#98)Josh Spicer2022-08-2323-214/+114
| | | | | | | | | * favor correctness by removing apt update shortciruiting * Update install.sh * apt_get_upadate in node * update test
* fix rust error when choose a non-default version. (#111)Josh Spicer2022-08-232-3/+3
| | | port of https://github.com/microsoft/vscode-dev-containers/pull/1592
* Automated documentation update (#109)github-actions[bot]2022-08-211-0/+29
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Add new NVIDIA CUDA feature (#80)JP Ungaretti2022-08-212-0/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Automated documentation update (#106)github-actions[bot]2022-08-1824-24/+260
| | | Co-authored-by: github-actions <github-actions@github.com>
* Move extensions and settings under customizations.vscode (#97)Samruddhi Khandale2022-08-1715-98/+158
| | | | | | | * move extensions and settings under customizations * nit * bump versions
* update `dotnet`/`oryx` features to use recommended install location for ↵Josh Spicer2022-08-173-74/+113
| | | | | | | | | | | | | | | | | | | | | | | 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
* update `rust` version proposals (#95)Josh Spicer2022-08-161-4/+4
| | | Update devcontainer-feature.json
* sshd: always run initial apt-get (#96)Josh Spicer2022-08-152-13/+2
| | | | | | | | | * sshd: always run initial apt-get * just run apt-update * move * remove whitespace
* Add notes for Features that have them (#88)Chuck Lantz2022-08-116-0/+190
| | | | Co-authored-by: Brigit Murtaugh <brigit.murtaugh@microsoft.com>
* Automated documentation update (#90)github-actions[bot]2022-08-119-25/+22
| | | Co-authored-by: github-actions <github-actions@github.com>
* Options: Follow camelCase (#89)Samruddhi Khandale2022-08-1119-77/+62
| | | rename Options
* Remove lingering TODO from Python feature (#87)JP Ungaretti2022-08-101-1/+0
|
* Automated documentation update (#86)github-actions[bot]2022-08-101-1/+1
| | | Co-authored-by: github-actions <github-actions@github.com>
* Java: fix gradle bug - invalid version (#84)Samruddhi Khandale2022-08-102-4/+3
| | | | | * Java: fix gradle bug - invalid version * drop 'lts'
* Automated documentation update (#85)github-actions[bot]2022-08-0924-48/+48
| | | Co-authored-by: github-actions <github-actions@github.com>
* Automated documentation update (#81)github-actions[bot]2022-08-061-1/+1
| | | Co-authored-by: github-actions <github-actions@github.com>
* Prep: republish features to ghcr.io (#78)Samruddhi Khandale2022-08-0524-93/+49
| | | | | | | | | | | * syncing action * modify release.yaml * version update ; remove "install" * add 'latest' * add workflow condition
* Rename feature: 'common' to 'common-utils' (#79)Samruddhi Khandale2022-08-053-4/+4
| | | | | * Renaming feature: 'common' to 'common-utils' * removing duplicate tests
* bump go to 1.19Josh Spicer2022-08-051-2/+2
|
* Automated documentation update (#77)github-actions[bot]2022-08-031-0/+2
| | | Co-authored-by: github-actions <github-actions@github.com>
* port https://github.com/microsoft/vscode-dev-containers/pull/1560Josh Spicer2022-08-011-1/+1
|
* parity with https://github.com/microsoft/vscode-dev-containers/pull/1561Josh Spicer2022-08-011-2/+2
|
* sync with https://github.com/microsoft/vscode-dev-containers/pull/1559Josh Spicer2022-08-011-1/+1
|
* port change https://github.com/microsoft/vscode-dev-containers/pull/1558Josh Spicer2022-07-301-1/+3
|
* port over https://github.com/microsoft/vscode-dev-containers/issues/1555Josh Spicer2022-07-291-0/+2
|
* Port changes and set executable bitJosh Spicer2022-07-2921-1/+27
| | | | | -Ports change from: https://github.com/microsoft/vscode-dev-containers/pull/1554 Sets all scripts as executable by default.
* Java: bundle maven and gradle as options (#68)Samruddhi Khandale2022-07-232-1/+27
| | | bundle maven and gradle
* oryx: fix env variable DYNAMIC_INSTALL_ROOT_DIR (#63)Samruddhi Khandale2022-07-161-6/+2
| | | fix bug
* Oryx: change path of git repo download (#59)Samruddhi Khandale2022-07-152-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | * change oryx git path * change oryx install dir * change ownership * add debian flavor * revert codespace:codespace * temp testing * attempt to fix stuck action * remove name * attempt 2 * remove name * attempt 3 * nit
* PHP: Install additional versions (#61)v0.0.4v0.0.3Samruddhi Khandale2022-07-142-69/+86
| | | | | | | | | | | | | | | | | * PHP: install additional versions * fix bug * fix test scenario * adding quotes * change identifier * nit * tweak: to unblock git merge * nit
* Java: Install additional versions (#62)Samruddhi Khandale2022-07-142-15/+35
| | | | | | | | | * Java: Install additional versions * nit * tweak: to unblock git merge * nit
* Dotnet: Install additional versions (#60)Samruddhi Khandale2022-07-142-22/+39
| | | | | | | * Dotnet: Install additional versions * nit * tweak: to unblock git merge
* smart auto-install multiple versions for `node` (#56)Josh Spicer2022-07-142-6/+25
| | | | | | | | | | | | | | | | | | | | | * node * fix comment (no-ci) * Apply suggestions from code review Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * update test scenario * remove minor for node 18 * update scenarios to object notation * add shabang * only set default node once Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
* Python: Install additional versions (#58)Samruddhi Khandale2022-07-012-26/+46
| | | | | | | | | | | * additional install * update test * nit * fix test Co-authored-by: Josh Spicer <joshspicer@github.com>
* ruby: install additional versions (#57)Samruddhi Khandale2022-07-012-4/+18
| | | | | | | * ruby: install additional versions * nit: fixing spelling Co-authored-by: Josh Spicer <joshspicer@github.com>
* Automated documentation updateDevcontainers CI2022-06-2224-144/+72
|
* Automated documentation updateDevcontainers CI2022-06-2121-26/+26
|
* add descriptions to feature metadata (no-ci)Josh Spicer2022-06-2121-19/+64
|
* Revert "Attempt to fix communication error on images smoke test (#52)"Samruddhi Khandale2022-06-211-10/+6
| | | | This reverts commit 7b256bf53497cf07fc877a99ba790c4eae1b4586.
* Attempt to fix communication error on images smoke test (#52)Samruddhi Khandale2022-06-201-6/+10
| | | | | | | * reposition chown: ruby * debug * reorg chown
* Python: Install python tools if python exists (#51)Samruddhi Khandale2022-06-181-10/+9
| | | | | | | | | | | | | * fix python * fix [] * fix group * fix path * remove duplicate chown * use INSTALL_PATH's py
* Revert "Automated documentation update"Samruddhi Khandale2022-06-151-27/+0
| | | | This reverts commit 66b31e08e87147c08a74bb75b2412472fff814e6.
* Merge branch 'main' of https://github.com/devcontainers/featuresSamruddhi Khandale2022-06-151-0/+27
|\
| * Automated documentation updateDevcontainers CI2022-06-151-0/+27
| |
* | Revert "add gradle feature"Samruddhi Khandale2022-06-152-158/+0
|/ | | | This reverts commit 123ca4650aac072448cb7681e80d3573129ace98.
* add gradle featureSamruddhi Khandale2022-06-152-0/+158
|