You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/07/27 15:08:09 UTC

[airflow] branch main updated (4e50ea4df0 -> 89af516243)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 4e50ea4df0 Fix MsSQL failing on long list of providers. (#25338)
     add 89af516243 Allow to add extra flags passed to ``pip install`` when building images (#25337)

No new revisions were added by this update.

Summary of changes:
 Dockerfile                                         |  15 +-
 Dockerfile.ci                                      |  11 +
 IMAGES.rst                                         |   4 +
 .../airflow_breeze/commands/ci_image_commands.py   |   2 +
 .../commands/production_image_commands.py          |   2 +
 .../src/airflow_breeze/params/build_ci_params.py   |   1 +
 .../src/airflow_breeze/params/build_prod_params.py |   1 +
 .../airflow_breeze/params/common_build_params.py   |   1 +
 .../src/airflow_breeze/utils/common_options.py     |   6 +
 docs/docker-stack/build-arg-ref.rst                |   4 +
 docs/docker-stack/changelog.rst                    |   5 +
 images/breeze/output-build-image.svg               | 300 +++++++++--------
 images/breeze/output-build-prod-image.svg          | 364 +++++++++++----------
 images/breeze/output-commands-hash.txt             |   4 +-
 scripts/docker/install_additional_dependencies.sh  |   2 +
 scripts/docker/install_airflow.sh                  |   4 +
 ...install_airflow_dependencies_from_branch_tip.sh |   1 +
 .../docker/install_from_docker_context_files.sh    |   4 +-
 18 files changed, 411 insertions(+), 320 deletions(-)