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/06/04 21:03:22 UTC

[GitHub] [airflow] potiuk commented on a diff in pull request #24177: Add verification step to image release process

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


##########
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:
   This is just an alias. Makes no sense to run tests for it I think.



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