This repository contains a Dockerfile to build a custom Airflow image with custom requirements.
- Custom Airflow container image
- Installs custom requirements for your specific use case
- Container image available on DockerHub Registry for easy deployment
The container image is available on DockerHub Registry. You can pull the pre-built image using the following command:
docker pull seblum/airflow:latest
- Pull the Docker image from the DockerHub Registry as described above.
- Deploy Airflow using the Docker image. Customize the deployment according to your specific requirements.
- Execute your custom workflows and DAGs using Airflow.
Contributions to this project are welcome! If you have any ideas or improvements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. Feel free to use, modify, and distribute the code as needed.