You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/05/11 07:31:37 UTC

[GitHub] [airflow] potiuk commented on pull request #15774: Unset PIP_USER in prod entrypoint.

potiuk commented on pull request #15774:
URL: https://github.com/apache/airflow/pull/15774#issuecomment-837990230


   Tested:
   
   ```
   1z [jarek:~/code/airflow-copy] unset-pip-user+* 4m6s ± docker run -it apache/airflow:master-python3.6 bash    
   airflow@4cb8a592a17c:/opt/airflow$ set  |grep PIP
   AIRFLOW_PIP_VERSION=21.1.1
   PIPESTATUS=([0]="1")
   PYTHON_GET_PIP_SHA256=f499d76e0149a673fb8246d88e116db589afbd291739bd84f2cd9a7bca7b6993
   PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/1954f15b3f102ace496a34a013ea76b061535bd2/public/get-pip.py
   PYTHON_PIP_VERSION=21.1.1
   airflow@4cb8a592a17c:/opt/airflow$ exit
   exit
   1z [jarek:~/code/airflow-copy] unset-pip-user+* 12s ± docker run -it apache/airflow:2.0.2-python3.6 bash 
   airflow@f290498ef12d:/opt/airflow$ set | grep PIP
   AIRFLOW_PIP_VERSION=20.2.4
   PIPESTATUS=([0]="1")
   PIP_USER=true
   PYTHON_GET_PIP_SHA256=c3b81e5d06371e135fb3156dc7d8fd6270735088428c4a9a5ec1f342e2024565
   PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/b60e2320d9e8d02348525bd74e871e466afdf77c/get-pip.py
   PYTHON_PIP_VERSION=21.0.1
   ```


-- 
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:
users@infra.apache.org