diff options
author | Raymond <44623277+raymond-chetty@users.noreply.github.com> | 2023-05-22 22:23:23 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-22 22:23:23 +0300 |
commit | b48d8700ffe5c0b363c9e8706ba2c1601a2bb94f (patch) | |
tree | eaa44a3d13528f9e7ad5ec7f5f60d7f1487a8d8b | |
parent | 1869e5931cfe0517f75d58cb70863a6b4874c487 (diff) |
Update NOTES.md (#534)
* 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>
-rw-r--r-- | src/common-utils/NOTES.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common-utils/NOTES.md b/src/common-utils/NOTES.md index e9b2713..f2c7aa7 100644 --- a/src/common-utils/NOTES.md +++ b/src/common-utils/NOTES.md @@ -2,6 +2,11 @@ This Feature should work on recent versions of Debian/Ubuntu, RedHat Enterprise Linux, Fedora, RockyLinux, and Alpine Linux. +## Using with dev container images + +This Feature is used in many of the [dev container images](https://github.com/search?q=repo%3Adevcontainers%2Fimages+%22ghcr.io%2Fdevcontainers%2Ffeatures%2Fcommon-utils%22&type=code), as a result +these images have already allocated UID & GID 1000. Attempting to add this Feature with UID 1000 and/or GID 1000 on top of such a dev container image will result in an error when building the dev container. + ## Customizing the command prompt By default, this script provides a custom command prompt that includes information about the git repository for the current folder. However, with certain large repositories, this can result in a slow command prompt due to the performance of needed git operations. |