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/06/03 14:07:48 UTC

[GitHub] [airflow] ashb commented on issue #8785: Move out all unnecessary binaries installed in CI image

ashb commented on issue #8785:
URL: https://github.com/apache/airflow/issues/8785#issuecomment-638221700


   Next chunkiest layers (in order they appear in the Dockerfile):
   
   - 413MB - Installing node and yarn
   - 385MB - docker-ce
   - 43MB kubectl
   - 438MB - gcloud-sdk (aws CLI is only 72MB)
   - 1.4GB - all of the python deps (`pip install -e .[$AIRFLOW_EXTRAS]` - not much we can do about that I don't think)
   - 219MB - node deps (`yarn --cwd airflow/www install --frozen-lockfile --no-cache`)
   
   (Not saying we can/should get rid of all of those, just listing large layers)


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