[ 
https://issues.apache.org/jira/browse/YETUS-641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16545948#comment-16545948
 ] 

Allen Wittenauer commented on YETUS-641:
----------------------------------------

bq. RUN curl https://bootstrap.pypa.io/get-pip.py | python

This is way too unsafe.  Instead, let's do:

{code}
RUN pip2 install --upgrade pip==9.0.3
{code}

(This will likely mean keeping python-pip in the apt get.  That's ok as it 
gives us a starting point.)

I've personally had a lot of problems with 10.0.1 that downgrading has fixed.  
The other possibility is that we lock down the version of pylint being used, 
since that's what triggers the issue.

> Default Docker Image Pip Install Fails
> --------------------------------------
>
>                 Key: YETUS-641
>                 URL: https://issues.apache.org/jira/browse/YETUS-641
>             Project: Yetus
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>            Reporter: Jack Bearden
>            Priority: Minor
>              Labels: master, trunk
>         Attachments: YETUS-641.001.patch
>
>
> Hadoop trunk is also affected by this. The build bombs out due to a pip 
> version not being the latest version.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to