DiamondLightSource / DiamondLightSource/python-copier-template
rootful is broken
- 主要语言
- Jinja
- 星标
- 25
- 派生
- 10
- 平均合并
- 4 小时 4 分钟
- 30 天内合并 PR
- 6
描述
If you use the python copier template developer container and you have docker (or rootful podman) then it does not work as intended:
- GOOD: it loads and you can work on the project and run tests
- BAD: massively insecure as you are running as true root
- UGLY: project files get written by root and the git gets really angry
There used to be a workaround to this in devcontainer.json
```json
"remoteUser": "${localEnv:VSCODE_REMOTE_USER}"
```
docker users were then expected to set VSCODE_REMOTE_USER=$(id -u):$(id -g) in their bashrc.
podman users need do nothing as blank == default == root which is just right in a a rootless container.
Not ideal. But it was the best I could come up with.
贡献指南
评估
这个 Issue 还没有评估数据。