'buildkit not supported by daemon Error: command 'docker build -t airflow-astro_bcb837/airflow:latest failed: failed to execute cmd: exit status 1

This is the Docker Engine config that worked for me on Docker Desktop for Mac:

{
  "experimental": false,
  "features": {
    "buildkit": false
  }
}
7 Likes