Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Deployment and Operations
base-containers-azure
Airflow Docker Image
Commits
47ba186e
Commit
47ba186e
authored
Oct 20, 2021
by
harshit aggarwal
Browse files
Update Dockerfile
parent
59cc78e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
47ba186e
...
...
@@ -2,23 +2,26 @@ FROM apache/airflow:1.10.12-python3.6
# 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
BUILD_VERSION
ADD
osdu_airflow*.whl ./osdu_airflow-$BUILD_VERSION-py3-none-any.whl
ADD
osdu_api*.whl ./osdu_api-$BUILD_VERSION-py3-none-any.whl
USER
root
RUN
apt-get update
\
&&
apt-get
install
-y
--only-upgrade
bind9-host
=
1:9.11.5.P4+dfsg-5.1+deb10u5
\
apt
=
1.8.2.2
\
curl
=
7.64.0-4+deb10u2
\
krb5-user
=
1.17-3+deb10u
1
\
krb5-user
=
1.17-3+deb10u
3
\
ldap-utils
=
2.4.47+dfsg-3+deb10u6
\
libbsd0
=
0.9.1-2+deb10u1
\
libcurl4
=
7.64.0-4+deb10u2
\
libgssapi-krb5-2
=
1.17-3+deb10u
1
\
libgssrpc4
=
1.17-3+deb10u
1
\
libk5crypto3
=
1.17-3+deb10u
1
\
libkadm5clnt-mit11
=
1.17-3+deb10u
1
\
libkadm5srv-mit11
=
1.17-3+deb10u
1
\
libkdb5-9
=
1.17-3+deb10u
1
\
libkrb5-3
=
1.17-3+deb10u
1
\
libkrb5support0
=
1.17-3+deb10u
1
\
libgssapi-krb5-2
=
1.17-3+deb10u
3
\
libgssrpc4
=
1.17-3+deb10u
3
\
libk5crypto3
=
1.17-3+deb10u
3
\
libkadm5clnt-mit11
=
1.17-3+deb10u
3
\
libkadm5srv-mit11
=
1.17-3+deb10u
3
\
libkdb5-9
=
1.17-3+deb10u
3
\
libkrb5-3
=
1.17-3+deb10u
3
\
libkrb5support0
=
1.17-3+deb10u
3
\
libldap-2.4-2
=
2.4.47+dfsg-3+deb10u6
\
libldap-common
=
2.4.47+dfsg-3+deb10u6
\
libp11-kit0
=
0.23.15-2+deb10u1
\
...
...
@@ -26,13 +29,16 @@ RUN apt-get update \
libpython3.7-minimal
=
3.7.3-2+deb10u3
\
libpython3.7-stdlib
=
3.7.3-2+deb10u3
\
libsqlite3-0
=
3.27.2-3+deb10u1
\
libssl1.1
=
1.1.1d-0+deb10u
6
\
libssl1.1
=
1.1.1d-0+deb10u
7
\
libxml2
=
2.9.4+dfsg1-7+deb10u2
\
openssl
=
1.1.1d-0+deb10u
6
\
openssl
=
1.1.1d-0+deb10u
7
\
postgresql-client-11
=
11.12-0+deb10u1
\
python3.7
=
3.7.3-2+deb10u3
\
python3.7-minimal
=
3.7.3-2+deb10u3
\
sqlite3
=
3.27.2-3+deb10u1
\
sudo
=
1.8.27-1+deb10u3
\
liblz4-1
=
1.8.3-1+deb10u1
RUN
pip
install
osdu_airflow-
$BUILD_VERSION
-py3-none-any
.whl
RUN
pip
install
osdu_api-
$BUILD_VERSION
-py3-none-any
.whl
USER
${AIRFLOW_USER}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment