Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Data Logistics Service
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
eFlows4HPC WP2
Data Logistics Service
Commits
90907833
Commit
90907833
authored
1 year ago
by
Christian Boettcher
Browse files
Options
Downloads
Patches
Plain Diff
update to 2.5.3
parent
3394ed09
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!6
Airflow253
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dockers/eflows-airflow.docker
+2
-2
2 additions, 2 deletions
dockers/eflows-airflow.docker
with
2 additions
and
2 deletions
dockers/eflows-airflow.docker
+
2
−
2
View file @
90907833
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment