aboutsummaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Bump the dotnet version after a script update (#707)Steven2023-09-281-1/+4
| | | | | | | * Bump the dotnet version after a script update * Forgot to add file * Keep 4 spaces indentation
* Configure environment for update-dotnet-install-script.yml (#693)Steven2023-09-191-0/+1
|
* Use dotnet-install.sh in .NET feature (#628)feature_dotnet_2.0.0Steven2023-09-111-0/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use dotnet-install.sh in .NET feature * Use latest.version files * Cleanup runtime args * Use latest.version files in tests as well * Improve tests, remove code duplication * Add stderr helper * Validate version inputs * Use suggested description Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com> * Shorter version description Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com> * Shorter version description Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com> * Clean up apt lists * Verify 7.0 is latest * Fix PATH, add test for .NET global tools * Include a copy of dotnet-install.sh in the Feature * Configure useful env variables * Use stringly typed booleans * Keep imperative writing style in option hints * Update maintainers Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com> * Move dotnet-install.sh into a vendor directory * Refactor variables * Amend * Amend 2 * Use default options from devcontainer-feature.json * Add back variables * Fix shellchek warning in fetch_latest_sdk_version * Inline install_version function * Fix ShellCheck warnings * Improve CSV parsing * Default to latest when configuring an empty version * Add support for runtime-only configurations * Move 'none' check higher up * Deduplicate helper functions, sort into files * Address the user more directly in NOTES * Remove unnecessary defaults * Replace feature -> Feature Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com> * Add update-dotnet-install-script workflow * Apply suggestions from code review Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com> * Don't skip ci for automated script update --------- Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>
* ci: remove `ubuntu:bionic` from test matrixes (#677)eitsupi2023-08-292-4/+2
| | | ci: remove ubuntu:bionic from test matrixes
* [docker in docker] Adds retries for docker daemon startup and cgroup nesting ↵feature_docker-in-docker_2.4.0Samruddhi Khandale2023-08-241-0/+37
| | | | | | | | | | | | | | | | | (#669) * adds retry logic * adds stress test workflow * Adds cgroup retries * update workflow * move sleep cmd * update test * cleanup
* Add Debian Bookworm as a test base image (#575)Josh Spicer2023-06-172-4/+4
| | | test against debian bookworm
* "Update Documentation" workflow - use gh api to create a documentation PR (#459)Samruddhi Khandale2023-02-221-3/+11
|
* checkout action update (#404)Stephan2023-01-177-10/+10
| | | - updated the action checkout from v2 to 3 as required by action warning
* Rename "docker-from-docker" to "docker-outside-of-docker" (#373)Samruddhi Khandale2023-01-042-3/+3
| | | | | * Rename to "docker-outside-of-docker" * rename test folder
* Add validate workflow (#369)Josh Spicer2023-01-041-0/+16
| | | | | | | | | | | | | * add validate workflow * make typo to test 3c61c88 * remove unneeded if * fix typo * better names * Update validate-metadata-files.yml
* Fix python feature issue #258, improve tests, fix oryx bug (#261)Chuck Lantz2022-11-072-2/+0
| | | | * Fix #258, improve tests, fix oryx bug * Drop Debian 9 from tests given it is out of support
* Test actions - Add more base images (#245)Samruddhi Khandale2022-11-022-0/+6
| | | update base images
* Nix feature (#228)Chuck Lantz2022-11-012-0/+3
|
* Adds a new Conda Feature (#127)Samruddhi Khandale2022-09-012-0/+3
| | | | | * add conda Feature * addCondaForge
* test updates to adopt https://github.com/devcontainers/cli/pull/124 (#114)Josh Spicer2022-08-244-32/+89
| | | | | | | | | | | | | | | * 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-234-4/+4
| | | | | * python: fix bug * bump versions
* Add new NVIDIA CUDA feature (#80)JP Ungaretti2022-08-212-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* 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]
* 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-171-0/+3
| | | | | | | * 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-174-18/+3
| | | | | | | | | | | | | | | | | | | | | | | 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 generate-docs Action with OCI syntax (#74)Samruddhi Khandale2022-08-096-26/+44
| | | | | | | | | | | | | | | * 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
* Prep: republish features to ghcr.io (#78)Samruddhi Khandale2022-08-059-1370/+2917
| | | | | | | | | | | * syncing action * modify release.yaml * version update ; remove "install" * add 'latest' * add workflow condition
* Rename feature: 'common' to 'common-utils' (#79)Samruddhi Khandale2022-08-052-2/+2
| | | | | * Renaming feature: 'common' to 'common-utils' * removing duplicate tests
* remove unused dirs (#76)Josh Spicer2022-08-031-42/+0
|
* Bug fix: Fix update-documentation action (#72)Samruddhi Khandale2022-08-031-15/+11
| | | fix update-documentation action
* Actions: remove tweaked action (#66)Samruddhi Khandale2022-07-181-15/+0
| | | remove tweak
* remove hardcoded devcontainer-cli (#65)Josh Spicer2022-07-185-9/+23
| | | remove hardcoded devcontainer-cli in favor of fetching latest from npm dynamically
* Oryx: change path of git repo download (#59)Samruddhi Khandale2022-07-151-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | * change oryx git path * change oryx install dir * change ownership * add debian flavor * revert codespace:codespace * temp testing * attempt to fix stuck action * remove name * attempt 2 * remove name * attempt 3 * nit
* smart auto-install multiple versions for `node` (#56)Josh Spicer2022-07-142-1/+16
| | | | | | | | | | | | | | | | | | | | | * node * fix comment (no-ci) * Apply suggestions from code review Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * update test scenario * remove minor for node 18 * update scenarios to object notation * add shabang * only set default node once Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
* update workflows for cli to ↵Josh Spicer2022-06-304-4/+4
| | | | https://github.com/devcontainers/cli/pull/11/commits/4ea8a7cb4693fb442faf9ddb214848218256b334
* testing ↵Josh Spicer2022-06-284-4/+4
| | | | https://github.com/devcontainers/cli/pull/6/commits/e92dd247f1b004d0f879afe011ab15e57182ad5f
* no-ci update action (concurrency)Josh Spicer2022-06-224-47/+41
|
* no-ci node16 for actionJosh Spicer2022-06-224-6/+6
|
* no-ci - update action (generate features collection artifact)Josh Spicer2022-06-224-21/+49
|
* update github actionJosh Spicer2022-06-226-24/+907
|
* Revert "add gradle feature"Samruddhi Khandale2022-06-152-2/+0
| | | | This reverts commit 123ca4650aac072448cb7681e80d3573129ace98.
* add gradle featureSamruddhi Khandale2022-06-152-0/+2
|
* CI ignoreJosh Spicer2022-06-141-0/+1
|
* Devcontainer docs (#47)Josh Spicer2022-06-1410-7/+368
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * docs * automatically generate documentation from features.json * trigger doc gen * 1 * no-ci * no-ci * no-ci * no-ci * comment out pull * Automated documentation update * no-ci markdown table * Automated documentation update * no-ci * Automated documentation update * branch to main Co-authored-by: Devcontainers CI <vscr-feedback@microsoft.com>
* add shell-linter config (no-ci)Josh Spicer2022-06-132-2/+6
|
* Merge JupyterLab feature into Python feature (#40)JP Ungaretti2022-06-082-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Restructure tools installation * Tweak bash and zsh config * Remove extra space * Update comments * Add option to install JupyterLab * Add option to configure JupyterLab * Add option to install ML packages * Remove deprecated JuptyerLab feature * Add new arguments to Python feature * Remove trailing whitespace * Organize new arguments * Resolve feedback * Create new scenario for JupyterLab * Fix user in JupyterLab scenario * Revert changes to Python test * Remove ML packages * Update test names * Rename CORS option
* Update README.mdJosh Spicer2022-06-071-1/+1
|
* change action name to 'ci'Josh Spicer2022-06-073-5/+5
|
* Update README.mdJosh Spicer2022-06-071-1/+1
|
* update releaseJosh Spicer2022-06-031-1/+4
|
* Add CI ignoreJosh Spicer2022-06-038-7/+11
|
* add v2 actionJosh Spicer2022-06-0312-1/+16477
|