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/03/17 06:15:38 UTC

[airflow] branch master updated (e395fcd -> 03d3c7d)

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 e395fcd  Pre commit new UI (#14836)
     add 03d3c7d  Create a documentation package for Docker image (#14765)

No new revisions were added by this update.

Summary of changes:
 docs/apache-airflow/installation.rst               |   2 +-
 docs/apache-airflow/production-deployment.rst      | 847 +--------------------
 docs/apache-airflow/start/docker.rst               |   2 +-
 docs/conf.py                                       |   2 +-
 docs/docker-stack/build-arg-ref.rst                | 212 ++++++
 docs/docker-stack/build.rst                        | 380 +++++++++
 .../docker-images-recipes/gcloud.Dockerfile        |   0
 .../docker-images-recipes/hadoop.Dockerfile        |   0
 docs/docker-stack/entrypoint.rst                   | 201 +++++
 docs/docker-stack/img/docker-logo.png              | Bin 0 -> 50112 bytes
 docs/docker-stack/index.rst                        |  54 ++
 docs/docker-stack/recipes.rst                      |  70 ++
 docs/exts/airflow_intersphinx.py                   |  11 +-
 .../exts/docs_build/dev_index_template.html.jinja2 |  12 +-
 docs/exts/docs_build/docs_builder.py               |  12 +-
 docs/exts/docs_build/fetch_inventories.py          |  11 +-
 16 files changed, 953 insertions(+), 863 deletions(-)
 create mode 100644 docs/docker-stack/build-arg-ref.rst
 create mode 100644 docs/docker-stack/build.rst
 rename docs/{apache-airflow => docker-stack}/docker-images-recipes/gcloud.Dockerfile (100%)
 rename docs/{apache-airflow => docker-stack}/docker-images-recipes/hadoop.Dockerfile (100%)
 create mode 100644 docs/docker-stack/entrypoint.rst
 create mode 100644 docs/docker-stack/img/docker-logo.png
 create mode 100644 docs/docker-stack/index.rst
 create mode 100644 docs/docker-stack/recipes.rst