puckel / docker-airflow

Docker Apache Airflow
Apache License 2.0
3.78k stars 541 forks source link

Docker for Airflow 1.10.3 #351

Open shreyapatni opened 5 years ago

shreyapatni commented 5 years ago

When is airflow 1.10.3 docker file planned?

darshanvarabhi commented 5 years ago

My team uses some of the new "contrib operators" available in 1.10.3.

Would love to see 1.10.3 available under docker hub.

darshanvarabhi commented 5 years ago

Any ETA on this please?

Thanks. Cheers!

dostiharise commented 5 years ago

Looks like there is a merge pending for the same: #355 (Bump to v1.10.3)

The committer is same as the one who has worked on #303 (Upgrade to v1.10.2)

Will try to create a repo on DockerHub until we have an official image.

dostiharise commented 5 years ago

$ docker pull alvyl/docker-airflow:1.10.3

I have reset my fork to the commit from PR #355, and build a docker image.

Its available on dockerhub with repo name alvyl/docker-airflow:1.10.3 here: https://cloud.docker.com/u/alvyl/repository/docker/alvyl/docker-airflow/tags

This is the commit that is being used to build the image: https://github.com/alvyl/docker-airflow/tree/bump-version-v1.10.3

Hope this helps. Cheers!

wuheyi commented 5 years ago

thanks @dostiharise ,i git clone from your repo, after buiding the docker, it works

dostiharise commented 5 years ago

thanks @dostiharise ,i git clone from your repo, after buiding the docker, it works

Glad it worked for you @wuheyi.

I am guessing this docker repo is no longer maintained actively, at a speed I would have liked.

Hope to hear from the maintainers soon.

will-beta commented 5 years ago

@dostiharise @wuheyi Tried apache's official image yet?