jedcunningham commented on code in PR #24177:
URL: https://github.com/apache/airflow/pull/24177#discussion_r889611692


##########
dev/README_RELEASE_AIRFLOW.md:
##########
@@ -1041,6 +1042,16 @@ Preparing a release that is not in the latest branch:
 breeze release-prod-images --airflow-version "${VERSION}" --slim-images 
--skip-latest
 ```
 
+## Verify production images
+
+```shell script
+for PYTHON in 3.7 3.8 3.9 3.10
+do
+    docker pull apache/airflow:${VERSION}-python${PYTHON}
+    breeze verify-prod-image --image-name 
apache/airflow:${VERSION}-python${PYTHON}
+done

Review Comment:
   ```suggestion
   done
   docker pull apache/airflow:${VERSION}
   breeze verify-prod-image --image-name apache/airflow:${VERSION}
   ```
   
   Also worth verifying the bare version tag?



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

Reply via email to