mumoshu / kube-airflow

A docker image and kubernetes config files to run Airflow on Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make build fails

tkaymak opened this issue · comments

trying to run make build fails with:

mkdir -p build/1.7.1.3-1.3.0-0.9
sed -e 's/%%KUBECTL_VERSION%%/'"1.3.0"'/g;' -e 's/%%AIRFLOW_VERSION%%/'"1.7.1.3"'/g;' Dockerfile.template > build/1.7.1.3-1.3.0-0.9/Dockerfile
cp -R rootfs build/1.7.1.3-1.3.0-0.9/rootfs
cp: rootfs: No such file or directory
make: *** [build/1.7.1.3-1.3.0-0.9/rootfs] Error 1

Does this rootfs folder need to be pulled from somewhere else? Maybe there is a dependency missing?

Have the same issue

mkdir -p build/1.7.1.3-1.3.0-0.9
sed -e 's/%%KUBECTL_VERSION%%/'"1.3.0"'/g;' -e 's/%%AIRFLOW_VERSION%%/'"1.7.1.3"'/g;' Dockerfile.template > build/1.7.1.3-1.3.0-0.9/Dockerfile
cp -R rootfs build/1.7.1.3-1.3.0-0.9/rootfs
cp: rootfs: No such file or directory
make: *** [build/1.7.1.3-1.3.0-0.9/rootfs] Error 1

you just need to create rootfs folder
or remove cp command from Makefile