Anyone used Habitus with Docker

Associate
Joined
19 Jul 2006
Posts
1,847
looking for some help ... just started looking at Docker and docker-compose, however, some of our gems are in a private repo which means that the build fails as the container does not have access to my ssh keys. There is very little documentation out there on this, but what I can gather is if you add them to the container then they stay in history and if you do a docker push then they are accessible to the world.

Have seen that https://www.habitus.io/ can solve this problem but can't find any real tutorials on this?

All I need to do is build a rails server but pulling gems from our private repo while been secure.

Thanks
 
Thanks Azza,

I have got habitus working with a multibuild which seams to have worked and taken out the ssh keys.

Would the workflow then be to use docker-compose to then spin up a db and the new image I built
 
Back
Top Bottom