rcook / ibt

Isolated Build Tool
MIT License
0 stars 0 forks source link

Ability to passthrough environment variables #12

Open joerghall opened 6 years ago

joerghall commented 6 years ago

If a variable is not defined it is set to None instead of checking host environment.

rcook commented 6 years ago

This may or may not have been a deliberate choice on my part: forcing the user to be explicit about what environment variables are available inside the image would seem to increase the level of isolation between host and container. I'd be open to accepting a change to this behaviour if it makes sense.

joerghall commented 6 years ago

I agree the pass-through should be explicit.