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/11/08 10:17:50 UTC

[GitHub] [airflow] potiuk commented on pull request #12177: Uses always the same Python base image as used for CI image

potiuk commented on pull request #12177:
URL: https://github.com/apache/airflow/pull/12177#issuecomment-723556659


   This PR should handle sometimes to long rebuilding of the images when Python releases a new "base image" - usually we have few hours or even sometimes few days, until the tests pass in master and the new CI image gets released - so far in Breeze until this happened there was a disconnection between the image built locally and available in CI resulting with rebuilding the image from the scratch, rather than using cache.
   
   This change should fix it - no matter which version of the python image was used as a base, the same image will be pulled by breeze and rebuilds will be much faster.


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