potiuk commented on issue #24755:
URL: https://github.com/apache/airflow/issues/24755#issuecomment-1172975282

   Yeah. This is good observation. The `Dockerfile` defaults are meant to be 
useful for people who want to customize the image and use the "released" 
version of Airflow. What you should look at as a "developer" is breeze. Breeze 
has a `build-prod-image` command that uses local sources to build the image. 
   
   If you are courious - you might run it with `--dry-run` to understand which 
build-args should be passed to get the `source build` - but you can also look 
more at https://airflow.apache.org/docs/docker-stack/build-arg-ref.html to 
understand all the parameters passed. one of them is `AIRFLOW_SOURCES_FROM` set 
to `.` to use current sources, but there are few others.


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to