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/04/01 10:09:33 UTC

[GitHub] [airflow] potiuk commented on a change in pull request #22660: Make sure build-prod-image works in the new Breeze2

potiuk commented on a change in pull request #22660:
URL: https://github.com/apache/airflow/pull/22660#discussion_r840434624



##########
File path: dev/breeze/src/airflow_breeze/prod/prod_params.py
##########
@@ -47,10 +47,10 @@ class ProdParams:
     install_docker_context_files: bool
     disable_pypi_when_building: bool
     disable_pip_cache: bool
-    upgrade_to_newer_dependencies: str
-    skip_installing_airflow_providers_from_sources: bool
-    cleanup_docker_context_files: bool
-    prepare_buildx_cache: bool
+    upgrade_to_newer_dependencies: str = "false"
+    skip_installing_airflow_providers_from_sources: bool = False

Review comment:
       It was failing when I manually run it at least  `./Breeze2 build-prod-image` :)




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