aboutsummaryrefslogtreecommitdiff
path: root/src/common-utils
Commit message (Collapse)AuthorAgeFilesLines
* Commonutils: chown: cannot access '/home/vscode/.zshrc': No such file or ↵feature_common-utils_2.1.2naturedamends2023-08-262-2/+2
| | | | | | | | | | | | | directory (#662) * Update main.sh * Update devcontainer-feature.json * Test install as non root user. --------- Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
* Common-utils: Fixes "No package jq available" errors for CentOS (#644)feature_common-utils_2.1.1Samruddhi Khandale2023-08-152-4/+16
| | | | | | | * add checks for "jq" * install epel-release if necessary * clean up epel-release post installation of "jq"
* Automated documentation update (#650)Samruddhi Khandale2023-08-121-0/+1
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Common utils: Add config to remove zsh rc files from (#614)feature_common-utils_2.1.0naturedamends2023-08-123-21/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add config to remove zsh rc files from common-utils. * Bump version and add config to install script. * Checks preventing excess writing to .zshrc. * Change devcontainer feature option name. * Coding standards. * Favour adding feature via config and default to overriding .zshrc with dev-container default template. * Update devcontainer-feature.json * Update devcontainer-feature.json * Update src/common-utils/devcontainer-feature.json Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com> * Update src/common-utils/devcontainer-feature.json Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com> * Testing for using devcontainer .zshrc template file. * Coding standards. * Coding standards. * Update configure_zsh_as_default_shell_no_template.sh * Grammar in configure_zsh_as_default_shell.sh * Testing accounts for marked file cache (#4) * Account for mark file in testing. * Remove some debugging and tests back * Add back tests? * Update configure_zsh_no_template.sh --------- Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>
* Fix: common-utils configureZshAsDefaultShell option not working on alpine ↵feature_common-utils_2.0.11Krikchai Pongtaveewould2023-08-032-1/+9
| | | | | | | | | | | | | | | linux image (#557) * alpine defaultZsh fix * common-utils: replace pam.d/chsh permission with `sufficient` * common-utils: revert match auth sufficient * common-utils: append auth string instead of replacing a whole file * fix grep 2nd param * fix: line checking condition
* Automated documentation update (#563)Samruddhi Khandale2023-05-311-0/+5
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Update NOTES.md (#534)Raymond2023-05-221-0/+5
| | | | | | | | | | | | | | | | | | | | | * Update NOTES.md #531: Quick document update about UID & GID using 1000 in devcontainer base images. * Update src/common-utils/NOTES.md @samruddhikhandale The common-utils Feature is used by most of the dev container images, along with the base image. Can we update the text? Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com> * Update src/common-utils/NOTES.md @samruddhikhandale Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com> --------- Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>
* Create .config directory in common-utils (#547)feature_common-utils_2.0.10Stephen A. Imhoff2023-05-102-23/+32
| | | | | | | | | | | | | | | | | * Add test case for mounted subdirectory. * Correct some trailing whitespace. * Correct variable name to better reflect status as user home path. * Add config directory creation. * Remove extra debug line. * Bump feature version. * Mount host user home directory as "subdirectory" * Correct test naming, run test in explicit bash shell.
* Update devcontainer-feature.json (#539)feature_common-utils_2.0.9Raymond2023-05-011-1/+1
| | | #535 update the patch version to 2.0.9
* Update devcontainer-feature.json (#535)Raymond2023-05-011-2/+2
| | | #531 Modify proposed UID & GID so as not to conflict with base image.
* [common-utils] Fix nonempty .bashrc being restored (#421)Levin Winter2023-01-261-1/+1
| | | | | | | | | * [common-utils] Fix nonempty .bashrc being restored The user's dotfiles shall only be restored to their defaults if they do not exist or are empty. A missing negation caused the files to be overwritten even when they were nonempty. * [common-utils] Bump patch version after fix Go from 2.0.7 to 2.0.8 because of backwards-compatible fix.
* Republish all Features to add repo tags (#422)feature_terraform_1.1.2feature_sshd_1.0.8feature_rust_1.0.10feature_ruby_1.0.9feature_python_1.0.20feature_powershell_1.0.6feature_php_1.1.1feature_oryx_1.0.13feature_nvidia-cuda_1.0.7feature_node_1.1.5feature_nix_1.1.3feature_kubectl-helm-minikube_1.1.3feature_java_1.2.1feature_hugo_1.1.2feature_go_1.1.3feature_github-cli_1.0.10feature_git_1.1.5feature_git-lfs_1.0.7feature_dotnet_1.1.3feature_docker-outside-of-docker_1.0.10feature_docker-in-docker_2.0.1feature_desktop-lite_1.0.8feature_conda_1.0.8feature_common-utils_2.0.8feature_azure-cli_1.0.8feature_aws-cli_1.0.6feature_anaconda_1.0.11Josh Spicer2023-01-251-1/+1
| | | republish all features to add repo tags
* Fix typos in comments / *.md (#396)Samruddhi Khandale2023-01-171-1/+1
|
* CommonUtils - ensure home directory exists. (#398)Stephen A. Imhoff2023-01-132-1/+5
| | | | | | | | | * CommonUtils - ensure home directory exists. * Only create non-root home directory Root directory will always exist. * Bump version
* Common-utils: Fix build failures for alpine 3.14 & 3.15 (#393)Samruddhi Khandale2023-01-112-1/+3
| | | | | * Common-utils: Fix build failures for alpine 3.14 & 3.15 * version bump
* Automated documentation update (#394)github-actions[bot]2023-01-111-1/+0
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* [common-utils] Fix permission of scripts in containers (#388)eitsupi2023-01-112-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | * fix permission in containers * add test * bump version * more tests * update tests * Update test/common-utils/devcontainer-info/Dockerfile Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Update test/common-utils/scenarios.json Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Update scenarios.json * Update devcontainer-info.sh Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
* Install gawk RPM (#380)Mark Phippard2023-01-062-1/+2
| | | | | | | | * Install gawk RPM This script requires awk and it may not be available on a minimal distro like Mariner * Bump version number
* Automated documentation update (#377)github-actions[bot]2023-01-041-0/+1
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Common-utils : Version bump (#367)Samruddhi Khandale2022-12-271-1/+1
| | | Common-utils - Version bump
* fix testSamruddhi Khandale2022-12-271-1/+6
|
* Automated documentation update (#368)github-actions[bot]2022-12-271-0/+1
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* OS support in Feature NOTES.md (#366)Josh Spicer2022-12-271-1/+1
| | | | | * https://github.com/devcontainers/features/issues/360 * omit from common utils
* feat(common-utils): Support the new path of `meta.env` file and the new ↵eitsupi2022-12-272-2/+10
| | | | | | | | | field for saving source revisions (#359) * support the new path of meta.env * support the new field for the image revision * minor formatting
* common-utils 2.0.2 (#350)Josh Spicer2022-12-191-1/+1
| | | Will release staged change: https://github.com/devcontainers/features/commit/fede4055495a9d44efbb65848eb7799771d23f9b
* Add support for mariner (#344)Mark Phippard2022-12-191-1/+1
|
* Fix /etc/bash.bashrc generated by common-utils (#342)eitsupi2022-12-192-2/+2
| | | | | * Fix /etc/bash.bashrc generated by common-utils * bump version
* Automated documentation update (#338)github-actions[bot]2022-12-161-11/+19
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Multi-distro support for common script, refactor, fixes (#326)Chuck Lantz2022-12-1610-461/+659
|
* Automated documentation update (#328)github-actions[bot]2022-12-101-0/+1
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Change default shell if installing ZSH (#325)Jacob Woffenden2022-12-102-1/+13
| | | | | | | | | | | | | | | | | | | * 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>
* revert accidental pushjoshspicer/add-vim-common-utilsJosh Spicer2022-12-021-1/+0
|
* add 'vim' as a common util to installJosh Spicer2022-12-021-0/+1
|
* Use _REMOTE_USER when available (#264)Chuck Lantz2022-11-292-8/+8
| | | | | | | | | | | | | | | | | | * 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-282-2/+2
|
* Add .NET 7, drop .NET 5 (#269)Chuck Lantz2022-11-142-2/+7
| | | | | | | | | | | | | | | | | | | | | * 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
* Automated documentation update (#287)github-actions[bot]2022-11-141-3/+1
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Automated documentation update (#250)github-actions[bot]2022-11-011-1/+1
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Automated documentation update (#218)github-actions[bot]2022-10-131-3/+3
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Ensure remove apt-update cache at the beginning and end of the scripts (#210)eitsupi2022-10-112-3/+11
| | | | | * remove apt lists * bump versions
* 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
* 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-082-1/+2
| | | | | | | https://github.com/microsoft/vscode-dev-containers/pull/1586) (#142) * add bzip2 * bump version
* bump versions (#138)Samruddhi Khandale2022-09-071-1/+1
|
* fix bug - Debian / Ubuntu base conda-notice.txt error (#135)Samruddhi Khandale2022-09-061-18/+0
| | | | | | | * fix bug * move config * fix tests
* 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
|
* favor correctness by removing `apt update ...` short-circuiting (#98)Josh Spicer2022-08-231-11/+6
| | | | | | | | | * favor correctness by removing apt update shortciruiting * Update install.sh * apt_get_upadate in node * update test
* Automated documentation update (#106)github-actions[bot]2022-08-181-1/+15
| | | Co-authored-by: github-actions <github-actions@github.com>
* Move extensions and settings under customizations.vscode (#97)Samruddhi Khandale2022-08-171-4/+8
| | | | | | | * move extensions and settings under customizations * nit * bump versions