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/09/22 09:24:53 UTC

[GitHub] [airflow] potiuk commented on issue #26585: Debian docker build fails on 2.4.0, unable to locate package libffi7

potiuk commented on issue #26585:
URL: https://github.com/apache/airflow/issues/26585#issuecomment-1254762658

   This is correct behaviour. You are actually trying to build a buster image: `PYTHON_BASE_IMAGE="python:3.9-slim-buster" ` not bullseye and support for Buster has been dropped in 2.4.0 as announced earlier. https://airflow.apache.org/docs/docker-stack/changelog.html#airflow-2-4 
   
   You should switch to building a bullseye image.


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