aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix privs in Node, regressions from #199 (#241)Chuck Lantz2022-10-285-52/+89
| | | Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
* Fix oryx bug - Add PIP_CACHE_DIR (#239)Samruddhi Khandale2022-10-272-3/+9
| | | | | | | * oryx update * bump version * update comment
* Python version 3.11 (#237)Edmundo Gonzalez2022-10-263-4/+6
| | | | | * Adding 3.11 option * Updating tests.
* Automated documentation update (#233)github-actions[bot]2022-10-211-0/+1
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Add default-address-pool setting (#223)Kevin Klopfenstein2022-10-216-4/+85
|
* Automated documentation update (#231)github-actions[bot]2022-10-191-1/+1
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Update devcontainer-feature.json (#230)Daniel Braun2022-10-191-2/+2
| | | | | | | | | * Update devcontainer-feature.json Minor typo fix * Update devcontainer-feature.json Co-authored-by: Josh Spicer <josh@joshspicer.com>
* Automated documentation update (#213)github-actions[bot]2022-10-190-0/+0
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* add installsAfter: common-utils to all Features (#214)Josh Spicer2022-10-1925-43/+118
|
* Automated documentation update (#229)github-actions[bot]2022-10-191-2/+2
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* clean up AWS feature description (#225)Josh Spicer2022-10-192-2/+3
| | | | | * clean up AWS feature description * Update devcontainer-feature.json
* bump docker-in-docker to 1.0.7Josh Spicer2022-10-171-1/+1
|
* Quote var in comparison in docker-in-docker install script (#224)Charlie Andrews2022-10-171-1/+1
|
* Automated documentation update (#218)github-actions[bot]2022-10-1326-80/+78
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Fix formatting for desktop-lite note (#216)Chuck Lantz2022-10-132-22/+22
|
* Ensure remove apt-update cache at the beginning and end of the scripts (#210)eitsupi2022-10-1152-130/+352
| | | | | * remove apt lists * bump versions
* 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>