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 2022/01/25 15:45:51 UTC

[GitHub] [airflow] potiuk edited a comment on issue #20946: Update build image to the latest `buildkit` change

potiuk edited a comment on issue #20946:
URL: https://github.com/apache/airflow/issues/20946#issuecomment-1021324455


   Just a little. Actually if anything, The "buildkit" change made it the "old" breeze build much closer to what the "new" breeze did (i.e. simplified it).
   
   What we really need to do is just syncing the parameters that are used to prepare the "docker build" command (see the description of the issue above):
   
   * --force-pull  and --check-if-python-bae are gone
   * build is always executed as one step for both PROD and CI image (previously PROD image was build in two steps) - so no change vs. what you've done already
   * --all the code responsible for pulling images for cache is gone now (so you do not need to implement it).
   
   So this one is really to make sure that we have the same parameters in build command than what we have in "old" breeze.


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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org