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/02/28 15:03:45 UTC

[airflow] branch main updated (f5832a6 -> c1abd63)

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 f5832a6  update value from database to celery workers (#21859)
     add c1abd63  Allow to switch easily between Bullseye and Buster debian versions (#21546)

No new revisions were added by this update.

Summary of changes:
 .hadolint.yaml                                     |  1 +
 BREEZE.rst                                         | 64 ++++++++++++++++++++++
 Dockerfile                                         | 21 +++----
 Dockerfile.ci                                      | 16 +++---
 INSTALL                                            |  2 +-
 breeze                                             | 30 +++++++++-
 breeze-complete                                    |  9 ++-
 dev/provider_packages/prepare_provider_packages.py |  2 +-
 docs/docker-stack/build.rst                        | 14 ++++-
 scripts/ci/docker-compose/_docker.env              |  1 +
 ...ackend-mssql.yml => backend-mssql-bullseye.yml} |  4 +-
 ...{backend-mssql.yml => backend-mssql-buster.yml} |  0
 scripts/ci/docker-compose/base.yml                 |  1 +
 .../ci_run_single_airflow_test_in_docker.sh        |  6 +-
 .../determine_debian_version_specific_variables.sh | 49 +++++++++++++++++
 scripts/docker/install_mssql.sh                    | 35 ++++++++++--
 scripts/docker/install_mysql.sh                    |  8 +--
 17 files changed, 222 insertions(+), 41 deletions(-)
 copy scripts/ci/docker-compose/{backend-mssql.yml => backend-mssql-bullseye.yml} (93%)
 rename scripts/ci/docker-compose/{backend-mssql.yml => backend-mssql-buster.yml} (100%)
 create mode 100644 scripts/docker/determine_debian_version_specific_variables.sh