dimberman commented on a change in pull request #7832: [WIP] Add production image support URL: https://github.com/apache/airflow/pull/7832#discussion_r396686998
########## File path: BREEZE.rst ########## @@ -348,18 +349,43 @@ In case of disk space errors on macOS, increase the disk space available for Doc Building the Images ------------------- -You can manually trigger building the local images using the script: +You can manually trigger building the local CI image using this command: .. code-block:: - ./breeze build-only + ./breeze build-ci-image -The scripts that build the images are optimized to minimize the time needed to rebuild the image when +And production image using this command: + +.. code-block:: + + ./breeze build-prod-image Review comment: +1 ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
