OpenAPITools / OpenAPITools/openapi-generator-cli
[BUG] Docker build outputting root:root directory/file permissions
@kay-schecker ya está trabajando en esto.
Desde el 3/6/2022.
- Lenguaje dominante
- TypeScript
- Estrellas
- 2k
- Forks
- 208
- Merge medio
- 7 h 12 min
- PR fusionados (30 d)
- 6
Descripción
⚠️ Important Notice
Please differentiate the bug
This repository is not responsible for the actual code generation. If you have problems with the code generation, please open the bug at OpenAPITools/openapi-generator.
Please also check if the bug is already known before you open a new bug.
🐛 Bug Report:
Describe the bug
Docker image generates directory/files with root:root permissions instead of the current user.
Steps to Reproduce
Steps to reproduce the behavior:
- Run the build using a docker image
Expected behavior
It generates the build using the current user and group.
Screenshots

Operation System (please complete the following information):
- OS: Ubuntu
Package System (please complete the following information):
- Version [e.g. 22]
Additional context
Probably needs an additional Docker parameter when running the build to specify the user and group. https://docs.docker.com/engine/reference/run/#user
docker run --user $(id -u):$(id -g)
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.