docker-airflow
                                
                                
                                
                                    docker-airflow copied to clipboard
                            
                            
                            
                        Docker Apache Airflow
Hello, There are a couple of new versions have released than the current supported version (1.10.9) in this docker image. When are we going to have new version support added?

Hello, I have a strange issue. I have built my own docker using the same image and same entrypoint.sh file. When I try to execute docker compose, it doesnt show...
Hi Team, I pulled this docker image in my local laptop and tried running the below command as per the readme.md C:\Docker\docker-airflow-master\docker-airflow-master>docker run -d -p 8035:8035 puckel/docker-airflow webserver 596d39bc0b46b8ac6557a03192e19664b0731ab57d2cf59346004f6f0dce306a C:\Docker\docker-airflow-master\docker-airflow-master>docker...
When using ldap in webserver_config.py, the ldap module is missing and cannot be added since libldap2-dev is not installed. This PR adds libldap2-dev during image build and installs python-ldap.
I have tried multiple ways to set up SMTP emails on failure while using LocalExecutor. Methods tried: 1. Edit airflow.cfg file with proper SMTP_Host variable 2. Add it in the...
i'm having issues with airflow s3 aws s3 logging saying that it is unable to load the credentials. i added my access and secret key to aws_default as the username...
Hello, I stumbled across this repo recently and I want to thank you for setting it up. I need to import Airflow variables from my prod env. and I couldn't...
Hi, We are using puckel image locally. It was perfect. Now we are trying to build image for AWS -ECS cluster dev. We tried with your base images which is...
Hi I'm new to docker and airflow and I'm trying to run this setup locally by using the two commands below. docker build --rm -t airflow-image . docker run -p...