Docker Apache Airflow(2.0.1) for RaspberryPi (ARM Architecture)
- Based on Python 3.8 official image (python:3.8)
- Uses official Postgres as backend
- Uses official redis as queue
- Requires Docker and Docker Compose
Just excecute below command.Only arm64
is available.
docker pull kkent4g/airflow-sample-arm
By excecuting make
command by non-root user, it will automaticaly create airflow docker environment.
$ make airflow
Checked it will works on below environments
- Ubuntu 20.0.4(64bit)
- Raspbian OS(32bit)
It will take quite a time to buid for RaspbianOS buster(32 bit).