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 2021/06/01 06:53:13 UTC

[GitHub] [airflow] potiuk opened a new issue #16193: Building Prod image Python 3.6 on CI

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


   Seems that we started having a problem with building PROD image for Python 3.6 - it consistently fails. 
   
   Needs investigation and fix.


-- 
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 closed issue #16193: Building Prod image Python 3.6 on CI

Posted by GitBox <gi...@apache.org>.
potiuk closed issue #16193:
URL: https://github.com/apache/airflow/issues/16193


   


-- 
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] karakanb commented on issue #16193: Building Prod image Python 3.6 on CI

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


   We started getting failures in our pipelines as well due to the `-build` images being missing from Docker Hub, we used to use `airflow:2.0.1-python3.8-build` images, and they are missing now. Seems like they might be related, are they?


-- 
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 #16193: Building Prod image Python 3.6 on CI

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


   Not really. The build images are gone because they were moved to `apache/airflow-ci`. The `build` images in registry are also not needed to build the actual production images (they will be automatically build when you run 'docker buid'. The ones in 'airflow-ci' are only for optimization of the speed of the build 


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