The images in this repo currently use https://github.com/pypa/get-pip to bootstrap pip, however, all versions of Python supported here now include the ensurepip module (which was added in Python 3.4), which could be used instead (along with a suitable pip install -U command to upgrade to the chosen pinned pip etc):
https://docs.python.org/3/library/ensurepip.html
Switching to ensurepip would remove an external dependency and the script version bumping that comes with it (eg 1980d7b x8 for each upstream get-pip change).
Would you be open to a PR that made that switch?
The images in this repo currently use https://github.com/pypa/get-pip to bootstrap pip, however, all versions of Python supported here now include the
ensurepipmodule (which was added in Python 3.4), which could be used instead (along with a suitablepip install -Ucommand to upgrade to the chosen pinned pip etc):https://docs.python.org/3/library/ensurepip.html
Switching to
ensurepipwould remove an external dependency and the script version bumping that comes with it (eg 1980d7b x8 for each upstream get-pip change).Would you be open to a PR that made that switch?