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 07:49:28 UTC

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

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

   Hi @potiuk,  I'll try to craft a PR, thanks for the inspiration :)
   
   I have one question, maybe you can help or point me to the right source:
   What is the best way to create a airflow docker image with a change in the source code?
   I read the contributor guide and set up the breeze environment on my machine, but did not find what I was looking for. 
   
   What I tried: I did a tiny code change (hardcoded the log server to some other number, `8888`), and then  built an image with
   ```
   DOCKER_BUILDKIT=1 docker build . -f Dockerfile --pull --tag my-image:0.0.1
   ```
   and then I deployed that image with a helm chart to our Kubernetes Cluster.
   Lookin a the worker log I still see log server running on `0.0.0.0:8379`.  So either I build the image wrongly or I miss something else.
   
   


-- 
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