Skip to content

Commit

Permalink
fix: Downgrade apache-airflow-providers-google and apache-airflow-pro…
Browse files Browse the repository at this point in the history
…viders-cncf-kubernetes (#1792)

* fix: Override default apache-airflow-providers-google version to 8.11.0

* fix: Override default apache-airflow-providers-cncf-kubernetes version to 5.2.2
  • Loading branch information
mikaeld authored Sep 14, 2023
1 parent 86377a5 commit 0251be4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ USER airflow
COPY requirements.txt /
RUN pip install --no-cache-dir -r /requirements.txt

# Override default version from the constraints file because it is broken
# https://github.com/apache/airflow/pull/34194
RUN pip install apache-airflow-providers-google==8.11.0 apache-airflow-providers-cncf-kubernetes==5.2.2 --upgrade

WORKDIR $PROJECT_DIR

# deploylib expects /app/version.json, copy the file if it exists
Expand Down

0 comments on commit 0251be4

Please sign in to comment.