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

jhtimmins pushed a change to branch v2-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 205d6d4  Run mini scheduler in LocalTaskJob during task exit (#16289)
     new 403a087  Enhancement to bash scripts (#17098)
     new f2da764  Improve image building documentation for new users (#17409)
     new 70629ca  Optimizes structure of the Dockerfiles and use latest tools 
(#17418)
     new 2763e8e  Add timeout when asking whether to rebuild image (#17412)
     new 9d2ad2a  Fix failing static checks in main (#17424)
     new d5f0b1a  Switches to "/" convention in ghcr.io images (#17356)
     new 31005cb  Fixes some static check errors (#17432)
     new 005a5d0  Disable Helm tests when branch is not main
     new dcfc23e  Attempt to reduce flakiness of PythonVirtualeEnv 
test_airflow_context (#17486)
     new bc79182  Install providers from sources in prod image only on main 
(#17458)
     new 20ed40b  Better diagnostics and self-healing of docker-compose (#17484)

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/build-images.yml                 |   7 +-
 .github/workflows/ci.yml                           |  16 ++-
 BREEZE.rst                                         |   6 -
 README.md                                          | 123 ++++++++++++---------
 airflow/utils/log/file_task_handler.py             |  13 ++-
 breeze                                             |   3 -
 confirm                                            |   6 +-
 docs/apache-airflow-providers/index.rst            |   5 +
 docs/apache-airflow/start/docker-compose.yaml      |  63 ++++++++++-
 docs/apache-airflow/start/docker.rst               |  31 +++++-
 docs/docker-stack/build.rst                        |  13 +++
 .../extending/add-apt-packages/Dockerfile          |   2 +-
 .../add-build-essential-extend/Dockerfile          |   2 +-
 .../Dockerfile                                     |   4 +-
 .../extending/add-pypi-packages/Dockerfile         |   2 +-
 .../extending/embedding-dags/Dockerfile            |   2 +-
 .../extending/writable-directory/Dockerfile        |   2 +-
 scripts/ci/images/ci_prepare_ci_image_on_ci.sh     |   2 +-
 scripts/ci/images/ci_prepare_prod_image_on_ci.sh   |   2 +-
 .../ci/images/ci_wait_for_and_verify_ci_image.sh   |   6 +-
 .../ci/images/ci_wait_for_and_verify_prod_image.sh |   6 +-
 scripts/ci/libraries/_build_images.sh              |  19 +---
 scripts/ci/libraries/_push_pull_remove_images.sh   |   2 +-
 scripts/in_container/entrypoint_ci.sh              |   2 +
 .../prod/airflow_scheduler_autorestart.sh          |   8 +-
 tests/operators/test_python.py                     |   3 +
 26 files changed, 233 insertions(+), 117 deletions(-)
 copy docs/docker-stack/docker-examples/extending/{add-pypi-packages => 
add-providers}/Dockerfile (90%)

Reply via email to