Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
Airflow Docker Image
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
Deployment and Operations
base-containers-azure
Airflow Docker Image
Merge requests
!37
upgrade airflow and python
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
upgrade airflow and python
az/sa-upgrade-python
into
main
Overview
1
Commits
11
Pipelines
3
Changes
2
Merged
saketh somaraju [EPAM]
requested to merge
az/sa-upgrade-python
into
main
8 months ago
Overview
1
Commits
11
Pipelines
3
Changes
2
Expand
Airflow version upgrade
2.4.3
-->
2.7.3
Python version upgrade
3.8
-->
3.11
Related to
osdu/platform&32 (closed)
Edited
7 months ago
by
saketh somaraju [EPAM]
0
0
1
Merge request reports
Compare
main
version 2
8c66f341
8 months ago
version 1
87732eb3
8 months ago
main (base)
and
latest version
latest version
c1f6d5bf
11 commits,
7 months ago
version 2
8c66f341
10 commits,
8 months ago
version 1
87732eb3
9 commits,
8 months ago
2 files
+
5
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
airflow2/Dockerfile
+
2
−
2
Options
FROM
apache/airflow:2.
4
.3-python3.
8
FROM
apache/airflow:2.
7
.3-python3.
11
# https://github.com/apache/airflow/blob/1.10.12/Dockerfile#L335
# https://github.com/apache/airflow/blob/1.10.12/Dockerfile#L335
ARG
AIRFLOW_USER=airflow
ARG
AZURE_LATEST_TAG_VERSION="0.2
5
"
ARG
AZURE_LATEST_TAG_VERSION="0.2
7
"
COPY
requirements.txt ./
COPY
get_version.sh ./
USER
root
Loading