aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Automated documentation update (#205)github-actions[bot]2022-10-071-2/+2
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Automated documentation update (#202)github-actions[bot]2022-10-061-0/+1
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Common-utils: Fix bug - optional first run image specific notice (#201)Samruddhi Khandale2022-10-062-8/+6
| | | | | | | | | * add DEV_CONTAINERS_DIR as containerEnv * fix path * update test * remove containerEnv
* Move conda description to description property (#196)Josh Spicer2022-10-061-2/+3
| | | move conda description to description property
* Node: Fix nvm ownership (#199)Samruddhi Khandale2022-10-063-2/+5
| | | | | * Node: Fix nvm ownership * remove 0002
* Add docker-in-docker azure_dns_override flag (#200)Kevin Klopfenstein2022-10-062-3/+14
| | | | | | | | | | | | | * Add docker-in-docker azure_dns_overrideflag * Update install.sh * clarify variable name * update option name and description for `azureDnsAutoDetection` * bump feature version Co-authored-by: Josh Spicer <josh@joshspicer.com>
* Add remoteUser to devcontainer (#181)JP Ungaretti2022-09-271-0/+1
|
* Fix additional Python and JupyterLab edge case (#182)JP Ungaretti2022-09-265-9/+50
| | | | | | | | | | | | | | | * Remove bloat from JupyterLab test * Check location of JupyterLab installation * Remove common-utils * Add failing additional with JL test * Fix Python feature * Update scenario images * Bump patch version
* Ruby: Fix rbenv init bug (#185)Samruddhi Khandale2022-09-263-5/+4
| | | | | | | * fix rbenv bug * bump version * adds test
* Automated documentation update (#180)github-actions[bot]2022-09-241-0/+3
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* java: add notesSamruddhi Khandale2022-09-242-0/+4408
|
* Automated documentation update (#179)github-actions[bot]2022-09-241-0/+1
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Java: add jdkDistro option (#172)Samruddhi Khandale2022-09-245-9/+42
| | | | | * add jdkDistro option * bump version
* Rename JupyterLab config file (#174)JP Ungaretti2022-09-203-3/+3
| | | | | * Rename JupyterLab config file * Bump version
* Common-utils : Remove unwanted extension (#173)Samruddhi Khandale2022-09-201-8/+1
| | | | | * extension - cleanup * version bump
* Fix link to debian common docs (#166)Oleksis Fraga Menéndez2022-09-172-2/+2
| | | | | | | * Fix link to debian common docs * Fix: point to the common-utils feature * Update: change the name of the link to be common-utils instead of common-debian.sh
* Go: bump version (#164)Samruddhi Khandale2022-09-171-1/+1
| | | bump go version
* Go - Adds `/go/bin` to PATH (#162)Samruddhi Khandale2022-09-165-24/+29
| | | | | | | | | * bug fix * adds more checks * adds GOROOT * revert GOPATH changes
* Automated documentation update (#158)github-actions[bot]2022-09-141-0/+1
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Java: Fix gradle bug - sets GRADLE_USER_HOME incorrectly (#152)Samruddhi Khandale2022-09-145-6/+45
| | | | | * fix gradle bug * modify tests
* go: Fix path issue (#156)Samruddhi Khandale2022-09-141-2/+2
| | | fix go
* Conda and Java: sync env variables (#153)Samruddhi Khandale2022-09-1413-22/+30
| | | | | | | | | | | | | | | | | * conda script * Adds JAVA_HOME * Update src/conda/devcontainer-feature.json Co-authored-by: Josh Spicer <joshspicer@github.com> * modify containerEnv * fix version * bump python version Co-authored-by: Josh Spicer <joshspicer@github.com>
* Change sshd port from 22 to 2222 in README.md (#147)Achille Merendino2022-09-102-3/+3
| | | | | | | * Change sshd port from 22 to 2222 in README.md According to https://github.com/devcontainers/features/blob/e90f4f9e0a327466254f3f1693fbe75aaa2a862f/src/sshd/install.sh#L12 the default port is 2222 and not 22 as previously documented. Forwarding port 22 does not in fact work. * Changed sshd port in NOTES.md
* git : Remove misleading variables (#146)Samruddhi Khandale2022-09-094-3/+26
| | | | | | | | | * 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-066-18/+53
| | | | | | | * 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
* Automated documentation update (#128)github-actions[bot]2022-09-010-0/+0
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* 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-015-2/+54
| | | | | | | * fix oryx * copy /images * bimp version
* Adds a new Conda Feature (#127)Samruddhi Khandale2022-09-018-0/+179
| | | | | * 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-315-8/+63
| | | | | | | | | | | | | * 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
|
* update readme (skip ci) (#117)Josh Spicer2022-08-261-9/+4
| | | - remove `test-scenarios` folder in favor of feature-scoped scenarios
* add documentationURL to all features (#115)Josh Spicer2022-08-2425-25/+50
|
* test updates to adopt https://github.com/devcontainers/cli/pull/124 (#114)Josh Spicer2022-08-2431-177/+280
| | | | | | | | | | | | | | | * 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
* Fix bug - Python: Error installing os-provided python (#112)Samruddhi Khandale2022-08-2322-34/+63
| | | | | * python: fix bug * bump versions
* favor correctness by removing `apt update ...` short-circuiting (#98)Josh Spicer2022-08-2324-215/+116
| | | | | | | | | * 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-234-9/+32
| | | 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-218-0/+180
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>