You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Image based drivers such as Docker often have their own environment variables such as PATH. #2054 (first released in 0.5.2) caused host environment variables, such as PATH, to be added to all image based drivers and override any existing environment variables.
Only exec based drivers should include host environment variables by default. Image based drivers like Docker should not.
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Image based drivers such as Docker often have their own environment variables such as PATH. #2054 (first released in 0.5.2) caused host environment variables, such as PATH, to be added to all image based drivers and override any existing environment variables.
Only exec based drivers should include host environment variables by default. Image based drivers like Docker should not.
The documentation also needs updating.
Original report: https://groups.google.com/d/msg/nomad-tool/uP1tKiOLLmk/cnG_dFZzFQAJ
The text was updated successfully, but these errors were encountered: