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

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

Reply via email to