We currently only allow local customization of the Conductor container with the ansible-requirements.txt. If users need binary packages installed or some other transformation, we send them off building their own custom conductor.
Instead, we should support a task list applied to the Conductor during local instantiation. That would allow the user to install Python packages, system packages, or anything else they need to for the Conductor to run.
ISSUE TYPE
What now, jag?
We currently only allow local customization of the Conductor container with the
ansible-requirements.txt
. If users need binary packages installed or some other transformation, we send them off building their own custom conductor.Instead, we should support a task list applied to the Conductor during local instantiation. That would allow the user to install Python packages, system packages, or anything else they need to for the Conductor to run.