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
!23
remove libs causing problems
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
remove libs causing problems
vulnerabilities-fixes-airflow-1
into
Azure/Airflow-Docker-Image-M8-master
Overview
3
Commits
18
Pipelines
0
Changes
11
1 unresolved thread
Hide all comments
Closed
Akshat Joshi
requested to merge
vulnerabilities-fixes-airflow-1
into
Azure/Airflow-Docker-Image-M8-master
2 years ago
Overview
3
Commits
18
Pipelines
0
Changes
11
1 unresolved thread
Hide all comments
Expand
0
0
Merge request reports
Compare
Azure/Airflow-Docker-Image-M8-master
version 2
709ac926
2 years ago
version 1
4f3fb395
2 years ago
Azure/Airflow-Docker-Image-M8-master (base)
and
latest version
latest version
709ac926
18 commits,
2 years ago
version 2
709ac926
2 commits,
2 years ago
version 1
4f3fb395
1 commit,
2 years ago
11 files
+
547
−
42
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
airflow/Dockerfile
0 → 100644
+
62
−
0
Options
FROM
apache/airflow:1.10.14-python3.6
# upgrading to 1.10.14 as it uses buster release for mysql debian package
# 1.10.12 was using debian strech for which mysql packages are no longer supported
# Issue - https://bugs.mysql.com/bug.php?id=106492
# https://github.com/apache/airflow/blob/1.10.14/Dockerfile
ARG
AIRFLOW_USER=airflow
ARG
BUILD_VERSION=0.13.0
ADD
osdu_airflow*.whl ./osdu_airflow-$BUILD_VERSION-py3-none-any.whl
ADD
osdu_api*.whl ./osdu_api-$BUILD_VERSION-py3-none-any.whl
ADD
osdu_ingestion*.whl ./osdu_ingestion-$BUILD_VERSION-py3-none-any.whl
USER
root
RUN
apt-key adv
--keyserver
keyserver.ubuntu.com
--recv-keys
467B942D3A79BD29
RUN
apt-get update
\
&&
apt-get
install
-y
--only-upgrade
bind9-host
=
1:9.11.5.P4+dfsg-5.1+deb10u7
\
curl
=
7.64.0-4+deb10u2
\
krb5-user
=
1.17-3+deb10u2
\
ldap-utils
=
2.4.47+dfsg-3+deb10u6
\
libapt-pkg5.0
=
1.8.2.2
\
libbind9-161
=
1:9.11.5.P4+dfsg-5.1+deb10u7
\
libbsd0
=
0.9.1-2+deb10u1
\
libcurl4
=
7.64.0-4+deb10u2
\
libdns1104
=
1:9.11.5.P4+dfsg-5.1+deb10u7
\
libgcrypt20
=
1.8.4-5+deb10u1
\
libgnutls30
=
3.6.7-4+deb10u7
\
libgssapi-krb5-2
=
1.17-3+deb10u2
\
libgssrpc4
=
1.17-3+deb10u2
\
libhogweed4
=
3.4.1-1+deb10u1
\
libicu63
=
63.1-6+deb10u2
\
libisc1100
=
1:9.11.5.P4+dfsg-5.1+deb10u7
\
libisccc161
=
1:9.11.5.P4+dfsg-5.1+deb10u7
\
libisccfg163
=
1:9.11.5.P4+dfsg-5.1+deb10u7
\
libk5crypto3
=
1.17-3+deb10u2
\
libkadm5clnt-mit11
=
1.17-3+deb10u2
\
libkadm5srv-mit11
=
1.17-3+deb10u2
\
libkdb5-9
=
1.17-3+deb10u2
\
libkrb5-3
=
1.17-3+deb10u2
\
libkrb5support0
=
1.17-3+deb10u2
\
libldap-2.4-2
=
2.4.47+dfsg-3+deb10u6
\
libldap-common
=
2.4.47+dfsg-3+deb10u6
\
liblwres161
=
1:9.11.5.P4+dfsg-5.1+deb10u7
\
liblz4-1
=
1.8.3-1+deb10u1
\
libnettle6
=
3.4.1-1+deb10u1
\
libp11-kit0
=
0.23.15-2+deb10u1
\
libpq5
=
11.14-0+deb10u1
\
libpython3.7-minimal
=
3.7.3-2+deb10u3
\
libsqlite3-0
=
3.27.2-3+deb10u1
\
libzstd1
=
1.3.8+dfsg-3+deb10u2
\
libssl1.1
=
1.1.1d-0+deb10u8
\
libxml2
=
2.9.4+dfsg1-7+deb10u3
\
openssl
=
1.1.1d-0+deb10u8
\
libsystemd0
=
241-7~deb10u8
\
postgresql-client-11
=
11.14-0+deb10u1
\
python3.7
=
3.7.3-2+deb10u3
\
python3.7-minimal
=
3.7.3-2+deb10u3
\
libpython3.7-stdlib
=
3.7.3-2+deb10u3
\
sqlite3
=
3.27.2-3+deb10u1
\
sudo
=
1.8.27-1+deb10u3
RUN
pip
install
osdu_airflow-
$BUILD_VERSION
-py3-none-any
.whl
RUN
pip
install
osdu_api-
$BUILD_VERSION
-py3-none-any
.whl
RUN
pip
install
osdu_ingestion-
$BUILD_VERSION
-py3-none-any
.whl
USER
${AIRFLOW_USER}
Loading