Skip to content
Snippets Groups Projects
Commit d254c907 authored by Christian Boettcher's avatar Christian Boettcher
Browse files

update requirements for new version

parent 00cbf23b
No related branches found
No related tags found
1 merge request!7Airflow 2.7.1
Pipeline #153614 passed
FROM apache/airflow:slim-2.5.3-python3.8 FROM apache/airflow:slim-2.7.0-python3.10
USER root USER root
RUN apt update && apt install git -y && apt clean && rm -rf /var/lib/apt/lists/* RUN apt update && apt install git -y && apt clean && rm -rf /var/lib/apt/lists/*
COPY ./templates/main.html /home/airflow/.local/lib/python3.8/site-packages/airflow/www/templates/airflow/main.html COPY ./templates/main.html /home/airflow/.local/lib/python3.10/site-packages/airflow/www/templates/airflow/main.html
COPY ./templates/navbar_right.html /home/airflow/.local/lib/python3.8/site-packages/airflow/www/templates/appbuilder/navbar_right.html COPY ./templates/navbar_right.html /home/airflow/.local/lib/python3.10/site-packages/airflow/www/templates/appbuilder/navbar_right.html
COPY ./templates/img/BMBF_gefoerdert_2017_en.jpg /home/airflow/.local/lib/python3.8/site-packages/airflow/www/static/BMBF_gefoerdert_2017_en.jpg COPY ./templates/img/BMBF_gefoerdert_2017_en.jpg /home/airflow/.local/lib/python3.10/site-packages/airflow/www/static/BMBF_gefoerdert_2017_en.jpg
USER airflow USER airflow
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment