potiuk commented on a change in pull request #22492:
URL: https://github.com/apache/airflow/pull/22492#discussion_r833584268



##########
File path: 
docs/docker-stack/docker-examples/customizing/add-build-essential-custom.sh
##########
@@ -19,11 +19,16 @@
 # This is an example docker build script. It is not intended for PRODUCTION use
 set -euo pipefail
 AIRFLOW_SOURCES="$(cd "$(dirname "${BASH_SOURCE[0]}")/../../../../" && pwd)"
-cd "${AIRFLOW_SOURCES}"
+

Review comment:
       Here you can see (I tested it  :)). That you can build customized images 
of Airlfow by just copying the Dockerfile and running the right `docker build` 
command. No more need to have Airlfow sources around. Just `Dockerfile` and you 
are good (while you can still fully customize it with the ``--build-args``.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to