Currently the rio install command tries to fetch all the component images from different public repositories:
docker.hub (buildkitd, webhook, etc)
quay.io (gloo, gateway-proxy, etc).
This won't work due to security policies in many organizations.
It would be really helpful if you could add a feature to be able to specifiy a private registry from the rio command line, where rio would look for the required images.
Example:
rio install --from-registry=http://my-registry.io
This would only replace the registry host. The namespace and the repository name can stay the same.
Hello,
Currently the rio install command tries to fetch all the component images from different public repositories:
This won't work due to security policies in many organizations.
It would be really helpful if you could add a feature to be able to specifiy a private registry from the rio command line, where rio would look for the required images.
Example:
rio install --from-registry=http://my-registry.io
This would only replace the registry host. The namespace and the repository name can stay the same.Best regards, Rannox