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/05/14 12:10:57 UTC

[airflow] branch master updated (bcfa0cb -> e84fb58)

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 bcfa0cb  Make DAG dependency detector configurable (#15829)
     add e84fb58  Fixes building pre-2.1 Airflow images from 2.1 Dockerfiles. (#15802)

No new revisions were added by this update.

Summary of changes:
 Dockerfile                                         | 38 +++++++-------------
 Dockerfile.ci                                      | 29 +++++-----------
 docs/docker-stack/build.rst                        |  4 +++
 .../restricted/restricted_environments.sh          |  3 ++
 scripts/docker/common.sh                           |  9 +++++
 scripts/docker/install_additional_dependencies.sh  |  8 +++++
 scripts/docker/install_airflow.sh                  |  2 +-
 scripts/docker/install_airflow_from_branch_tip.sh  |  2 ++
 .../docker/install_from_docker_context_files.sh    |  2 ++
 scripts/docker/install_pip_version.sh              | 40 ++++++++++++++++++++++
 10 files changed, 90 insertions(+), 47 deletions(-)
 create mode 100755 scripts/docker/install_pip_version.sh