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/03/15 13:27:53 UTC

[GitHub] [airflow] potiuk commented on issue #21102: Breeze: Add 'prepare-image-cache' in Breeze

potiuk commented on issue #21102:
URL: https://github.com/apache/airflow/issues/21102#issuecomment-1067988466


   It's overlapping - part of it should be implemented in PROD and part in CI. 
   
   I think the approach of "old breeze" where we had a separate "prepare_buildx_cache" command was not good. The way we have it now in the #21956  is much better - it should be just a flag on "build-ci-image" and "build-prod-image". 
   
   ```
   ./Breeze2  build-ci-image --prepare-buildx-cache
   ./Breeze2  build-prod-image --prepare-buildx-cache
   
   ```
   
   So this one should be more about bringing the `--prepare-buildx-cache` flag to CI build - simlarly as you've alredy done in #21956
   


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