Pulling Private Docker Images during Image Building
complete
e
eden.benjamin
It would be fantastic to have the ability to pull a private image with the Dockerfile during the image-building process on Render.
This would allow me to utilize a base image and significantly reduce the build time.
Here's an example Dockerfile illustrating the concept:
```dockerfile
...
COPY app .
CMD run app
```
By incorporating this functionality, Render would empower users to optimize their builds by leveraging pre-existing private images as a foundation for their projects.
Log In
A
Alexey Panteleev
how about allowing self-hosted Docker registries too?
r
robdimarco
complete
r
robdimarco
We have added the ability to specify a registry credential for your Render-built Docker images. It can be specified when creating a service or from the settings page.
See https://docs.render.com/deploy-an-image#credentials-for-private-images for more information on registry credentials.
I
István Karaszi
We have just run into this missing feature..