fnproject / cli

CLI tool for fnproject.
https://fnproject.io
Apache License 2.0
132 stars 66 forks source link

Add registry namespace #662

Open Bhashkarjya opened 1 year ago

Bhashkarjya commented 1 year ago

Use a const variable ContainerRegistryNamespace to add the namespace of any registry like ghcr.io, ocr.io etc before the name of the image names. It would make the task of migrating to any other repositories an easier task, as we would only have to change the variable rather than changing the image names of all the runtimes.