Skip to content

Commit

Permalink
Fix Production Deployment doc (#13723)
Browse files Browse the repository at this point in the history
Extra identation was causing issues & there was a dockerhub link that needed auth and likely broken
  • Loading branch information
kaxil committed Jan 17, 2021
1 parent db2e73c commit 2f79fb9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/apache-airflow/production-deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ way we do, you might want to know very quickly how you can extend or customize t
for Apache Airflow. This chapter gives you a short answer to those questions.

The docker image provided (as convenience binary package) in the
`Apache Airflow DockerHub <https://hub.docker.com/repository/docker/apache/airflow>`_ is a bare image
`Apache Airflow DockerHub <https://hub.docker.com/r/apache/airflow>`_ is a bare image
that has not many external dependencies and extras installed. Apache Airflow has many extras
that can be installed alongside the "core" airflow image and they often require some additional
dependencies. The Apache Airflow image provided as convenience package is optimized for size, so
Expand Down Expand Up @@ -413,9 +413,9 @@ Here is the comparison of the two types of building images.
+----------------------------------------------------+---------------------+-----------------------+

[1] When you combine customizing and extending the image, you can use external sources
in the "extend" part. There are plans to add functionality to add external sources
option to image customization. You can also modify Dockerfile manually if you want to
use non-default sources for dependencies.
in the "extend" part. There are plans to add functionality to add external sources
option to image customization. You can also modify Dockerfile manually if you want to
use non-default sources for dependencies.

Using the production image
--------------------------
Expand Down

0 comments on commit 2f79fb9

Please sign in to comment.