aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* git : Remove misleading variables (#146)Samruddhi Khandale2022-09-092-3/+3
| | | | | | | | | * remove misleading ppa value * add test * nit * bump version
* add bzip2 to common-utils (former ↵Lucas Fernando Nunes2022-09-082-1/+2
| | | | | | | https://github.com/microsoft/vscode-dev-containers/pull/1586) (#142) * add bzip2 * bump version
* Automated documentation update (#141)github-actions[bot]2022-09-071-0/+1
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Use the newly updated GPG key for GitHub CLI (#139)3x!12022-09-072-3/+3
| | | | | * Use the newly updated GPG key for GitHub CLI * bump feature version
* bump versions (#138)Samruddhi Khandale2022-09-073-3/+3
|
* fix bug - Debian / Ubuntu base conda-notice.txt error (#135)Samruddhi Khandale2022-09-063-18/+50
| | | | | | | * fix bug * move config * fix tests
* Set HashiCorp Terraform Extension Defaults (#131)James Pogran2022-09-061-7/+5
| | | | | | | | | * Set HashiCorp Terraform Extension Defaults This updates the HashiCorp Extension settings to the updated naming convention. The HashiCorp Extension [changed it's setting structure](https://github.com/hashicorp/vscode-terraform/blob/main/docs/settings-migration.md#settings-migration) for some settings in v2.24.0. Old settings are still honored for a period of time, but we should update this devcontainer with the correct names. * Bump to version 1.0.5 for publish
* download gh cli directly from release ↵Josh Spicer2022-09-032-9/+71
| | | | | | | | | (https://github.com/cli/cli/issues/6175) (#133) * download gh cli release (https://github.com/cli/cli/issues/6175) * typo * typo
* Update Terraform Feature (#124)Brigit Murtaugh2022-09-011-2/+4
| | | | | | | | | | | * Update devcontainer-feature.json * Update src/terraform/devcontainer-feature.json Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Update version Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
* Automated documentation update (#129)github-actions[bot]2022-09-011-0/+40
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Oryx - Fix bug when dynamically installing dotnet in universal image (#125)Samruddhi Khandale2022-09-012-1/+5
| | | | | | | * fix oryx * copy /images * bimp version
* Adds a new Conda Feature (#127)Samruddhi Khandale2022-09-013-0/+141
| | | | | * add conda Feature * addCondaForge
* Revert "Anaconda - Clean up and shrink size (#121)" (#126)Samruddhi Khandale2022-09-012-30/+20
| | | | | | | * Revert "Anaconda - Clean up and shrink size (#121)" This reverts commit 964e4a340407fbd5ef3a2f186aa2167ecbbd8f4a. * bump version
* Anaconda - Clean up and shrink size (#121)Samruddhi Khandale2022-08-312-20/+30
| | | | | * shrink conda * bump version
* Oryx - Clean up and shrink size (#116)Samruddhi Khandale2022-08-312-7/+39
| | | | | | | | | | | | | * shrink oryx * bump version * bump version * prune dotnet * add warning * bump version
* Automated documentation update (#120)github-actions[bot]2022-08-301-0/+19
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Add NOTES.md for CUDA feature (#119)JP Ungaretti2022-08-301-0/+19
|
* 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