Closed crackcomm closed 7 years ago
Thanks.
I also added a section in documentation on how to import dynamically env vars to builder :
To import dynamically environment vars to builder, you can use `dgr --set-env=TOTO=TITI`. This is usefull to import proxy settings without explicitly knowing the proxy inside the build process.
Also all `DGR_ENV_*` vars are automatically imported.
ex: having `export DGR_ENV_no_proxy=127.0.0.1` on the host will end up having `no_proxy=127.0.0.1` in builder.
This change let's use do something like that:
Specifying builder parameters by specifying environment variables.