devcontainers / devcontainers/cli
updateUID fails if user home directory was not created
未关闭
bug
- 主要语言
- TypeScript
- 星标
- 3k
- 派生
- 457
- 平均合并
- 13 小时 17 分钟
- 30 天内合并 PR
- 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 还没有评估数据。