potiuk commented on issue #20946: URL: https://github.com/apache/airflow/issues/20946#issuecomment-1021324455
Just a little. Actually if anything, The "buildkit" command 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
