You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/05/14 09:39:32 UTC

[GitHub] [airflow] potiuk commented on issue #8605: Add Production-ready docker compose for the production image

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:
users@infra.apache.org