Docker Airflow Versions Save

Docker Apache Airflow

1.7.1.3-7

7 years ago
  • Use Celery with Redis as the messaging queue instead of Rabbitmq.
  • Fix issue #62

1.7.1.3-6

7 years ago

1.7.1.3-5

7 years ago
  • Fix issue #45
  • Fix issue #49
  • Fix image version in docker-compose file

1.7.1.3-4

7 years ago

Fix issue with Celery 4.0.0

1.7.1.3-3

7 years ago
  • Set fernet_key via ENV variable
  • Install custom pip packages without rebuilding the container

1.7.1.3-2

7 years ago

New entrypoint with executor choice.

1.7.1.3

7 years ago
  • New Airflow version 1.7.1.3
  • Migrate from MySQL to PostgreSQL PR-25 (Thanks to @Fokko)
  • Pin docker-airflow version in docker-compose.yml

1.7.1.2-1

7 years ago
  • Fix entrypoint.sh (Thx to Fokko)
  • Add missing packages