You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/02 22:58:24 UTC

[GitHub] [airflow] potiuk commented on issue #24755: Log server on celery worker does not work in IPv6-only setup

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-unsubscribe@airflow.apache.org

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