aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Java: fix gradle bug - invalid version (#84)Samruddhi Khandale2022-08-104-5/+5
| | | | | * Java: fix gradle bug - invalid version * drop 'lts'
* Update README.mdJosh Spicer2022-08-101-5/+6
|
* Automated documentation update (#85)github-actions[bot]2022-08-0924-48/+48
| | | Co-authored-by: github-actions <github-actions@github.com>
* Update generate-docs Action with OCI syntax (#74)Samruddhi Khandale2022-08-097-30/+48
| | | | | | | | | | | | | | | * Update docs with OCI spec changes * reference to version `:1` than `:latest` * nit * sync generate-doc changes * add workflow condition * revert features README changes * address comments
* 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-0533-1463/+2966
| | | | | | | | | | | * syncing action * modify release.yaml * version update ; remove "install" * add 'latest' * add workflow condition
* Rename feature: 'common' to 'common-utils' (#79)Samruddhi Khandale2022-08-058-7/+11
| | | | | * 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>
* remove unused dirs (#76)Josh Spicer2022-08-037-465/+0
|
* Bug fix: Fix update-documentation action (#72)Samruddhi Khandale2022-08-031-15/+11
| | | fix update-documentation action
* port https://github.com/microsoft/vscode-dev-containers/pull/1560Josh Spicer2022-08-012-2/+2
|
* parity with https://github.com/microsoft/vscode-dev-containers/pull/1561Josh Spicer2022-08-012-4/+4
|
* sync with https://github.com/microsoft/vscode-dev-containers/pull/1559Josh Spicer2022-08-012-2/+2
|
* 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
|
* Update README.mdJosh Spicer2022-07-291-1/+1
|
* Port changes and set executable bitJosh Spicer2022-07-2945-1/+27
| | | | | -Ports change from: https://github.com/microsoft/vscode-dev-containers/pull/1554 Sets all scripts as executable by default.
* Delete .devcontainer.jsonJosh Spicer2022-07-291-20/+0
|
* Adds CODEOWNER (#69)Samruddhi Khandale2022-07-281-0/+1
| | | add CODEOWNER
* Java: bundle maven and gradle as options (#68)Samruddhi Khandale2022-07-234-1/+49
| | | bundle maven and gradle
* Actions: remove tweaked action (#66)Samruddhi Khandale2022-07-181-15/+0
| | | remove tweak
* remove hardcoded devcontainer-cli (#65)Josh Spicer2022-07-186-9/+23
| | | remove hardcoded devcontainer-cli in favor of fetching latest from npm dynamically
* oryx: fix env variable DYNAMIC_INSTALL_ROOT_DIR (#63)Samruddhi Khandale2022-07-161-6/+2
| | | fix bug