marcusianlevine commented on pull request #11509:
URL: https://github.com/apache/airflow/pull/11509#issuecomment-733094652
This Docker image is built from the official `python:3.7-stretch` base
image, installing all packages into the system Python installation - I'm not
using virtualenv at all, and I only ever install official `1.10.x` releases in
this image's Dockerfile
Here is the exact `pip` invocation from my Dockerfile:
```
RUN pip3 install \
...
apache-airflow[kubernetes,elasticsearch]==1.10.12 \
apache-airflow-backport-providers-elasticsearch \
apache-airflow-backport-providers-hashicorp \
--constraint
"https://raw.githubusercontent.com/apache/airflow/constraints-1.10.12/constraints-3.7.txt"
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]