clamsproject / wfe-pipeline-runner

3 stars 1 forks source link

Drop/change Docker host access support #6

Closed marcverhagen closed 3 years ago

marcverhagen commented 3 years ago

You can now run pipeline.py from the docker host but also from inside a container. This may turn into a maintenance nightmare. Consider splitting this or removing host access accept via http requests to the pipeline container.

marcverhagen commented 3 years ago

Actually, this is not a maintenance nightmare. Recent changes make sure that the host version of the pipeline runner and the dockerized version of it run from the same configuration files.