Oof, we have some code that doesn't use engine mec...
# development
h
Oof, we have some code that doesn't use engine mechanisms for executable discovery, like
python_bootstrap.py
and
asdf.py
. Those will need to run in the Docker container
More generally, how do we expect evaluation of
Environment
(i.e. all the environment variables) to work with Docker? Do we need to start up the image to extract those env vars?
This isn't blocking the prototype: we only need to specify absolute paths & don't propagate env vars from localhost
w
Do we need to start up the image to extract those env vars?
yep.
👍 1