Support self-hosted docker registry
M
Mohammed Almeraikhi
I am hosting my own docker registry, and I would want render.com to be able to pull my images from it.
Currently, providing a docker hub based username and password credential would give me a notification that render was able to connect and find the image in my registry.
The logs in the registry confirm this as well.
However, when I try to deploy the web service, render fails to pull the image from the registry. The logs indicate render provided the incorrect credentials when it attempted to pull the image.
It seems like almost everything is there from render's side, and it just needs a bit of a modification for it to work.
As a side note, the deployment works fine if I remove the credentials from the registry.
Log In