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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
