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/28 17:38:50 UTC

[airflow] branch master updated (b605987 -> 595374a)

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 b605987  Removes unnecessary packages from setup_requires (#16139)
     add 595374a  Move images needed only during CI to `airflow-ci` DockerHub (#16116)

No new revisions were added by this update.

Summary of changes:
 BREEZE.rst                                         | 23 ++++-----
 CI.rst                                             | 16 +++---
 IMAGES.rst                                         | 54 +++++++++++++++-----
 breeze                                             | 17 -------
 breeze-complete                                    |  2 +-
 dev/README_RELEASE_AIRFLOW.md                      | 15 +++++-
 dev/retag_docker_images.py                         | 57 +++++++++++++++++-----
 kubernetes_tests/test_kubernetes_pod_operator.py   |  2 +-
 scripts/ci/docker-compose/integration-trino.yml    |  2 +-
 .../ci/dockerfiles/apache-rat/build_and_push.sh    |  2 +-
 scripts/ci/dockerfiles/bats/build_and_push.sh      |  2 +-
 .../dockerfiles/krb5-kdc-server/build_and_push.sh  |  2 +-
 scripts/ci/dockerfiles/stress/build_and_push.sh    |  2 +-
 scripts/ci/dockerfiles/trino/build_and_push.sh     |  2 +-
 scripts/ci/libraries/_initialization.sh            |  2 +-
 scripts/ci/static_checks/bats_tests.sh             |  4 +-
 scripts/ci/static_checks/check_license.sh          |  2 +-
 tests/kubernetes/pod.yaml                          |  2 +-
 tests/kubernetes/test_pod_generator.py             |  4 +-
 19 files changed, 136 insertions(+), 76 deletions(-)