ffinfo commented on a change in pull request #4483: [AIRFLOW-3673] Add official dockerfile URL: https://github.com/apache/airflow/pull/4483#discussion_r247308818
########## File path: Dockerfile ########## @@ -0,0 +1,25 @@ +FROM python:3.6-slim +COPY setup.* /opt/airflow/ +COPY airflow /opt/airflow/airflow + +ARG AIRFLOW_HOME=/usr/local/airflow +ARG AIRFLOW_DEPS="all" +ARG PYTHON_DEPS="" +ARG buildDeps="freetds-dev libkrb5-dev libsasl2-dev libssl-dev libffi-dev libpq-dev git" +ARG APT_DEPS="$buildDeps libsasl2-dev freetds-bin build-essential default-libmysqlclient-dev apt-utils curl rsync netcat locales" Review comment: Although, having multiple official images is maybe also confusing. Now a days 1 Gb is not so much anymore. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
