puckel / docker-airflow

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

bump airflow version to 1.10.12 #623

Open blackmidnight opened 3 years ago

blackmidnight commented 3 years ago

please check and merge

MJFND commented 3 years ago

When this is getting merged?

MJFND commented 3 years ago

I just switched to apache airflow official image. It seems like no one maintain this anymore.

On Sat, Apr 10, 2021, 1:14 AM Hyo-kyun Park @.***> wrote:

@.**** approved this pull request.

I think this is necessary. Why doesn't they merge this?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/puckel/docker-airflow/pull/623#pullrequestreview-632890628, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC65XLTJLIH34XIULF3OSTTTH7NC5ANCNFSM4V5D3Y2Q .

hyonaldo commented 3 years ago

I just switched to apache airflow official image. It seems like no one maintain this anymore.

@MJFND thx for your reply. 👍

The (apache airflow) official images seem to support only airflow version 2.0.1. But I need airflow version 1.10.12 because I want the image which is same as AWS managed airflow.

Do you have any better solution for me? :D

MJFND commented 3 years ago

I am actually using 1.10.14, they do have the image, but they will not update that anymore. And it will work fine.

On Sat, Apr 10, 2021, 1:44 AM Hyo-kyun Park @.***> wrote:

I just switched to apache airflow official image. It seems like no one maintain this anymore.

@MJFND https://github.com/MJFND thx for your reply. 👍

The (apache airflow) official images seem to support only airflow version 2.0.1. But I need airflow version 1.10.12 because I want the image which is same as AWS managed airflow https://aws.amazon.com/ko/blogs/korea/introducing-amazon-managed-workflows-for-apache-airflow-mwaa/ .

Do you have any better solution for me? :D

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/puckel/docker-airflow/pull/623#issuecomment-817083364, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC65XLQCKQTRBJFRMCQ26B3TH7QR7ANCNFSM4V5D3Y2Q .

hyonaldo commented 3 years ago

@MJFND You're right. I can find 1.10.x at dockerhub. But there is no docker-compose.yml in the official website - https://airflow.apache.org/docs/apache-airflow/stable/start/docker.html Even I could not find Dockerfile of 1.10.x. (from https://github.com/apache/airflow)

How did you run 1.10.14 with CeleryExecutor (which depends on postgres, redis)?

MJFND commented 3 years ago

I used the compose config from here https://airflow.apache.org/docs/apache-airflow/stable/start/docker.html. It is for the latest image, with little changes it will work.

On Sat, Apr 10, 2021, 4:22 AM Hyo-kyun Park @.***> wrote:

@MJFND https://github.com/MJFND You're right. I can find 1.10.x at dockerhub. But there is no docker-compose.yml in the official website - https://airflow.apache.org/docs/apache-airflow/stable/start/docker.html Even I could not find Dockerfile of 1.10.x. (from https://github.com/apache/airflow)

How did you run 1.10.14 with CeleryExecutor (which depends on postgres, redis)?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/puckel/docker-airflow/pull/623#issuecomment-817099578, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC65XLWJL5BQZDN67NH2XPLTIADEBANCNFSM4V5D3Y2Q .