potiuk commented on issue #8605:
URL: https://github.com/apache/airflow/issues/8605#issuecomment-628520489


   I the preferred way will be to set properly AIRFLOW_EXTRAS variable and pass 
them as --build-arg
   
   They are defined like that in the Dockerfile:
   
   ```
   ARG 
AIRFLOW_EXTRAS="async,aws,azure,celery,dask,elasticsearch,gcp,kubernetes,mysql,postgres,redis,slack,ssh,statsd,virtualenv"
   ```
   
   and when building the  dockerfile you can set them as `--build-arg 
AIRFLOW_EXTRAS="...."`
   
   I think that maybe it's worth to have "additional extras" and append them 
though
   
   


----------------------------------------------------------------
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]


Reply via email to