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/06 15:47:53 UTC

[airflow] branch main updated (fa802ed -> 64cba10)

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 fa802ed  Update operators.rst (#20640)
     add 64cba10  Revert "Cleaner output of docker image building scripts (#20679)" (#20721)

No new revisions were added by this update.

Summary of changes:
 Dockerfile                                         |  5 ++++-
 Dockerfile.ci                                      |  3 ++-
 IMAGES.rst                                         |  7 ++++---
 dev/README_RELEASE_PROVIDER_PACKAGES.md            |  4 ++--
 docs/docker-stack/build-arg-ref.rst                |  2 +-
 scripts/ci/kubernetes/ci_run_kubernetes_tests.sh   |  2 +-
 scripts/ci/libraries/_initialization.sh            |  2 +-
 scripts/docker/common.sh                           | 20 ++++++++----------
 scripts/docker/compile_www_assets.sh               | 24 +++-------------------
 scripts/docker/install_additional_dependencies.sh  | 19 +++++++++--------
 scripts/docker/install_airflow.sh                  | 15 +++++++-------
 ...install_airflow_dependencies_from_branch_tip.sh |  7 +++----
 .../docker/install_from_docker_context_files.sh    | 16 +++++++--------
 scripts/docker/install_mssql.sh                    |  6 +++---
 scripts/docker/install_mysql.sh                    |  5 +++--
 scripts/docker/install_pip_version.sh              |  4 +---
 scripts/in_container/_in_container_utils.sh        |  4 ++--
 scripts/in_container/prod/entrypoint_prod.sh       |  2 +-
 .../in_container/run_prepare_airflow_packages.sh   |  2 +-
 19 files changed, 65 insertions(+), 84 deletions(-)