Couldnt find the image extending_airflow
When I cloned the repo and ran docker-compose up -d it failed to come up because the base image was missing. Running the following command fixed the issue.
docker build --tag extending_airflow .
Sir, are you successfully spinning up the airflow cluster. I make it run but airflow websever keep restarting and webUI does not work
Sir, are you successfully spinning up the airflow cluster. I make it run but airflow websever keep restarting and webUI does not work
Once I ran the docker build everything worked for me. What do you get when you run docker compose logs airflow-webserver?
yeah, your yaml file is wrong ❯ docker-compose up airflow-init [+] Running 1/1 ! airflow-init Warning 2.1s [+] Building 0.0s (1/1) FINISHED docker:desktop-linux => [airflow-init internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 2B 0.0s failed to solve: failed to read dockerfile: open Dockerfile: no such file or directory