potiuk opened a new issue #8537:
URL: https://github.com/apache/airflow/issues/8537


   **Description**
   
   Currently backport packages are built on the host, but we might easily 
switch to building them in the container. 
   
   What woudl be needed:
   
   [ ] Change the script to run using docker run and breeze image rather than 
locally (Simlarly to docs build or generate-requirements)
   [ ] Make sure MOUNT_SOURCE_DIR_FOR_STATIC_CHECKS is set to "true" and 
exported to mount all sources to inside the container
   [ ] Make sure the packages are generated in /dist folder rather than in 
${AIRFLOW_SOURCES}/dist (local dist folder should be mapped there - check that 
indeed it is mapped when MOUNT_SOURCE_DIR_FOR_STATIC_CHECKS is "true"
   [ ] Make sure bowler is part of the pip-installed dependencies in the 
container 
   
   **Use case / motivation**
   
   It's not obvious that you needs some requirements (bowler for example) and 
it woudl be great if you do not have to setup your local virtualenv with it to 
make it runs.
   
   CC: @feluelle @turbaszek 
   


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

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


Reply via email to