kernelkit / infix

Linux :yellow_heart: NETCONF = Infix
https://kernelkit.org
GNU General Public License v2.0
52 stars 12 forks source link

Add support for http/https/ftp URI:s in container image directive #801

Open troglobit opened 1 week ago

troglobit commented 1 week ago

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.