- 14 Sep, 2022 1 commit
-
-
Samruddhi Khandale authored
* 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>
-
- 09 Sep, 2022 2 commits
-
-
Achille Merendino authored
* 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
-
Samruddhi Khandale authored
* remove misleading ppa value * add test * nit * bump version
-
- 08 Sep, 2022 1 commit
-
-
Lucas Fernando Nunes authored
add bzip2 to common-utils (former https://github.com/microsoft/vscode-dev-containers/pull/1586) (#142) * add bzip2 * bump version
-
- 06 Sep, 2022 5 commits
-
-
github-actions[bot] authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
3x!1 authored
* Use the newly updated GPG key for GitHub CLI * bump feature version
-
Samruddhi Khandale authored
-
Samruddhi Khandale authored
* fix bug * move config * fix tests
-
James Pogran authored
* 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
-
- 03 Sep, 2022 1 commit
-
-
https://github.com/cli/cli/issues/6175Josh Spicer authored
* download gh cli release (https://github.com/cli/cli/issues/6175) * typo * typo
-
- 01 Sep, 2022 6 commits
-
-
github-actions[bot] authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Brigit Murtaugh authored
* 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>
-
github-actions[bot] authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Samruddhi Khandale authored
* fix oryx * copy /images * bimp version
-
Samruddhi Khandale authored
* add conda Feature * addCondaForge
-
Samruddhi Khandale authored
* Revert "Anaconda - Clean up and shrink size (#121)" This reverts commit 964e4a34. * bump version
-
- 31 Aug, 2022 2 commits
-
-
Samruddhi Khandale authored
* shrink conda * bump version
-
Samruddhi Khandale authored
* shrink oryx * bump version * bump version * prune dotnet * add warning * bump version
-
- 29 Aug, 2022 2 commits
-
-
github-actions[bot] authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
JP Ungaretti authored
-
- 26 Aug, 2022 2 commits
-
-
Josh Spicer authored
-
Josh Spicer authored
- remove `test-scenarios` folder in favor of feature-scoped scenarios
-
- 24 Aug, 2022 1 commit
-
-
Josh Spicer authored
-
- 23 Aug, 2022 3 commits
-
-
https://github.com/devcontainers/cli/pull/124Josh Spicer authored
* 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
-
Samruddhi Khandale authored
* python: fix bug * bump versions
-
Josh Spicer authored
* favor correctness by removing apt update shortciruiting * Update install.sh * apt_get_upadate in node * update test
-
- 22 Aug, 2022 1 commit
-
-
Josh Spicer authored
port of https://github.com/microsoft/vscode-dev-containers/pull/1592
-
- 21 Aug, 2022 2 commits
-
-
github-actions[bot] authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
JP Ungaretti authored
* 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>
-
- 19 Aug, 2022 2 commits
-
-
Chuck Lantz authored
Same as https://github.com/devcontainers/feature-template/pull/2
-
Josh Spicer authored
* no-ci * [skip ci] * attempt to not run CI on documentation updates * remove old if statements in CI * cleaner names [skip ci]
-
- 18 Aug, 2022 2 commits
-
-
Josh Spicer authored
-
github-actions[bot] authored
Co-authored-by:
github-actions <github-actions@github.com>
-
- 17 Aug, 2022 4 commits
-
-
Josh Spicer authored
-
Josh Spicer authored
-
Samruddhi Khandale authored
* move extensions and settings under customizations * nit * bump versions
-
Josh Spicer authored
-
- 16 Aug, 2022 2 commits
-
-
Josh Spicer authored
* 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
-
Josh Spicer authored
Update devcontainer-feature.json
-
- 15 Aug, 2022 1 commit
-
-
Josh Spicer authored
* sshd: always run initial apt-get * just run apt-update * move * remove whitespace
-