Kyle McChesney
08/12/2021, 4:43 PM/etc/profile.d/
that exports the necessary env vars, but it does not seem to be loaded by default. Likely due to ENTRYPOINT/CMD issues (no login shell?). Wondering if anyone has found a way to do this. I am aware that I could configure the agent to pass env vars in OR update the run config for the flow with them but for a number of reasons, I am hoping to avoid this. The goal is to get env vars set somehow in docker build that are loaded through a normal “source” type process on container starthunter
08/12/2021, 4:46 PMENV VARIABLE_NAME=value
layer?Kyle McChesney
08/12/2021, 4:49 PMKevin Kho