-
-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] useDocker is not passing the user and group when running through the passthrough service #716
Labels
bug
Something isn't working
Comments
Having same issue... |
|
Hey I'm seeing the same issue and am having to write my own Dockerfile which adds my user to get around this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
#647 fixed the docker permissions for the generator.service. When executing the cli with options that use the passthrough.service instead, the docker user and group is not set, resulting in root:root permissions
Steps to Reproduce
Steps to reproduce the behavior:
generate
command that invokes the passthrough service while using theuseDocker
optionExpected behavior
When using the passthrough service, the user and group flags are passed to docker
Screenshots
If applicable, add screenshots to help explain your problem.
Operation System (please complete the following information):
Package System (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: