landier edited a comment on issue #8872: URL: https://github.com/apache/airflow/issues/8872#issuecomment-713682454
Hello, Chiming on this issue since I'm facing the very same situation. I want to extend the Airflow Dockerfile (or more precisely reduce by getting rid of some contribs) and I'm looking for a way to do it: - without git cloning the repository since it complicates a lot my build (and increase a lot the build time) for only one file... - nor duplicating only the Dockerfile by hand because it's not future-proof and prone to error if not updated correctly Since I'm already using my own Dockerfile that extends the Airflow image, I'm super interested in the official Airflow Dockerfile to use ONBUILD actions for everything that is customizable via build args. Am I missing something here? Thank you. ---------------------------------------------------------------- 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]
