airflow-docker icon indicating copy to clipboard operation
airflow-docker copied to clipboard

Couldnt find the image extending_airflow

Open jmtaysom opened this issue 3 years ago • 3 comments

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 .

jmtaysom avatar Dec 21 '22 18:12 jmtaysom

Sir, are you successfully spinning up the airflow cluster. I make it run but airflow websever keep restarting and webUI does not work

liyunrui avatar Dec 30 '22 08:12 liyunrui

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?

jmtaysom avatar Dec 30 '22 15:12 jmtaysom

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

dimytrii avatar Feb 18 '24 18:02 dimytrii