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 17:39:18 UTC

[airflow] branch main updated (c1abd63 -> 5d89dea)

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 c1abd63  Allow to switch easily between Bullseye and Buster debian versions (#21546)
     add 5d89dea  Switch to Debian 11 (bullseye) as base for our dockerfiles (#21378)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build-images.yml                     |  1 +
 .github/workflows/ci.yml                               |  1 +
 BREEZE.rst                                             | 16 ++++++++--------
 CI.rst                                                 |  4 ++--
 Dockerfile                                             |  2 +-
 Dockerfile.ci                                          |  2 +-
 IMAGES.rst                                             | 18 +++++++++---------
 README.md                                              |  2 +-
 TESTING.rst                                            |  2 +-
 .../tutorial_taskflow_api_etl_docker_virtualenv.py     |  2 +-
 breeze-complete                                        |  2 +-
 chart/values.schema.json                               |  2 +-
 chart/values.yaml                                      |  2 +-
 .../0004-using-docker-images-as-test-environment.md    |  2 +-
 dev/breeze/src/airflow_breeze/ci/build_params.py       |  4 ++--
 .../apache-airflow-providers-odbc/connections/odbc.rst |  6 +++---
 docs/apache-airflow/howto/set-up-database.rst          |  2 +-
 docs/apache-airflow/installation/dependencies.rst      |  2 +-
 docs/apache-airflow/installation/prerequisites.rst     |  2 +-
 docs/apache-airflow/start/docker.rst                   |  2 +-
 docs/docker-stack/build-arg-ref.rst                    |  2 +-
 docs/docker-stack/build.rst                            |  4 ++--
 .../customizing/add-build-essential-custom.sh          |  2 +-
 .../docker-examples/customizing/custom-sources.sh      |  2 +-
 .../customizing/github-different-repository.sh         |  2 +-
 .../docker-examples/customizing/github-main.sh         |  2 +-
 .../docker-examples/customizing/github-v2-2-test.sh    |  2 +-
 .../customizing/pypi-dev-runtime-deps.sh               |  2 +-
 .../customizing/pypi-extras-and-deps.sh                |  2 +-
 .../customizing/pypi-selected-version.sh               |  2 +-
 .../restricted/restricted_environments.sh              |  2 +-
 scripts/ci/libraries/_initialization.sh                |  2 +-
 32 files changed, 52 insertions(+), 50 deletions(-)