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

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


The following commit(s) were added to refs/heads/master by this push:
     new cd160b9  Shorter/more meaningful header for official images (#9925)
cd160b9 is described below

commit cd160b99573c786f58687a1ef49e1d45f99a82c9
Author: Jarek Potiuk <[email protected]>
AuthorDate: Wed Jul 22 11:39:59 2020 +0200

    Shorter/more meaningful header for official images (#9925)
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 57ace7a..3675b67 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ Use Airflow to author workflows as directed acyclic graphs 
(DAGs) of tasks. The
 - [Requirements](#requirements)
 - [Getting started](#getting-started)
 - [Installing from PyPI](#installing-from-pypi)
-- [Building customized production 
images](#building-customized-production-images)
+- [Official Docker images](#official-docker-images)
 - [Beyond the Horizon](#beyond-the-horizon)
 - [Principles](#principles)
 - [User Interface](#user-interface)
@@ -119,7 +119,7 @@ pip install apache-airflow[postgres,google]==1.10.11 \
  --constraint 
"https://raw.githubusercontent.com/apache/airflow/constraints-1.10.12/constraints-3.7.txt";
 ```
 
-## Building customized production images
+## Official Docker images
 
 In order to use Airflow in Docker Compose or Kubernetes, you might need to use 
or build production images
 of Apache Airflow. The community provides two types of support for the 
production images:

Reply via email to