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/18 22:00:03 UTC

[airflow] branch main updated (730db3f -> ad28f69)

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 730db3f  Remove all "fake" stub files (#20936)
     add ad28f69  Switch to 'buildkit' to build Airflow images (#20664)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build-images.yml                 |   5 -
 .github/workflows/ci.yml                           |  24 +-
 BREEZE.rst                                         | 163 ++++----
 CI.rst                                             |  16 -
 Dockerfile                                         |  30 +-
 Dockerfile.ci                                      |   5 -
 IMAGES.rst                                         | 167 +++-----
 airflow/www/ask_for_recompile_assets_if_needed.sh  |   2 +-
 breeze                                             | 136 +++----
 breeze-complete                                    |   4 +-
 dev/REFRESHING_CI_CACHE.md                         |   5 +
 dev/refresh_images.sh                              |   7 +-
 docs/docker-stack/build.rst                        |   4 +-
 .../customizing/add-build-essential-custom.sh      |   1 +
 .../docker-examples/customizing/custom-sources.sh  |   1 +
 .../customizing/github-different-repository.sh     |   1 +
 .../docker-examples/customizing/github-main.sh     |   1 +
 .../customizing/github-v2-2-test.sh                |   1 +
 .../customizing/pypi-dev-runtime-deps.sh           |   1 +
 .../customizing/pypi-extras-and-deps.sh            |   1 +
 .../customizing/pypi-selected-version.sh           |   1 +
 .../restricted/restricted_environments.sh          |   1 +
 docs/docker-stack/entrypoint.rst                   |   2 +-
 docs/docker-stack/recipes.rst                      |   2 +
 docs/helm-chart/manage-dags-files.rst              |   4 +-
 docs/helm-chart/quick-start.rst                    |   6 +-
 scripts/ci/images/ci_prepare_ci_image_on_ci.sh     |   5 -
 scripts/ci/images/ci_prepare_prod_image_on_ci.sh   |   4 -
 scripts/ci/images/ci_push_ci_images.sh             |  10 +-
 scripts/ci/images/ci_push_production_images.sh     |  11 +-
 scripts/ci/images/ci_run_prod_image_test.sh        |   2 +-
 scripts/ci/libraries/_all_libs.sh                  |   2 -
 scripts/ci/libraries/_build_images.sh              | 436 ++++++---------------
 scripts/ci/libraries/_initialization.sh            |  20 +-
 scripts/ci/libraries/_md5sum.sh                    |  19 -
 scripts/ci/libraries/_push_pull_remove_images.sh   | 203 +---------
 scripts/ci/libraries/_spinner.sh                   |  55 ---
 scripts/ci/libraries/_verbosity.sh                 |   2 +-
 scripts/ci/pre_commit/pre_commit_ci_build.sh       |  30 +-
 scripts/ci/tools/build_dockerhub.sh                |   1 -
 scripts/docker/common.sh                           |   2 +-
 scripts/in_container/entrypoint_ci.sh              |   1 -
 42 files changed, 387 insertions(+), 1007 deletions(-)
 delete mode 100644 scripts/ci/libraries/_spinner.sh