GitHub user Nickalus12 added a comment to the discussion: Can't build docker images based on slim-2.8.0 or higher
Yeah, the `Maximum supported API version is 1.40` error confirms it — your runner's Docker daemon is too old to talk to the newer DinD client. Once the upgrade goes through, the Bookworm `apt` signature issues should clear up since the newer seccomp profile supports the syscalls that Debian 12's tooling needs. If the upgrade stalls or takes a while, one other thing you could try in the meantime: pin your base image back to a Bullseye variant if one is still available for your Airflow version. Something like `apache/airflow:slim-2.11.2-python3.10-bullseye` — though I'm not sure they still publish those for 2.11.x. Drop me a tag (@Nickalus12) once the runner upgrade lands and I'll help troubleshoot if anything else comes up. GitHub link: https://github.com/apache/airflow/discussions/64583#discussioncomment-16414001 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
