puppetlabs-docker
puppetlabs-docker copied to clipboard
A Flag to deactivate the Escaping for Enviroment Variables
Summary
We created a flag to disable Escaping just for the Enviroment
Additional Context
Add any additional context about the problem here.
- [ ] Our DOCKER_GID is dynamically set. With the Escaping the shell command does not work
- [ ] Thats why we just wanted to Just not Escape the Enviroment.
Related Issues (if any)
The Pullrequest were the Implementation of the Escaping was: https://github.com/puppetlabs/puppetlabs-docker/pull/869
Checklist
- [ ] I tested with and without the flag , locally in my puppet docker enviroment, and it worked.
Any chance moving forward with this?