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 2020/04/24 10:56:21 UTC

[GitHub] [airflow] potiuk opened a new issue #8537: Building backport packages can be don inside Breeze container

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:
users@infra.apache.org



[GitHub] [airflow] potiuk edited a comment on issue #8537: Building backport packages can be done inside Breeze container

Posted by GitBox <gi...@apache.org>.
potiuk edited a comment on issue #8537:
URL: https://github.com/apache/airflow/issues/8537#issuecomment-619408820


   @feluelle -> here you are #8558 
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] potiuk commented on issue #8537: Building backport packages can be done inside Breeze container

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #8537:
URL: https://github.com/apache/airflow/issues/8537#issuecomment-619408820


   @feluelle -> here you are :)
   


----------------------------------------------------------------
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:
users@infra.apache.org