deis / builder

Git server and application builder for Deis Workflow
https://deis.com
MIT License
40 stars 41 forks source link

Use Private Registry with Dockerfile #326

Closed arkkanoid closed 8 years ago

arkkanoid commented 8 years ago

Hi, I've some images pushed to Docker Hub private registry and I want to use it with a Dockerfile deployment. This only works if I pull previously the image on each node, then the app is deployed succesfully.

It's possible to deploy Dockerfile-apps that contains images from a private registry (without pull previously the images)?

bacongobbler commented 8 years ago

You can use deis pull with deis regisry:set, but builder support (which includes Dockerfile builds) is not currently available.

arkkanoid commented 8 years ago

Thanks @bacongobbler. It would be nice to have this feature.

bacongobbler commented 8 years ago

let's keep this issue open to track this feature. :)

kmala commented 8 years ago

fixed by https://github.com/deis/dockerbuilder/pull/101