aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Update devcontainer.json to be spec compliant (#108)Chuck Lantz2022-08-191-1/+12
| | | Same as https://github.com/devcontainers/feature-template/pull/2
* Skip CI on Documentation PRs (#103)Josh Spicer2022-08-197-11/+7
| | | | | | | | | | | * no-ci * [skip ci] * attempt to not run CI on documentation updates * remove old if statements in CI * cleaner names [skip ci]
* Update self-authoring information [skip ci] (#107)Josh Spicer2022-08-181-8/+5
|
* Automated documentation update (#106)github-actions[bot]2022-08-1824-24/+260
| | | Co-authored-by: github-actions <github-actions@github.com>
* replace temporary action for generating docs (#105)Josh Spicer2022-08-181-1/+1
|
* directly reference github action (#104)Josh Spicer2022-08-1814-12438/+3
|
* Move extensions and settings under customizations.vscode (#97)Samruddhi Khandale2022-08-1716-98/+161
| | | | | | | * move extensions and settings under customizations * nit * bump versions
* update action to a82f06a29168a3c6594fb7206dd0afd3af8efdf2Josh Spicer2022-08-178-9309/+2501
|
* update `dotnet`/`oryx` features to use recommended install location for ↵Josh Spicer2022-08-1712-92/+165
| | | | | | | | | | | | | | | | | | | | | | | 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
* Update README.mdJosh Spicer2022-08-121-1/+1
|
* Clean up readme (#93)John Keech2022-08-121-52/+74
| | | | | | | | | | * Clean up readme * Remove `lib` directory from repo structure since it no longer exists * Fix json examples to wrap `"features"` in quotes * Add some more details about semantic versioning * Format the markdown file (break long lines into shorter lines, etc) * Move usage above the repo structure
* 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-1120-87/+72
| | | 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>