| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
* [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.
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
|
|
|
| |
field for saving source revisions (#359)
* support the new path of meta.env
* support the new field for the image revision
* minor formatting
|
| |
|
|
|