Skip to content

Commit

Permalink
Merge pull request #9 from doublecloud/feature/PROC-176-airflow-versi…
Browse files Browse the repository at this point in the history
…on-2.8.1

[PROC-176]: Airflow 2.8.1 image
  • Loading branch information
eposinitskiy authored Feb 1, 2024
2 parents cfc164a + 2c70a21 commit e26ead6
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

## Docker images

Docker images that are used for operation of DoubleCloud Airflow clusters are currently available on [GitHub Container Registry](https://github.com/doublecloud/airflow-image/pkgs/container/airflow).
Docker images being used as runtime on DoubleCloud Airflow clusters are currently available at [GitHub Container Registry](https://github.com/doublecloud/airflow-image/pkgs/container/airflow).

We tag every published image with two tags:
1. "Floating" or movable tag like `2.6.3` that points at the latest build of an image related to the Airflow version
2. Fixed tags like `2.6.3-2` that points at the specific build of an image related to the Airflow version
Each published image has two tags:
1. "Floating" or movable tag like `2.8.1` that points at the latest build of an image related to the Airflow version
2. Fixed tags like `2.8.1-1` that points at the specific build of an image related to the Airflow version

You can find installed python packages and changelogs in version directories inside `versions` directory.
1 change: 1 addition & 0 deletions versions/2.8.1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Changelog
1 change: 1 addition & 0 deletions versions/2.8.1/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0
30 changes: 30 additions & 0 deletions versions/2.8.1/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# python_version=3.11
# apache-airflow version MUST be equal to airflow version
apache-airflow[async,azure,amazon,elasticsearch,google,password,cncf.kubernetes,mysql,postgres,redis,slack,ssh,statsd,virtualenv]==2.8.1
apache-airflow-providers-amazon==8.17.0
apache-airflow-providers-apache-hive==6.4.2
apache-airflow-providers-apache-livy==3.7.1
apache-airflow-providers-celery==3.5.2
apache-airflow-providers-cncf-kubernetes==7.14.0
apache-airflow-providers-common-sql==1.10.1
apache-airflow-providers-databricks==6.1.0
apache-airflow-providers-datadog==3.5.1
apache-airflow-providers-dbt-cloud==3.6.0
apache-airflow-providers-elasticsearch==5.3.2
apache-airflow-providers-ftp==3.7.0
apache-airflow-providers-google==10.14.0
apache-airflow-providers-http==4.9.0
apache-airflow-providers-imap==3.5.0
apache-airflow-providers-microsoft-azure==8.5.1
apache-airflow-providers-microsoft-mssql==3.6.0
apache-airflow-providers-openlineage==1.5.0
apache-airflow-providers-postgres==5.10.0
apache-airflow-providers-redis==3.6.0
apache-airflow-providers-sftp==4.8.1
apache-airflow-providers-snowflake==5.3.0
apache-airflow-providers-sqlite==3.7.0
apache-airflow-providers-ssh==3.10.0
astro-sdk-python==1.8.0
astronomer-cosmos==1.3.2
astronomer-providers[amazon,apache.hive,apache.livy,cncf.kubernetes,databricks,dbt.cloud,google,http,microsoft.azure,sftp,snowflake]==1.18.4
requests==2.31.0

0 comments on commit e26ead6

Please sign in to comment.