Currently infix-containers.yang supports the same image URLs as the podman create command. It is limited to the Image transport:path format supported by podman. There are however cases where a user may want to use other means of fetching their container images: https://, http://, and ftp:// come to mind.
The Infix container helper script supports these additional URI:s for the container load sub-command. So refactoring the script to support this also for create would be very useful, particularly for the #776 test.
Currently infix-containers.yang supports the same image URLs as the
podman create
command. It is limited to the Image transport:path format supported by podman. There are however cases where a user may want to use other means of fetching their container images: https://, http://, and ftp:// come to mind.The Infix
container
helper script supports these additional URI:s for thecontainer load
sub-command. So refactoring the script to support this also forcreate
would be very useful, particularly for the #776 test.