File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ to run Kubernetes tests. See below for the list of arguments that should be prov
246246production image from the local sources.
247247
248248The image is primarily optimised for size of the final image, but also for speed of rebuilds - the
249- 'airlfow -build-image' segment uses the same technique as the CI builds for pre-installing PIP dependencies.
249+ 'airflow -build-image' segment uses the same technique as the CI builds for pre-installing PIP dependencies.
250250It first pre-installs them from the right github branch and only after that final airflow installation is
251251done from either local sources or remote location (PIP or github repository).
252252
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ pip install apache-airflow[postgres,gcp]==1.10.10 \
121121
122122## Building customized production images
123123
124- In order to use Airlfow in Docker Compose or Kubernetes, you might need to use or build production images
124+ In order to use Airflow in Docker Compose or Kubernetes, you might need to use or build production images
125125of Apache Airflow. The community provides two types of support for the production images:
126126
127127* We provide pre-build relesed version of production image in PyPI build from released
You can’t perform that action at this time.
0 commit comments