brandonwillard commented on pull request #8146: URL: https://github.com/apache/airflow/pull/8146#issuecomment-639558613
Just rebased. One important use-case involves the ease of running pods with important/necessary pre-specified `command`s. In general, no one wants to re-produce a `Dockerfile`'s `command` string within the Airflow setup/pod spec, since that's fairly cumbersome and error prone. Plus, this problem is exacerbated by "derived" Docker images that pass `args` to the parent image's `command`. I believe that—in these cases—one would have to reproduce the parents' cumulative `command` and `args`. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
