docker-airflow
docker-airflow copied to clipboard
hi,when can support for airflow 2.0?
when i use airflow 1.10.9,find some features can't be supported .
I see those are supported in 2.0.0 airflow..
thx
As of 1.10.10, Airflow provides its own docker image.
@dlstadther-pl hi,I need an docker-compose for airflow2.0.0 as 1.10.9,not only a container.Can you Support me?
You can use the docker-compose file here: https://github.com/apache/airflow/blob/ffb472cf9e630bd70f51b74b0d0ea4ab98635572/docs/apache-airflow/start/docker-compose.yaml
I forked the repository and managed to update the configuration file, and it seems to be working.
If anyone is in interest, you may pull my build on Docker Hub
Thanks puckel for the amazing work!