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

update to 2.5.3

parent 3394ed09
No related branches found
No related tags found
1 merge request!6Airflow253
FROM apache/airflow:slim-2.5.1-python3.8
FROM apache/airflow:slim-2.5.3-python3.8
USER root
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/navbar_right.html /home/airflow/.local/lib/python3.8/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
USER airflow
USER airflow
ENV SQLALCHEMY_SILENCE_UBER_WARNING=1
RUN pip --version && python -m pip install --upgrade pip
ADD requirements.txt /requirements.txt
......
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