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/02/13 13:44:01 UTC

[GitHub] [airflow] potiuk opened a new issue #21547: Breeze: Allow to switch between Debian Bullseye and Buster when building images.

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


   Following the #21546 - we should also add a switch in the new Breeze to be able to switch between `buster` and `bullseye` base Python images.
   
   We will likely have to support both in the coming 6 months so being able to switch between them will be necessary.


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



[GitHub] [airflow] potiuk commented on issue #21547: Breeze: Allow to switch between Debian Bullseye and Buster when building images.

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


   BTW. There are some small changes coming soon as well (pretty cool in terms of optimizations) - you will have to do some modifications there too, but this should be easy.


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



[GitHub] [airflow] potiuk edited a comment on issue #21547: Breeze: Allow to switch between Debian Bullseye and Buster when building images.

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


   This one shoud be fine :). We will be able to close it after the merge. 


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



[GitHub] [airflow] Bowrna commented on issue #21547: Breeze: Allow to switch between Debian Bullseye and Buster when building images.

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


   @potiuk Could this issue be close if this #21956 got merged? Or do i have to complete any other part to close this issue? :) 


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



[GitHub] [airflow] Bowrna edited a comment on issue #21547: Breeze: Allow to switch between Debian Bullseye and Buster when building images.

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


   @potiuk Will this issue be closed if this #21956 got merged? Or do I have to complete any other part to close this issue? :) 


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



[GitHub] [airflow] potiuk commented on issue #21547: Breeze: Allow to switch between Debian Bullseye and Buster when building images.

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


   This one shoud be fine :)


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



[GitHub] [airflow] Bowrna commented on issue #21547: Breeze: Allow to switch between Debian Bullseye and Buster when building images.

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


   i will test by making it default to Bullseye and update here


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



[GitHub] [airflow] potiuk commented on issue #21547: Breeze: Allow to switch between Debian Bullseye and Buster when building images.

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


   > @potiuk I made some relevant changes in [this](https://github.com/apache/airflow/pull/21145) PR wrt debian version. What would be the default value for the Debian version?
   
   Bullseye. I am just about to merge #21378 


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



[GitHub] [airflow] Bowrna commented on issue #21547: Breeze: Allow to switch between Debian Bullseye and Buster when building images.

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


   > BTW. There are some small changes coming soon as well (pretty cool in terms of optimizations) - you will have to do some modifications there too, but this should be easy.
   
   Sure looking forward to it


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



[GitHub] [airflow] Bowrna commented on issue #21547: Breeze: Allow to switch between Debian Bullseye and Buster when building images.

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


   @potiuk I made some relevant changes in [this](https://github.com/apache/airflow/pull/21145) PR wrt debian version. What would be the default value for the Debian version? 
   
   https://github.com/Bowrna/airflow/blob/7c631962df9cea24f3d0dff3aa636e0f2db2212f/dev/breeze/src/airflow_breeze/ci/build_params.py#L60


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



[GitHub] [airflow] potiuk commented on issue #21547: Breeze: Allow to switch between Debian Bullseye and Buster when building images.

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


   merged bullseye :)


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