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 2021/04/19 17:00:16 UTC

[airflow] branch master updated (3584455 -> 36ba5b6)

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

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


    from 3584455  Clarify installation of new packages in docker-compose env (#15433)
     add 36ba5b6  Clarifies installation/runtime options for CI/PROD images. (#15320)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                           |   6 +-
 BREEZE.rst                                         | 113 ++++++-----
 CI.rst                                             |  10 -
 Dockerfile.ci                                      |  14 --
 IMAGES.rst                                         | 217 ++++++++-------------
 TESTING.rst                                        |   8 +-
 airflow/config_templates/config.yml                |   2 +-
 airflow/config_templates/default_airflow.cfg       |   2 +-
 breeze                                             | 133 ++++++++-----
 breeze-complete                                    |  19 +-
 dev/README_RELEASE_AIRFLOW.md                      |   4 +-
 dev/README_RELEASE_PROVIDER_PACKAGES.md            |   4 +-
 dev/provider_packages/README.md                    |   3 +-
 docker-context-files/README.md                     |   2 +-
 scripts/ci/docker-compose/_docker.env              |   3 +-
 scripts/ci/libraries/_build_images.sh              |   3 -
 scripts/ci/libraries/_initialization.sh            |  14 +-
 scripts/ci/libraries/_testing.sh                   |   2 +-
 .../ci_run_single_airflow_test_in_docker.sh        |   3 +-
 scripts/in_container/bin/run_tmux                  |   8 +-
 scripts/in_container/entrypoint_ci.sh              |  28 +--
 .../run_install_and_test_provider_packages.sh      |  10 +-
 22 files changed, 289 insertions(+), 319 deletions(-)