M285 Hotfix for container escaping (#2137)

* Fix escaping of docker envs backport

* create as prerelease

* 2.285.2 release notes

Co-authored-by: Nikola Jokic <97525037+nikola-jokic@users.noreply.github.com>
This commit is contained in:
Thomas Boop
2022-09-20 12:53:30 -04:00
committed by GitHub
parent 50afba61b4
commit b7fff90e29
7 changed files with 99 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
## Bugs
- Revert node12 version due to fs.copyFileSync hang #1537
- Fixed an issue where container environment variables names or values could escape the docker command (#2108)
## Misc