fix: Downgrade apache-airflow-providers-google and apache-airflow-providers-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
This commit is contained in:
Родитель
86377a5021
Коммит
0251be47e7
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче