| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
* [common-utils] Bug fix: zsp missing rc snippet
* condion rc snippet
* fix bug
* remove debugging step
|
|
|
|
|
|
|
| |
* [common-utils] fix bug when user home is custom by base docker
* bumped minor version
* reduced conditions to improve readability
|
|
|
|
|
|
|
|
|
|
|
| |
"installZsh:false" (#649)
* [common-utils]: Bug fix: Installs zsh on an image built with installZsh:false
* version bump
* nit: fix merge conflicts
* Version bump
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
directory (#662)
* Update main.sh
* Update devcontainer-feature.json
* Test install as non root user.
---------
Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
|
|
|
|
|
|
|
| |
* add checks for "jq"
* install epel-release if necessary
* clean up epel-release post installation of "jq"
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
| |
#535 update the patch version to 2.0.9
|
|
|
| |
#531 Modify proposed UID & GID so as not to conflict with base image.
|
|
|
|
|
|
|
|
|
| |
* [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
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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
* version bump
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
This script requires awk and it may not be available on a
minimal distro like Mariner
* Bump version number
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
| |
Common-utils - Version bump
|
| |
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
| |
* https://github.com/devcontainers/features/issues/360
* omit from common utils
|
|
|
|
|
|
|
|
|
| |
field for saving source revisions (#359)
* support the new path of meta.env
* support the new field for the image revision
* minor formatting
|
|
|
| |
Will release staged change: https://github.com/devcontainers/features/commit/fede4055495a9d44efbb65848eb7799771d23f9b
|
| |
|
|
|
|
|
| |
* Fix /etc/bash.bashrc generated by common-utils
* bump version
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
| |
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
* 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>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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 [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
| |
* remove apt lists
* bump versions
|
|
|
|
|
|
|
|
|
| |
* add DEV_CONTAINERS_DIR as containerEnv
* fix path
* update test
* remove containerEnv
|
|
|
|
|
| |
* extension - cleanup
* version bump
|
|
|
|
|
|
|
| |
https://github.com/microsoft/vscode-dev-containers/pull/1586) (#142)
* add bzip2
* bump version
|
| |
|
|
|
|
|
|
|
| |
* fix bug
* move config
* fix tests
|
| |
|
| |
|