Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github action for updating airflow #6509

Open
greenape opened this issue Apr 24, 2024 · 2 comments
Open

Github action for updating airflow #6509

greenape opened this issue Apr 24, 2024 · 2 comments
Labels
CI Issues related to continuous integration & circleci docker FlowETL

Comments

@greenape
Copy link
Member

I think it would be nice to have a scheduled GH action which checked the current version of airflow, and if > than .airflow-version, branch, updated .airflow-version, and also update our corresponding Dockerfile, then open a PR.

Presumably this would also entail making the Dockerfile depend on .airflow-version.

@greenape greenape added CI Issues related to continuous integration & circleci docker FlowETL labels Apr 24, 2024
@jc-harrison
Copy link
Member

Would need to query Docker Hub's API to find the corresponding image digest, I guess.

@greenape
Copy link
Member Author

Maybe one could invert it a little and have an action triggered by dependabot prs on the docker image that augments the pr from dependabot?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Issues related to continuous integration & circleci docker FlowETL
Projects
None yet
Development

No branches or pull requests

2 participants