Opensource Python 3.8: pip command shortcut removed
Summary
The shortcut for the command 'pip' was removed from the Opensource Python 3.8 image.
Steps to reproduce
$> docker run --rm -it --entrypoint /bin/sh docker pull registry1.dso.mil/ironbank/opensource/python:v3.8
$> pip --version
What is the current bug behavior?
pip: command not found
What is the expected correct behavior?
pip3.8 version is displayed
Relevant logs and/or screenshots
Possible fixes
Recommend reinstating the short links for the shortened command name.
Tasks
-
Bug has been identified and corrected within the container
Please read the Iron Bank Documentation for more info