aboutsummaryrefslogtreecommitdiff
path: root/src/common-utils/devcontainer-feature.json
Commit message (Collapse)AuthorAgeFilesLines
* common-utils 2.0.2 (#350)Josh Spicer2022-12-191-1/+1
| | | Will release staged change: https://github.com/devcontainers/features/commit/fede4055495a9d44efbb65848eb7799771d23f9b
* Fix /etc/bash.bashrc generated by common-utils (#342)eitsupi2022-12-191-1/+1
| | | | | * Fix /etc/bash.bashrc generated by common-utils * bump version
* Multi-distro support for common script, refactor, fixes (#326)Chuck Lantz2022-12-161-8/+9
|
* Change default shell if installing ZSH (#325)Jacob Woffenden2022-12-101-1/+6
| | | | | | | | | | | | | | | | | | | * Added new option to configure zsh as default shell Added test scenario Bumped feature version * Update test/common-utils/scenarios.json Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Update src/common-utils/devcontainer-feature.json Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Update test/common-utils/configure_zsh_as_default_shell.sh Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
* Use _REMOTE_USER when available (#264)Chuck Lantz2022-11-291-1/+1
| | | | | | | | | | | | | | | | | | * Use _REMOTE_USER when available * Update src/python/install.sh Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Update src/python/install.sh Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Fix java test issue - JDK 18 not available for the "open" distro * Bump breakfix numbers Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> Co-authored-by: Josh Spicer <joshspicer@github.com>
* Fix bad path to systemctl (#302)Chuck Lantz2022-11-281-1/+1
|
* Add .NET 7, drop .NET 5 (#269)Chuck Lantz2022-11-141-1/+1
| | | | | | | | | | | | | | | | | | | | | * Add .NET 7, drop .NET 5 * Add libssl3 to common-utils for jammy * Handle lts/latest hard coding * Fix, improve tests * Bump version * Fix situation where version could come from either MS repo or OS * Remove unused option * Bump common version * Remove unused function * Restore DOTNET_ROOT per feedback
* Ensure remove apt-update cache at the beginning and end of the scripts (#210)eitsupi2022-10-111-1/+1
| | | | | * remove apt lists * bump versions
* Common-utils: Fix bug - optional first run image specific notice (#201)Samruddhi Khandale2022-10-061-1/+1
| | | | | | | | | * add DEV_CONTAINERS_DIR as containerEnv * fix path * update test * remove containerEnv
* Common-utils : Remove unwanted extension (#173)Samruddhi Khandale2022-09-201-8/+1
| | | | | * extension - cleanup * version bump
* add bzip2 to common-utils (former ↵Lucas Fernando Nunes2022-09-081-1/+1
| | | | | | | https://github.com/microsoft/vscode-dev-containers/pull/1586) (#142) * add bzip2 * bump version
* bump versions (#138)Samruddhi Khandale2022-09-071-1/+1
|
* bump all features to pick up metadata changes in CLI v0.14.0 (#118)Josh Spicer2022-08-261-1/+1
|
* add documentationURL to all features (#115)Josh Spicer2022-08-241-1/+2
|
* Move extensions and settings under customizations.vscode (#97)Samruddhi Khandale2022-08-171-4/+8
| | | | | | | * move extensions and settings under customizations * nit * bump versions
* Options: Follow camelCase (#89)Samruddhi Khandale2022-08-111-7/+7
| | | rename Options
* Prep: republish features to ghcr.io (#78)Samruddhi Khandale2022-08-051-6/+3
| | | | | | | | | | | * syncing action * modify release.yaml * version update ; remove "install" * add 'latest' * add workflow condition
* Rename feature: 'common' to 'common-utils' (#79)Samruddhi Khandale2022-08-051-0/+63
* Renaming feature: 'common' to 'common-utils' * removing duplicate tests