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/01/10 05:48:44 UTC

[airflow] branch main updated (a1a32f7 -> 4d33ebf)

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 a1a32f7  Add roles to create_user test (#20773)
     add 4d33ebf  Cleaner output for Docker image building (#20747)

No new revisions were added by this update.

Summary of changes:
 Dockerfile                                         | 95 +++++++++++-----------
 Dockerfile.ci                                      | 87 +++++++++-----------
 scripts/docker/common.sh                           | 25 +++---
 scripts/docker/compile_www_assets.sh               | 36 ++++++--
 scripts/docker/install_additional_dependencies.sh  | 19 +++--
 scripts/docker/install_airflow.sh                  | 18 ++--
 ...install_airflow_dependencies_from_branch_tip.sh |  9 +-
 .../docker/install_from_docker_context_files.sh    | 12 ++-
 scripts/docker/install_mssql.sh                    | 16 +++-
 scripts/docker/install_mysql.sh                    | 14 +++-
 scripts/docker/install_pip_version.sh              | 16 ++--
 11 files changed, 202 insertions(+), 145 deletions(-)