-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
If an image url contains the port number
my_server:8443/myimage:my_tag
gets converted to
my_server:8443/myimage:my_tag:latest
The podman pull command seems to handle the port in the URL can the podman-py code be changed to support port numbers in image url.