devcontainers / devcontainers/cli
updateUID fails if user home directory was not created
オープン
bug
- 主要言語
- TypeScript
- スター
- 3k
- フォーク
- 457
- 平均マージ
- 13時間 17分
- マージ済み PR(30日)
- 6
説明
As [best practice](https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#user), non-root users are created as system users without a home folder. `updateUID.Dockerfile` will fail when used with such images, because it tries to chown the non-existing home folder.
We could either skip chowning or create the home folder. The latter would be useful since vscode seems to use the remote user home folder for its own setup.
コントリビューションガイド
評価
この issue はまだ評価されていません。