jedcunningham commented on code in PR #23391: URL: https://github.com/apache/airflow/pull/23391#discussion_r866146018
########## BREEZE.rst: ########## @@ -917,6 +918,34 @@ Those are all available flags of ``verify-prod-image`` command: :width: 100% :alt: Breeze verify-prod-image +Releasing Production images to DockerHub +---------------------------------------- + +The **Production image** can be released by release managers who have permissions to push the image. This +happens only when there is an RC candidate or final released version of Airflow released. + +Typically you can release "regular" and "slim" images separately. + +Releasing "regular" images: + +.. code-block:: bash + + breeze release-prod-images --airflow-version 2.4.0 + +Or "slim" images + +.. code-block:: bash + + breeze release-prod-images --airflow-version 2.4.0 --slim-images + +By default when you are releasing the "final" image, we also tag image with "latest" tags but this +step can be skipped if you pass ``--skip-latest`` flag. + +Those are all available flags of ``release-prod-images`` command: Review Comment: Oh, yes, thanks 🤦♂️ -- 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]
