Skip to content

picsadotcom/docker-airflow-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-airflow-bootstrap

Dockerfile for quickly running Airflow projects in a Docker container.

Uses Python 3 with compatible AMQP libraries.

Usage

Make sure you have an airflow_home folder in your project. This will get copied over.

In the root of the repo for your Airflow project, add a Dockerfile for the project. For example, this file could contain:

FROM picsa/airflow-bootstrap ARG VCS_HASH=NOT_SET

You're done.

Releases

2017-03-17: Initial version with Airflow 1.7.1.3

About

Base Airflow container with python 3 support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages