You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/01/14 14:15:58 UTC

[airflow] branch master updated (e4b8ee6 -> bfb7cb3)

This is an automated email from the ASF dual-hosted git repository.

kamilbregula pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from e4b8ee6  Increase the default ``min_file_process_interval`` to decrease CPU Usage (#13664)
     add bfb7cb3  Add recipes for installing a few common tools in Docker image (#13655)

No new revisions were added by this update.

Summary of changes:
 .../docker-images-recipes/gcloud.Dockerfile        | 41 ++++++++++
 .../docker-images-recipes/hadoop.Dockerfile        | 88 ++++++++++++++++++++++
 docs/apache-airflow/production-deployment.rst      | 52 +++++++++++++
 3 files changed, 181 insertions(+)
 create mode 100644 docs/apache-airflow/docker-images-recipes/gcloud.Dockerfile
 create mode 100644 docs/apache-airflow/docker-images-recipes/hadoop.Dockerfile