You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However AFAIK, the py-pip package was at some point in the past renamed to simply py2-pip. Therefore I would suspect this action to fail on your alpine builds.
FYI
Here:
https://github.com/William-Yeh/docker-ansible/blob/master/alpine3/Dockerfile#L20
, the py-pip package is installed using apk on the alpine flavour:
However AFAIK, the
py-pip
package was at some point in the past renamed to simplypy2-pip
. Therefore I would suspect this action to fail on your alpine builds.py-pip
search: NO RESULTShttps://pkgs.alpinelinux.org/packages?name=py-pip&branch=edge
It looks like this happened as of alpine version 3.4
py-pip
search: YIELDS RESULTShttps://pkgs.alpinelinux.org/packages?name=py-pip&branch=v3.4&arch=x86_64
vs.
py-pip
search: NO RESULTShttps://pkgs.alpinelinux.org/packages?name=py-pip&branch=v3.5&arch=x86_64
vs.
py2-pip
search: YIELDS RESULTShttps://pkgs.alpinelinux.org/packages?name=py2-pip&branch=v3.5&arch=x86_64
The text was updated successfully, but these errors were encountered: