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 1f6f34dba0 Update CONTRIBUTORS_QUICK_START_GITPOD.rst (#36242)
add 8a7bea2d8a Change default MySQL client to MariaDB (#36243)
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci.yml | 176 ++++++++++++++++++---
CI_DIAGRAMS.md | 12 +-
Dockerfile | 16 +-
Dockerfile.ci | 14 +-
.../airflow_breeze/commands/ci_image_commands.py | 4 +
.../commands/ci_image_commands_config.py | 13 +-
.../commands/common_image_options.py | 8 +
.../commands/production_image_commands.py | 4 +
.../commands/production_image_commands_config.py | 1 +
dev/breeze/src/airflow_breeze/global_constants.py | 2 +
.../src/airflow_breeze/params/build_ci_params.py | 11 +-
.../src/airflow_breeze/params/build_prod_params.py | 11 +-
.../airflow_breeze/params/common_build_params.py | 2 +
.../test_examples_of_prod_image_building.py | 11 +-
docs/docker-stack/build-arg-ref.rst | 8 +-
docs/docker-stack/build.rst | 17 ++
docs/docker-stack/changelog.rst | 35 ++--
.../{stable-airflow.sh => mysql-client.sh} | 5 +-
.../extending/add-providers/Dockerfile | 4 +-
images/breeze/output_ci-image_build.svg | 136 ++++++++--------
images/breeze/output_ci-image_build.txt | 2 +-
images/breeze/output_prod-image_build.svg | 64 ++++----
images/breeze/output_prod-image_build.txt | 2 +-
scripts/docker/install_mysql.sh | 14 +-
24 files changed, 396 insertions(+), 176 deletions(-)
copy docs/docker-stack/docker-examples/customizing/{stable-airflow.sh =>
mysql-client.sh} (90%)