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 2019/01/14 11:20:27 UTC

[GitHub] ashb edited a comment on issue #4483: [AIRFLOW-3673] Add official dockerfile

ashb edited a comment on issue #4483: [AIRFLOW-3673] Add official dockerfile
URL: https://github.com/apache/airflow/pull/4483#issuecomment-453954603
 
 
   I think I agree with @potiuk and I'd like to see something like:
   
   - apache/aiflow:1.10-slim which just contains the absolute minimum to run Airflow (python, core deps, not much else)
   - apache/aiflow:1.10-full which builds upon the -slim and adds in everything else: (cassandra, kerberos, pq et al.)
   
   Edit: thinking a bit more about the way docker layers work having the two images based off each other wouldn't be sensible (the goal being a small code change should only result in a small layer download) - so I think two tags would be the way I'd like to go

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services